Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
You need the 'Lists -> Locations' permission to access this page
Hi All,
I've tried to create a module to get all available stocks in pickup locations
In Backend Model extended the SCModel and used var search = nlapiSearchRecord('location', null, filters, columns);
ut I get below error in SSP Application log
{"userEvent":null,"internalId":null,"code":"INSUFFICIENT_PERMISSION","details":"Permission Violation: You need the 'Lists -> Locations' permission to access this page. Please contact your account administrator.","stackTrace":{"[Ljava.lang.String;":
Any help is much appreciated