Data Binding Issue

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 0

Like

2 comments

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 Type Lookup

Service Sub Type:
Service SubType Lookup

So while binding these lookups, I'm getting the following error:

Error: Service Type Lookup
Error: Service SubType Lookup

Query:
1. Is there any way to resolve above problem?
2. Is 1:1 relationship is correct?
 

Show all comments