i am facing an BP error The relation under the extended data type (EDT) must be migrated to table relation. Consider using EDT relation migration tool in X++ but if I goto the fild property and set ignoreEDTRelation yes then BP Error disappear now there is an entity of that table but that entity not setting that property (ignoreEDTRelation) yes. Now i have BP error on stagging table, How can I deal with that BP Error?
The relation under the extended data type (EDT) must be migrated to table relation.
Hi Sami,
On the staging table, change the field property of IgnoreEdtRelation to yes.
Then create a relation on your staging table based on this field, I mean relation between your staging table and the other table that relates to the field where you got the BP warning.
Thanks,
Layan Jweihan
Please mark this answer as "Verified" if it solved your issue. In order to help others who will face a similar issue in the future
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.