The below function is used to check whether the URL is internal or external. the check is done using the scriptContext.request as parameter to the below function. /** * to check whether the URL is external or internal * @param {} request … Continue reading If URL is External or URL for Suitelet
Tag: suitelet script optimization
Suitelets and UI Object Best Practices
The following are best practices for Suitelet development using UI objects and custom UI. General Suitelets are ideal for generating NetSuite pages (forms, lists), returning data (XML, text), and redirecting requests.Limit the number of UI objects on a page (< 100 rows for sublists, < 100 options for on demand select fields, < 200 rows… Continue reading Suitelets and UI Object Best Practices