I am having issues creating a data item for data stored in an object I created. I am not sure why I am having this issue. I have a data item for the Union lookup and the Union lookup values. I attached an image for reference.
Like
This is telling you that the record you’re binding references a record in UsrEmployeeJobHistoryUnion with the Id in the message and that record is not bound in the package. To fix, bind data from UsrEmployeeJobHistoryUnion and add that record.
Ryan
Hi Ryan,
I'm also facing the same issue while binding lookup. In my case, I have tried to create 1:1 relationship between lookups.
Service Type Lookup:
Service Sub Type:
So while binding these lookups, I'm getting the following error:
Query:
1. Is there any way to resolve above problem?
2. Is 1:1 relationship is correct?