Hi,
I am new to Dynamics AX.
I have a very generic question here:
As I noticed by reading the MSDN document, most of the development work are done using “data binding”.
So if I need to manually (not through a data bind control) insert a new record to a table, what shall I do?
The challenge is, there are columns created by Dynamix automaticaly for each table including:
DATAAREAID, RECVERSION, RECID
And I don’t know what value to use for a new record especially for field “RECID”
Thanks!