Wednesday 29 October 2014

How to get the last Activated Form

Hi Friends

Check this

formRun = infolog.parmLastActivatedForm().object();
tableReference = formRun.docCursor().TableId;

Vivek Chirumamilla

Tuesday 28 October 2014

Address System in Ax 2012 R3

Hi Friends,

Ax 2012 has a complex Address when compared to the previous versions of Ax.

In this address is not directly linked to the Customer or Vendor directly.

Customer or Vendor has Party which is linked to the DirParty.

DirParty Contains the Primary postal address reference to Logistics Location RecId which is reflected in LogisticsPostalAddress.

In short Dirparty contains the value of Location for searching address in LogisticsPostalAddress.

Vivek Chirumamilla