Wednesday, March 4, 2015

Displaying INR symbol in Ax 2009

In  Currency table copy and paste INR(₹)


and write a display method in report.

display CurrencySymbol INR()
{
       ;
   return Currency::find(CustInvoiceJour.CurrencyCode).Symbol;

}

No comments:

Post a Comment

update_recordset with joins

 update_recordset with joins update_recordSet storeTransfer         setting      TransactionId = transfertable.TransferId     join transfert...