EBS R12.1.3 - Supplier Payment eText output - Multiple conditions
Hi,
I am developing supplier payment file as eText Output in RTF template.
As per the requirement, to provide data if payment in GBP to UK country or Payment in INR to India.
I have used below DISPLAY CONDITION (screenshot attached) but it is not working. Please help me.
<NEW RECORD> 57A_PayeeBank
<DISPLAY CONDITION> ((PayeeBankAccount/BankAddress/Country <> ‘IN’) AND (PaymentAmount/Currency/Code <> ‘INR’))
<DISPLAY CONDITION> ((PayeeBankAccount/BankAddress/Country <> ‘GB’) AND (PaymentAmount/Currency/Code <> ‘GBP’))
39 Alpha ‘:57A:’||TRIM(PayeeBankAccount/DescriptiveFlexField/Attribute1) Payee bank SWIFT Code
Regards,
Anjana