CUSTOMER POSITION
- kda
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 603
- Thank you received: 3
14 years 6 months ago #4917
by kda
CUSTOMER POSITION was created by kda
- Hi all, Could u tell me? How do the transactions show in Customer Position as TF, LC ... and could u explain me bellow code :
==
CASE APPLICATION = "LETTER.OF.CREDIT"
IMP.EXP = ""
CALL SS.TM.LC.IMP.EXP(IMP.EXP,R.NEW(TF.LC.LC.TYPE))
IF IMP.EXP NE "EXP" AND AF = TF.LC.BENEFICIARY.CUSTNO THEN
RETURN
END
IF IMP.EXP = "EXP" AND AF = TF.LC.APPLICANT.CUSTNO THEN
RETURN
END
CUST = COMI
CASE APPLICATION = "DRAWINGS"
===
what is AF and TF.LC.BENEFICIARY.CUSTNO?
Please explain me bec m new using T24. Thanks
==
CASE APPLICATION = "LETTER.OF.CREDIT"
IMP.EXP = ""
CALL SS.TM.LC.IMP.EXP(IMP.EXP,R.NEW(TF.LC.LC.TYPE))
IF IMP.EXP NE "EXP" AND AF = TF.LC.BENEFICIARY.CUSTNO THEN
RETURN
END
IF IMP.EXP = "EXP" AND AF = TF.LC.APPLICANT.CUSTNO THEN
RETURN
END
CUST = COMI
CASE APPLICATION = "DRAWINGS"
===
what is AF and TF.LC.BENEFICIARY.CUSTNO?
Please explain me bec m new using T24. Thanks
Please Log in or Create an account to join the conversation.
- join2rag123
- Offline
- Senior Member
Less
More
- Posts: 52
- Thank you received: 0
14 years 6 months ago #4918
by join2rag123
Replied by join2rag123 on topic Re:CUSTOMER POSITION
Hi,
Here AF means ACTIVE FIELD...i.e it makes this field active at this particular point (TF.LC.APPLICANT.CUSTNO).
TF.LC.APPLICANT.CUSTNO = its field name in LC APPLICATION...TF.LC IS A PREFIX N APPICANT.CUSTNO(CUSTOMER NO) IS A FIELD NAME
Here AF means ACTIVE FIELD...i.e it makes this field active at this particular point (TF.LC.APPLICANT.CUSTNO).
TF.LC.APPLICANT.CUSTNO = its field name in LC APPLICATION...TF.LC IS A PREFIX N APPICANT.CUSTNO(CUSTOMER NO) IS A FIELD NAME
Please Log in or Create an account to join the conversation.
- kda
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 603
- Thank you received: 3
14 years 5 months ago #5189
by kda
Replied by kda on topic Re:CUSTOMER POSITION
HI,
Could u tell me? How do the transactions show in Customer Position as TF, LC ... ?
Thanks
Could u tell me? How do the transactions show in Customer Position as TF, LC ... ?
Thanks
Please Log in or Create an account to join the conversation.
Time to create page: 0.076 seconds