1. Declare a real variable in class declaration real Amount;
2. use this code at the end of insert Method //( Dp class)
Amount += inventjournaltrans.CostAmount; //(Mapping)
3. and update Tmptable at the end of process report method.
update_recordSet TmpTable setting
AmountInWords =Global::numeralsToTxt(Amount );//Assigning the field to translate the text format
No comments:
Post a Comment