Forum Discussion

WillVitale's avatar
WillVitale
Contributor
2 years ago

Transformation Rule for a Specific Entity

Hello, I'm trying to create a transformation rule for a specific entity that if it's a specific account (6189) it would go into a specific UD3. I'm not sure how to do this because there's 2 specific...
  • DanielWillis's avatar
    2 years ago

    Hey Will

    Check composite rules rather than 1:1 mappings. The documentation has the following example

    A#[199?-???*]:E#[Texas]

    Converting that to your situation you'd have: A#[6189]:E#[WillsEntity] mapped to your respective target UD3 member

    If you haven't noticed you can switch from One-To-One to Composite in the Type drop down within the rule. You can have more than 1 type of mapping defined but note that they are applied in the order you see them in that drop down, so 1:1 first.

    Regards,

    Daniel