Alfasith AX

The purpose of this blog is for knowledge sharing and connect the relevant audience who are all into Microsoft Dynamics world.

▼
Sunday, October 26, 2014

Overcome from divide by zero error in AX

›
Hi, 2 ways. >> int    a,b,c; if(b)     c = a / b; else  print " Cannot divide by zero" OR c  = a / minOne(b); ...
Saturday, October 25, 2014

Code to get multi selected records in from grid in AX

›
Hi, Make that object (button) to multiselect property as "YES". on the control (button) event method (Clicked). void clicked...
‹
›
Home
View web version

About Me

  • Mohamed Alfasith Ismail
  • Mohamed Alfasith Ismail
  • Mohamed Alfasith
  • Unknown
Powered by Blogger.