I have a table that contains a hierarchy of parent and child records.
ItemField (string 64)
ParentId (refRecId)
RecId (recId)
Attempting to create a data entity on this table returns an error: "The natural key for the table has a circular reference."
I believe it is possible to create an entity on a self-referencing table, (CustTable.InvoiceAccount references back to itself, and Dynamics releases with a data entity on that table).
Any suggestions?
Thanks,
- Brad
*This post is locked for comments
I have the same question (0)