Customer Aging Report

I have a question regarding the customer aging report.

I have customers that are using the foreign currency for the transactions. But when i execute the aging report it shows the amount in local currency.

Can i change the report to take the currency from customer account and then show the balance on the currency specified in customer table not to convert all the amounts in local currency.

How can i do this or where exactly i need to change the code.

Thanks.

Hi,

I guess, You should replace the field in the Report from balance[] (Extended DataType = AmountMST) field to Balance01Cur (Extended DataType = AmountCur) of CustTmpAccountSum Table.

-Mohamed Hussain.

Hi, Mohamed Hussian,

could you please give me for coding example.