Quantcast
Channel: Microsoft Dynamics AX Forum - Recent Threads
Viewing all articles
Browse latest Browse all 175888

RE: Modified Field Method at form level AX 2012

$
0
0

Create Modified method in Grid method of lookup Currency

public boolean modified()

{

   boolean ret;

   ret = super();

   CustTable.CurrencyValue       = CustTable.CurrencyCodeValue();

This is form DS table name             Create new Method, that will probably return exchange rate based on currency u select

   CustTable_ds.reread();

   CustTable_ds.refresh();

   return ret;

}


Viewing all articles
Browse latest Browse all 175888

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>