
Hi,
I am very new to NAV C/AL programming language. I tried to define 2 variables (record, page) In C/AL globals.
And used variables in C/AL code in onAction(). I am not getting the output.
*This post is locked for comments
I have the same question (0)Hi,
Remove the RunObject-attribute from the PageAction.
This should do the job.