Luis
10/29/2024, 8:20 PMCeligo AI
10/29/2024, 8:20 PMAI generated answer (using internal Slack threads):The error message you're encountering, "You do not have privileges to view this page", typically indicates that the role you're using to authenticate your RESTlet does not have the necessary permissions to perform the operation you're trying to execute. To resolve this issue, you need to ensure that the role has the appropriate permissions. Here are the steps you can follow: 1. Identify the permission model that the custom record type is using. You can find this information in the NetSuite Help Center under the section for permission models. Here is the link: https://system.netsuite.com/app/help/helpcenter.nl?fid=section_n2879388.html 2. Once you've identified the permission model, assign the appropriate permission to the role. This could be 'Full' permission if the operation you're trying to perform requires it. 3. If you're still encountering the error after assigning the appropriate permissions, it's possible that your RESTlet is trying to access another record or perform an operation that requires additional permissions. In this case, you'll need to review the operations your RESTlet is performing and ensure that your role has all the necessary permissions. Remember, the role used for RESTlet authentication should have all the necessary permissions for any operation the RESTlet is expected to perform. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
10/29/2024, 8:20 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.842921257
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.838793039
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.82456094
Celigo AI
10/29/2024, 8:20 PM