You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose my source object has two properties (p1 and p2) referring to another same object with field a and b, I want to specify that I want to map only field a in p1 and only field b in p2, is this possible to achieve?
I tried to exclude b from p1 and exclude a from p2 but the result is still a complete object with both a and b.
Is it possible for this same object to map to two different target objects?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi, experts:
Suppose my source object has two properties (p1 and p2) referring to another same object with field a and b, I want to specify that I want to map only field a in p1 and only field b in p2, is this possible to achieve?
I tried to exclude b from p1 and exclude a from p2 but the result is still a complete object with both a and b.
Is it possible for this same object to map to two different target objects?
Thanks.
The text was updated successfully, but these errors were encountered: