Nyxs_Inquisitor
New Member
- Joined
- Nov 27, 2024
- Messages
- 1
- Office Version
- 365
- Platform
- Windows
In Oracle ARCS, source to target mapping for the AR subledger maps source "AMOUNTA" to target "Amount". This is for one account 11111. But the new account 11112 uses "AMOUNTB" instead. Integration setup/Import format only allows one source to map to the target. However, workflow/data load mapping allows for #SQL code.
In another integration, this #SQL code worked for a particular text field in data load mapping:
<span>CASE WHEN UD9 IS NULL THEN ' ' ELSE UD9 END</span>
How can we use #SQL to pull one source amount "AMOUNTA" to target "Amount" for account 11111 and another source amount "AMOUNTB" to same target "Amount" for account 11112?
(Note: the amount field is not directly available in data load mapping like the text field is for the working code)
In another integration, this #SQL code worked for a particular text field in data load mapping:
<span>CASE WHEN UD9 IS NULL THEN ' ' ELSE UD9 END</span>
How can we use #SQL to pull one source amount "AMOUNTA" to target "Amount" for account 11111 and another source amount "AMOUNTB" to same target "Amount" for account 11112?
(Note: the amount field is not directly available in data load mapping like the text field is for the working code)