Hello
When importing a field into an entity in Dynamics 365 that requires more than one lookup to be uniquely identified, I am running into an issue where I'm not sure how to specify that information in the integration toolkit.
For example, if I'm importing a product and I want to set the default unit of measure. I need to use two lookups to assign the product a default uom and a uomschedule:
Inside the defaultuomid lookup window I only see an option to specify a lookup on uom using "name":
I receive an error saying that duplicate uom's are found since no uomschedule is specified. How can I add that to the lookup so I have two targets, one for the name on uom and another for the uomscheduleid on the uom entity?