In Netsuite Customization Client script executes in the logged-in user’s role. This can create errors while trying to access records for which the logged-in user doesn’t have the required permission. The solution is to call a backend suitelet from the client script. We suggest If you need to use that value in the client script for setting… Continue reading Interact with Backend Suitelet
Tag: Backend suitelet
Backend Suitelets
Backend Suitelets are suitelets that do not generate any UI elements. Their sole purpose is to execute backend logic, which can then be parsed by other parts of a custom application. Just like a Suitelet that builds NetSuite pages, a backend Suitelet is invoked by making HTTP GET or POST calls to a NetSuite-generated Suitelet… Continue reading Backend Suitelets