even with Online user form selected, my suitelet w...
# ask-stanley-ai
d
even with Online user form selected, my suitelet with available without login checked cannot be accessed, i got this error You do not have privileges to view this page
c
AI generated answer (using internal Slack threads):
Based on the conversations, the issue you're facing with your Suitelet not being accessible even though it's set to be available without login could be due to a few reasons: 1. Script Status: Ensure that your script status is not set to 'Testing'. It should be set to 'Released'. 2. Script Audience: Check the 'Audience' sub-tab in your Suitelet deployment and make sure 'All Roles' is enabled. If you have specific roles selected, it might restrict access. 3. Subsidiary Field: If you have anything set in the subsidiary field, it might cause issues. The Suitelet tries to compare the user session settings for the subsidiary against that field, and since there's no user session in this case, it fails. Try leaving the subsidiary field empty. 4. Code Issues: There might be something in your Suitelet code that's expecting a user session of some kind. If you're not able to identify the issue, you could try returning some raw HTML instead of your code to see if that works. If the raw HTML response is okay, then it's something in your NetSuite code. If the raw HTML also fails, then it's something config related in the account/objects. Remember to always double-check your Suitelet deployment settings and your Suitelet code. Sometimes, the issue might be something that seems insignificant. ****** 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.849078834
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.844280958
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.836794317
Please provide your feedback on this answer.