kirk_bottomley
11 years agoContributor
Parent's Mapped Name in Child's Name Map
I know it's a bit recursive, but is there any way to use a Parent's mapped name as a conditional property to map a Child? I can see properties to use in the conditional selection like Parent.Index, Parent.ChildCount, etc. (and even grandparents) but no Parent.MappedName.
Hi Kirk,
You can use a bit different way: map a parent based on its child. The result will be the same as in your case, the child object will be found only if its specified parent exists. Refer to the "Specifying Child Objects Required for Mapped Object Identification" article for details.
How does this work for you?