Hi!
I'm making Add-in for NAV2013R2, which will run on both Windows client and Web client.
How to run C/AL trigger from Javascript with parameters. Or how is it possible to pass data from
javascript to C/AL (not using webservices)?
There is one example (
http://msdn.microsoft.com/en-us/library ... 4(v=nav.71).aspx) on how to
call C/AL method, but no other examples from C/AL code side.