Hi,
Having read through many posts to try and resolve this, it seems like it is a common source of error, but I really cant solve it!
I am trying to link to a custom entity in my data bind using this as part of the data array in Xrm.WebApi.createRecord: -
"new_ApprenticeshipProgramme@odata.bind": "/new_apprenticeshipprogrammes(FACAE985-CB06-EA11-A811-000D3AB2928C)"
new_ApprenticeshipProgramme is the schema name of the field I am connecting from and new_apprenticeshipprogramme (without the s) is the custom entity, with associated guid I am trying to link to.
Both are in custom entities.
Any suggestions greatly appreciated.