Tuesday 1 April 2014

Default Currency  :

//AX 2009 
//Datasource   field name 
Cctrans.transcurrencycode = companyInfo::find().currencycode;
AX 2012 
Cctrans.transcurrencycode = companyInfo::standardcurrency();

                           Default  today  date: 

  Cctrans.transdata= today  

No comments:

Post a Comment

SQL/SSRS Interview questions I thought of blogging some SQL/SSRS interview questions.

Below are some. I will add more, when I complete the compilation 1. What is OLTP(Online Transaction Processing)? OLTP stands ...