You've mastered server-side code inside of Aras Innovator and know the IOM like the back of your hand. Now there's just one obstacle left to tackle as an Aras developer: JavaScript. Unlike the nice predictability of server-side code where every method…
When it comes to Aras best practices for server-side code there are two goals:
Reduce the number of queries sent to the server.
Reduce the volume of data retrieved from the server.
Applying the following best practices to your server-side code…