Hello,
While creating new Data Entity for my custom table, I keep getting the error : "Natural key was not found". As per my understanding is in the table it supposed to have unique key, or it's better if we have primary key as the index, however I already set this key.
So in my Index file which is a collection of fields, is set to Allow duplicates to No. And in the table I put this index as Primary Key.
Also actually, although not too sure, I put this index key as Alternate key. The reason is only because it is one of the rule if I'm checking through think link:
https://learn.microsoft.com/en-us/dynamics365/fin-ops-core/dev-itpro/data-entities/data-entity-wizard-rules
Further more is this table is still empty.
Anyone know what is the problem ? And what actually the requirement to meet this Natural Key ?
Thanks,