Copy account to other account on IC entity
Hello,
I'm looking for a member formula, or business rule to copy data from an entity to the IC entity, where also another UD member is substituted.
Example of source data:
Cb#100:E#3100:P#?:C#EUR:S#May_C2:T#2024M5:V#Periodic:A#ICfreightPrice:F#Calc:O#Import:I#3342:U1#110F:U2#3100:U3#3344:U4#4002177:U5#None:U6#None:U7#None:U8#USD
Destination:
Cb#100:E#3342:C#Local:S#May_C2:T#2024M5:V#Periodic:A#ICfreightPrice_Pur:F#Calc:O#Import:I#3100:U1#None:U2#3344:U3#None:U4#4002177:U5#None:U6#None:U7#None:U8#USD
So entity becomes IC, U3 becomes U2. To substitute 1 I can use a For each loop, but how can I add a nested For each?
thanks a lot for some guidance.
Ben
Hi BenvanBergen,
Another option you could consider which could be easier to set up and best from a performance point of view would be to use Data Management Export Sequences - especially if this is going to apply across most of your entities / ICs.
Have a look at this Tech Talk that explains how to configure a DMES. This subject is covered from minute 20 onwards:
This will also allow you to easily flip or map your UD2 and UD3 at the same time.
Hope this helps.