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

Axapta - Why sometimes MultiSelectionHelper and why sometimes traditional read?

$
0
0
That's the traditional way to read selected records from a grid: c = CustTable_DS.getFirst(true); while (c.RecId != 0) { info(c.Name); c = CustTable_DS.getNext(); } But there's a problem with this...(read more)

Viewing all articles
Browse latest Browse all 51446

Trending Articles



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