In Classic version I could add a command button on a form and then write a code on OnPush. How can I accomplish this in NAV 2015 page. If its doable any help is highly appreciated.
Instead of a command button, you need to add an action to the ribbon that appears above the page. To do this, Design a page, then from the menu, select View, then Page Actions. Look at the code behind some of the other action to see how this is done by pressing F9.
Comments