Hi all
Running AX 2012 R3 CU9.
I have a business requirement that means I need to have a button on the ActionPane of the SalesTable form. It will run a static method which I've created already. However, the method takes an input variable of a SalesId.
I was hoping to have the button's clicked() method pass the SalesId of the order in question when setting off this method. But I can't work out the X++ syntax to get the SalesTable.SalesId record from within the form.
(I assume "this" returns the form itself)
Any help would be much appreciated
Cheers
Luke
*This post is locked for comments