Forum Discussion
YMinaev
Staff
14 years agoHi,
You need to find the difference between those Fieldset(x) objects and map the one you need by the property whose value is unique. You get the Ambiguous Recognition error because all these objects meet the same recognition criteria.
You can map the needed object by its child objects if it is the only one which has such children (that's what is very likely to occur in your case).
You need to find the difference between those Fieldset(x) objects and map the one you need by the property whose value is unique. You get the Ambiguous Recognition error because all these objects meet the same recognition criteria.
You can map the needed object by its child objects if it is the only one which has such children (that's what is very likely to occur in your case).