×
Discuss about OFS, Temenos Connectors, Various OFS modes, OFS with Versions, OFS performance, Logging, EB.PHANTOM, OFS.SOURCE etc…
OFS can not input value into NOINPUT field
- antran
- Topic Author
- Offline
- New Member
Less
More
- Posts: 11
- Thank you received: 0
12 years 4 months ago - 12 years 4 months ago #11883
by antran
OFS can not input value into NOINPUT field was created by antran
Hi Guys,
Kindly help me. I have on issue with OFS
OFS.STRING = 'PD.CAPTURE,//PROCESS,INPUTT/123456/,PDCA1217300005,CONTRACT.NUMBER::=NEW,CUSTOMER::=7745,CURRENCY::=VND,CATEGORY::=21073,INTEREST.RATE::=16.4,PD.LOC.REF.NO:1:=2,PD.LOC.REF.DATA:1:=12,PD.LOC.REF.NO:2:=7,PD.LOC.REF.DATA:2:=1,PD.LOC.REF.NO:3:=10,PD.LOC.REF.DATA:3:=9,PD.LOC.REF.NO:4:=11,PD.LOC.REF.DATA:4:=9.5,PD.LOC.REF.NO:5:=12,PD.LOC.REF.DATA:5:=10,PD.LOC.REF.NO:6:=13,PD.LOC.REF.DATA:6:=NGANHAN,NARRATIVE:1:=CHUYEN QUA HAN LAI THAU CHI TAI KHO,NARRATIVE:2:=AN 0100000065007,PAYMENT.TYPE:1:=IN,PAYMENT.AMT:1:=66562,SETTLEMENT.ACCT:1:=0100000065007,OUTSTANDING.BAL::=66562,VALUE.DATE::=20120621'
CALL OFS.GLOBUS.MANAGER(OFS.SOURCE.ID,OFS.STRING)
The message response as below:
PDCA1217300005//-1/NO,CUSTOMER:1:1=MUST ENTER CUSTOMER,CURRENCY:1:1=MUST ENTER CURRENCY,CATEGORY:1:1=MUST ENTER CATEGORY,LIMIT.REFERENCE:1:1=CUSTOMER NUMBER MISSING,ACCOUNT.OFFICER:1:1=MUST ENTER ACCOUNT.OFFICER,INTEREST.BASIS:1:1=MUST ENTER INTEREST.BASIS,SETTLEMENT.ACCT:1:1=ACCOUNT INVALID FOR CURRENCY
This version make CONTRACT.NUMBER a HOT.FIELD so that fields are opened up according
to input made in this field. After you input 'NEW' into CONTRACT.NUMBER then you can input CUSTOMER, CURRENCY, CATEGORY,...
The OFS doesn't understand value of these CUSTOMER, CURRENCY, CATEGORY,... in OFS.STRING
Do you have any idea.
Thanks,
Andy
Kindly help me. I have on issue with OFS
OFS.STRING = 'PD.CAPTURE,//PROCESS,INPUTT/123456/,PDCA1217300005,CONTRACT.NUMBER::=NEW,CUSTOMER::=7745,CURRENCY::=VND,CATEGORY::=21073,INTEREST.RATE::=16.4,PD.LOC.REF.NO:1:=2,PD.LOC.REF.DATA:1:=12,PD.LOC.REF.NO:2:=7,PD.LOC.REF.DATA:2:=1,PD.LOC.REF.NO:3:=10,PD.LOC.REF.DATA:3:=9,PD.LOC.REF.NO:4:=11,PD.LOC.REF.DATA:4:=9.5,PD.LOC.REF.NO:5:=12,PD.LOC.REF.DATA:5:=10,PD.LOC.REF.NO:6:=13,PD.LOC.REF.DATA:6:=NGANHAN,NARRATIVE:1:=CHUYEN QUA HAN LAI THAU CHI TAI KHO,NARRATIVE:2:=AN 0100000065007,PAYMENT.TYPE:1:=IN,PAYMENT.AMT:1:=66562,SETTLEMENT.ACCT:1:=0100000065007,OUTSTANDING.BAL::=66562,VALUE.DATE::=20120621'
CALL OFS.GLOBUS.MANAGER(OFS.SOURCE.ID,OFS.STRING)
The message response as below:
PDCA1217300005//-1/NO,CUSTOMER:1:1=MUST ENTER CUSTOMER,CURRENCY:1:1=MUST ENTER CURRENCY,CATEGORY:1:1=MUST ENTER CATEGORY,LIMIT.REFERENCE:1:1=CUSTOMER NUMBER MISSING,ACCOUNT.OFFICER:1:1=MUST ENTER ACCOUNT.OFFICER,INTEREST.BASIS:1:1=MUST ENTER INTEREST.BASIS,SETTLEMENT.ACCT:1:1=ACCOUNT INVALID FOR CURRENCY
This version make CONTRACT.NUMBER a HOT.FIELD so that fields are opened up according
to input made in this field. After you input 'NEW' into CONTRACT.NUMBER then you can input CUSTOMER, CURRENCY, CATEGORY,...
The OFS doesn't understand value of these CUSTOMER, CURRENCY, CATEGORY,... in OFS.STRING
Do you have any idea.
Thanks,
Andy
Last edit: 12 years 4 months ago by antran.
Please Log in or Create an account to join the conversation.
- praveenb.chennai
- Offline
- Senior Member
Less
More
- Posts: 57
- Thank you received: 4
12 years 4 months ago #11889
by praveenb.chennai
Replied by praveenb.chennai on topic Re: OFS can not input value into NOINPUT field
Hi Andy,
I dont see a version in the ofs string? Do you use comma version of PD.CAPTURE ? If yes, OFS does not recongnize comma versions.
I suppose you have set some hot field validation in the PD.CAPTURE, version and have tried to use the same in OFS string. Sadly it will not work because comma is a delimiter in OFS and PD.CAPTURE, is taken as PD.CAPTURE without the comma.
Copy the comma version of PD.CAPTURE to PD.CAPTURE,ANDY and try passing this in the OFS string.
Cheers,
Praveen
I dont see a version in the ofs string? Do you use comma version of PD.CAPTURE ? If yes, OFS does not recongnize comma versions.
I suppose you have set some hot field validation in the PD.CAPTURE, version and have tried to use the same in OFS string. Sadly it will not work because comma is a delimiter in OFS and PD.CAPTURE, is taken as PD.CAPTURE without the comma.
Copy the comma version of PD.CAPTURE to PD.CAPTURE,ANDY and try passing this in the OFS string.
Cheers,
Praveen
Please Log in or Create an account to join the conversation.
- antran
- Topic Author
- Offline
- New Member
Less
More
- Posts: 11
- Thank you received: 0
12 years 4 months ago #11890
by antran
Replied by antran on topic Re: OFS can not input value into NOINPUT field
Thank you so much.
I have PD.CAPTURE, version. I resolved this problem. It's work fine now.
I have PD.CAPTURE, version. I resolved this problem. It's work fine now.
Please Log in or Create an account to join the conversation.
- jpb
- Offline
- Moderator
- retired
Less
More
- Posts: 2859
- Thank you received: 649
12 years 4 months ago #11894
by jpb
Replied by jpb on topic Re: OFS can not input value into NOINPUT field
Dear praveen,
your not completely right. It's possible to use comma version by using the question mark, i.e. PD.CAPTURE, ?/. Will work from R08 :-)
Regards,
jpb
your not completely right. It's possible to use comma version by using the question mark, i.e. PD.CAPTURE, ?/. Will work from R08 :-)
Regards,
jpb
Please Log in or Create an account to join the conversation.
- praveenb.chennai
- Offline
- Senior Member
Less
More
- Posts: 57
- Thank you received: 4
12 years 4 months ago #11933
by praveenb.chennai
Replied by praveenb.chennai on topic Re: OFS can not input value into NOINPUT field
Oh.. thanks for the info jpb :)
Please Log in or Create an account to join the conversation.
- cemtezer
- Offline
- Senior Member
Less
More
- Posts: 52
- Thank you received: 1
12 years 3 months ago #12252
by cemtezer
Replied by cemtezer on topic OFS can not input value into NOINPUT field
Please Log in or Create an account to join the conversation.
- Teejay
- Visitor
12 years 3 months ago #12253
by Teejay
Replied by Teejay on topic OFS can not input value into NOINPUT field
The only accounts that can be captured using PD.CAPTURE are those whose category is mentioned in AZ.PRODUCT.PARAMETER as a loan type.
Please Log in or Create an account to join the conversation.
- cemtezer
- Offline
- Senior Member
Less
More
- Posts: 52
- Thank you received: 1
12 years 3 months ago #12254
by cemtezer
Replied by cemtezer on topic OFS can not input value into NOINPUT field
Teejay thanx for ur response, i also found if we use PD.CAPTURE we have to use category between 20000 AND 30000, and also use AZ.PRODUCT.PARAMETER as you said. thanx for help.
Please Log in or Create an account to join the conversation.
Time to create page: 0.090 seconds