Transformation Rule mapping based on a target of another dimension

MJ1705
New Contributor II

Hi All,

Can we build a transformation rule with a logic that if the target of lets say UD4 is 'xxxx' and source Account number is 'yyyy' then UD3 gets mapped to a particular code?
To simplify- Need to look at Target for UD4 and Source for Account to map to a specific UD3.

Thanks.

2 REPLIES 2

db_pdx
Contributor III

Hi Mayank: I think a Conditional BR will be required, check out the solution proposed by Sal in this post. https://community.onestreamsoftware.com/t5/Workflow-and-Data-Integration/Composite-Rule-before-1-1-R...

-db

DanielWillis
Contributor III

Are you still trying to figure this out? You can create a complex expression on a mask rule and utilise args.GetSource & args.GetTarget, e.g. below syntax return the values you asked about.

args.GetSource("A#")
args.GetTarget("UD4#")