Suite script Error SSS_INVALID_API_USAGE

When creating a record through CSV import, an SSS_INVALID_API_USAGE error is encountered. The SSS_INVALID_API_USAGE error appears when a user event script instantiates records by using the newRecord. When the script executes on a record that is being created, and the script attempts to use Record.getText(options) without first using Record.setText(options) for the same field. When the script executes on an existing record or on… Continue reading Suite script Error SSS_INVALID_API_USAGE