Using the NetSuite SOAP API, we're doing an Accoun...
# ask-stanley-ai
d
Using the NetSuite SOAP API, we're doing an AccountingPeriodSearchBasic and when we do, we're getting this error: <platformCore:statusDetail type="ERROR"> <platformCorecode&gt;INSUFFICIENT PERMISSION&lt;/platformCorecode> <platformCore:message>Permission Violation: You need the 'Manage Accounting Periods' permission to access this page. Please contact your account administrator.</platformCore:message> </platformCore:statusDetail> What permissions is missing please and how do we add it to the role?
c
AI generated answer (using internal Slack threads):
The error message you're receiving indicates that the role being used to execute the SOAP API call does not have the 'Manage Accounting Periods' permission. This permission is required to perform an AccountingPeriodSearchBasic operation. To add this permission to the role, follow these steps: 1. Navigate to Setup > Users/Roles > Manage Roles. 2. Select the role that you're using for the SOAP API call. 3. In the 'Permissions' subtab, click on 'Setup'. 4. Click 'Add', then in the 'Permission' dropdown, select 'Manage Accounting Periods'. 5. Click 'Add' to add the permission to the role. Please note that changes to permissions may take a few minutes to propagate through the system. If the error persists after adding the permission, you may need to wait a bit before trying again. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Slack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.859869897
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.856471539
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.852841854
Please provide your feedback on this answer.