Hi all,
I am working in D365 with Extensions way of coding. I want to access form level methods and variables in events.
e.g. In SalesTable class declaration there are a few variables declared. like, 'mcrLastSourceId'. I want to access this variable in any event handler, say, MyButton_Clicked. so how can I get this variable.
Same for methods, I want to call a method e.g. 'mcrSetScriptStr' in an event. so how to call it.?
*This post is locked for comments
I have the same question (0)