Conditional Signature Printing in Disbursement Payment File Formats Based on Fusion Instance
Summary:
In the Oracle Fusion ERP seeded report “Disbursement Payment File Formats”, I need to conditionally print a signature in the check template based on the Fusion instance type.
- If the instance is Production, it should print the real signature.
- If the instance is Non-Production (e.g., Test, Dev), it should print a dummy signature.
To achieve this, I plan to use an instance identifier column (for example, Instance = 'PROD' or Instance = 'NONPROD') in the XML data set, so that the check template can conditionally display the correct signature.
However, I’m unable to find a way to add this instance identifier column
0