
Hi all,
I have a requirement to create a table with Recid as primary key and this table will be further exposed as a entity.
Q: Is it possible to create an entity with recid as the primary key. ? and use it for DMf an odata operations.
Will it have any issue if i just add an extra key to the index eg. Recid + field1.
Thanks,
VK
Yes, it is possible, but you can't use the wizard and such an entity should be read-only, because RecIds can't be set from outside.
Adding an extra field to the key doesn't look useful, because RecId already is unique.