Hi Team, Trying to access data from the Netsuite ...
# suitescript
p
Hi Team, Trying to access data from the Netsuite using Rest service by passing parameters in the URL {{REST_SERVICES}}/record/v1/customer?q=companyName START_WITH "Another Company" but getting below error message {     "type": "https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1",     "title": "Your current role does not have permission to perform this action.",     "status": 400,     "o:errorCode": "USER_ERROR" } Don't know the exact permission to be required to access filtering functionality in Rest. Please let me know if you have any ideas.