Reputation: 205
I created a Suitelet script and say owner is "A" for that. Now when other user say "B"(Administrator access) is trying to access this suitelet , its throwing below error
"An unexpected error has occured.Please click here to notify support and provide your contact information".
I found a workaround for this , if we change the owner of the suitelet script to "B" , then "B" is able to access the suitelet but "A" cannot. This means at a time only one user(owner) can access the Suitelet.
Is there any fix for this so that all users can access suitelet . Please advice .
Upvotes: 1
Views: 515
Reputation: 205
In script deployment the STATUS=Testing , thats the reason its throwing the error. I modified it to Released. It fixed the issue .
Upvotes: 3