Цитирую документацию:
In Axapta a primary key is expressed using a relation. The relation can either be defined on a table, or on an Extended Data Type. The latter is the typical case.
The relation on an Extended Data Type must be self-relating. The relation on a table must be validating (the Validate property must be set to Yes).
У меня эта цитата подтвердилась.
Кроме того, индекс, у которого свойство AllowDuplicate=No не обязательно является первичным ключом.
|