Hi
I have a NAV 2013 R2 JS AddIn. How can I access the value of the field defined in the `SourceExpr` property of the Field that has declared my AddIn in the `ControlAddIn` Property?
So, I wanna access the `value` of the AddIn. How can I do this from the JS code?
Thanks for help
Lukas
0
Comments
I'd recommend using the model of events to handle this, so when the ControlAddInReady is called then call your set value function and update your addin. If you change a value on the page, then call the same function.
John