MJ1705
3 years agoNew Contributor II
Transformation Rule mapping based on a target of another dimension
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.
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#")