Quantcast
Channel: Microsoft Dynamics 365 Community
Viewing all articles
Browse latest Browse all 17314

Get select records by MultiSelectionHelper class

$
0
0
Sometime we have a scenario where we want all/selected records to get to perform certain operation. In Dynamics AX 2012, we can achieve this functionality by the help of MultiSelectionHelper class. Suppose we have a form with Grid multi select property = TRUE, here is the piece of code we should write to get selected record: void clicked() { CustPaymModeTable custPaymModeTablelocal; MultiSelectionHelper helper = MultiSelectionHelper::construct(); helper.parmDatasource(custPaymModeTable_ds); custPaymModeTablelocal...(read more)

Viewing all articles
Browse latest Browse all 17314

Trending Articles



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