Skip to content Skip to sidebar Skip to footer

Can't Access Restlet File In Netsuite?

I created Employee account called user under Netsuite admin account When i call restlet method using user account credentials doesn't give any response.(empty response) but when i

Solution 1:

You need to ensure that in your Script Deployment record the Status field is set to Released, and in the Audience sublist, the Employees and/or Roles you want to make the Restlet available to are selected.

Solution 2:

Based on the error, the issue appears to be the Suitelet being called by the RESTlet and not the RESTlet itself. Make sure that the deployment of the Suitelet being called is released as @michoel said.

Solution 3:

Make a copy of the deployment ensuring the Audience, Roles and Released Status are kept and try accessing the RESTlet from the new deployment.

I have experienced issues like the one you mentioned, I suspect Netsuite caches the permissions.

Post a Comment for "Can't Access Restlet File In Netsuite?"