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
KevlangdoKevlangdo 

sremoteobject permissions

I create a custom object and a visualforce page. the data from the custom object is accessed using Visualforce Remoting with sremoteobject. I can see all the data through the visualforce page. However, the end user cannot. The end user can browse the data from a standard tab, can edit the data, etc. However, when he clicks on the visualforce tab and loads the visualforce page, the page is empty.

I gave access to the fields, custom objet, etc
I gave access to the visualforce page

in the profile, he has view all, modify all on the object

Is there some other special permissions for Visualforce Remoting that must be given?
I am using the SLDS framework