Hiii, I am new to axapta
I have a table in which I want two fields together should act as a primary key. Is this possible or not
If not is there any alternate way to achieve.
Hiii, I am new to axapta
I have a table in which I want two fields together should act as a primary key. Is this possible or not
If not is there any alternate way to achieve.
Copyright © 2021 Jogjafile Inc.
There are many examples in the AOT.
For example, table
MarkupTrans
has primary indexTableRecIdIdx
created from 3 fields (TransRecId
,TransTableId
andLineNum
); tableVendInvoiceInfoLine
has primary indexTableRefIdx
created from 5 fields (TableRefId
,ParmId
,OrigPurchId
,LineNum
andRecId
), etc.