Is there a way I can expose a property or method of a control add-in.
I need my control add-in to be configurable in C/AL.
I know that this is possible in NAV 2013.
I usualy solve the configuration requirement by sending different xml messages to the addin.
At first i send a Configuration Message where all setup data is sent.
And usualy there are later data messages where data is transferred.
For handling data input or events from the addin you can use OnControlAddin Event.
Comments
I usualy solve the configuration requirement by sending different xml messages to the addin.
At first i send a Configuration Message where all setup data is sent.
And usualy there are later data messages where data is transferred.
For handling data input or events from the addin you can use OnControlAddin Event.