Pages

Friday 11 April 2014

Converting amount into word formate in ax 2012

Converting amount into word formate in ax 2012:
 tmpStr = numeralsToTxt(5500));
At first declare a global string variable in the report and asign value in this variable like the following....

tmpStr = numeralsToTxt(5500));

 Here 5500 is a argument I passed for better understanding, here you will pass the amount variable and then "tmpStr" returns through a Display method.

1 comment:

  1. How to get Amount in words of the sum(debit) or sum(Credit) amount on ledgerjournal report?

    ReplyDelete