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

Show Random number in axapta

$
0
0
To Show Random number in axapta you can try below code through job. Random is class name which has nextInt method to get next random number. Random Random = new Random(); int RandomNo,RandomwithMod; ; RandomNo= Random.nextInt(); RandomwithMod =Random.nextInt() MOD 1000; info(Strfmt('%1%2', RandomNo, RandomwithMod )); http://daynamicsaxaptatutorials.blogspot.com...(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>