Hi Experts,
I have two entities say A and B with relation of (A)1:N(B).
I have an option set O with values 1, 2, 3, 4 and sits on entity A. This value of O can change anytime on a particular record.
Now i want same option set on entity B, and want to map and change the value of O on B with the same value as on A.
eg.
Say on a record to begin with, A--> O = 2 then I want on all related records of B to be set as O = 2
When on the same record, value changes to say 1, A-> O = 1 then all related records of B--> O must change to 1.
Any suggestions please.
Note: we are d365 on-premise
Thanks,
PS