RE: Quota Search via SuiteScript
Answered
I’m trying to run a Quota Saved Search in SuiteScript but I’m getting SSS_INVALID_RECORD_TYPE. Now officially it’s not a supported record but I’ve never come across an issue running any Saved Search in SuiteScript.
Any thoughts/advice/workarounds would be much appreciated.
- Not a True answer
I’ve tried and found no way to access the Quota record via SuiteScript. I think it is unavailable at this time.
KevinJ Of Kansas
Can you share your code where you are doing the search? I won’t be able to help you, but others who could will do better seeing what you are trying to do.
Chris Abbott
@KevinJ – Nothing more complex than this:
nlapiSearchRecord(null, ‘5893’);
or
nlapiSearchRecord(‘quota’, ‘5893’);