function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
arasuarasu 

S-control Apex Error: 'sf:INSIFFICIENT_ACCESS' no access allowed to this class

Hi,

I have an S-control that invokes an apex program. It is working perfectly fine when I login as users with System Administrator profile. But when I login as users with any other profiles, it thows the following error:

e is:{faultcode:'sf:INSIFFICIENT_ACCESS',faultstring:'HnadlerDiscontinueUPC: no access allowed to this class.',}

I went to the specific user profile and granted "Apex Only User" permission , but it still did not work.

Appreciate if anyone has any feedback on this issue.
Thanks and regards,
Ambili

Joseph FerraroJoseph Ferraro
each class has a separate set of security controls...click on the "Security" link for your class and add the appropriate profiles who need access to the class
arasuarasu

Hi Joe,

Thank you so much for your response. It worked after I modified the security access.

Regards,
Ambili