Good afternoon,
I had to create a Data Entity based on the CustInvoiceTrans table using the Wizard but as that table only has RecId as the Primary Key, it does not allow me to do so.
I found a way to make a copy of the RecId, put it in its own unique index which is set as the Alternate Key and set that index as the table Replacement Key, then the Wizard worked.
Create natural key:
https://www.screencast.com/t/gsEAXKoKXxto
I understand that the recommended way moving forward is not to overlay a table but to extend it. But how can I extend a table and yet set the Replacement Key? The Replacement Key is greyed out when I tried to extend the table.
Thanks in advance.
*This post is locked for comments
I have the same question (0)