Hello All,
While sending data from one model to another model can modify destination new dimension with a different value.
Not with the constant value.
Eg.
*DESTINATION_APP = OSG_SALES
*ADD_DIM CUSTOMER = 'NONE' (Added New dimension here)
*WHEN FLOW
*IS F999
Want to modify new dimension (CUSTOMER) below with value
RFC (EXPRESSION = %VALUE%, CUSTOMER = ENTITY.ID )
How can I achieve this one
Thank you