Utility Script File in Netsuite
Situation: While working in Netsuite, we always have to write same functions for multiple scripts. Solution: We can create a commom script file and use in all required scripts. Here is how: 1.Utility.js Create a common script file say Utility.js which will include all your reusable functions. Then in Nesuite account, create a client script […]