Posted inDynamics NAV & BC Tips & tricks
Passing JSON from JavaScript to C/AL
If you read my last postabout how to pass objects from C/AL to JavaScript, you must have wondered if it’s possible to also pass objects from JavaScript back to C/AL. Wonder no more. It is. And here’s how. Again, a bit of theory. JavaScript uses JSON…