Saturday, June 25, 2011

New And Deprecated Features of AX 2012

Here is a link where you can download the document containing new and deprecated features of AX 2012

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=d38bb877-7cf8-400e-8a50-47d4ebbaf4a6&displaylang=en

Tuesday, June 7, 2011

Overwrite system fields

You can Overwrite the system fields like createdby,createdDateTime etc by using
overwriteSystemfields() method.
table.overwriteSystemfields(true);

This method takes a boolean as parameter, whether to Overwrite or not.
You can make use of this method only at the time of inserting the records into the table.***You cannot do an update to the system fields...