IdentityField property on a table field

Hi,

What is the purpose of “IdentityField” property on a table field?

Please give some example standard tables where this property has been set .

Thanks & Regards,

Chutti

It makes the field an Identity column in the database.

I have never implemented nor seen an example in standard AX.

Information about identity column,

https://msdn.microsoft.com/en-IN/library/ms186775.aspx

https://en.wikipedia.org/wiki/Identity_column