How to resolve SuiteScript Error SSS_INVALID_SRCH_OPERATOR

If an nlobjSearchFilter contains an invalid operator, or is not in proper syntax: {1}, an error is thrown: SSS_INVALID_SRCH_OPERATOR  The error may be thrown by any of the following scenarios: The filter name is not officially supported, i.e., the filter is not officially documented in the SuiteScript Records Browser under the record type being searched.… Continue reading How to resolve SuiteScript Error SSS_INVALID_SRCH_OPERATOR

SuiteScript2 Services for SCA

This document will describe the basics of using SuiteScript2 in your extensions for SCA. Ensure you select the “SuiteScript2” option when running “gulp extension: create”. While you can always add the file later if needed the easiest route is to let the gulp command create it for you. An SS2 service is called when the… Continue reading SuiteScript2 Services for SCA