My Stuff
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
-
Re: Is there any way to determine where the Address form is called from?
Your client script can communicate with the originating frame using "window.opener" So you could do something like window.opener.nlapiGetRecordType() Or SS2.x version window.opener.require(…1 -
Re: why write check is not available for import? SuiteAnswers says it is.
It's there under Import Type = Transaction, and then Record Type = "Cheque"2 -
Re: Is it possible to read an excel file (xls /xlsx) by script?
SheetJS I linked above can parse .xlsx files For CSV a popular library is PapaParse2 -
Re: Disable Parent Customers from Invoice
I've done a similar customization by creating a custom "Customer" field required filter, hiding the native one on the forms, and using a workflow to copy the value from the custom one …3 -
Re: Is it possible to read an excel file (xls /xlsx) by script?
You can try your hand at using SheetJS. There is some info here on getting it to work with SuiteScript https://netsuiteprofessionals.com/question/does-sheetjs-work-in-netsuite-serverside-script/3