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
Eran VizelEran Vizel 

Pageblock Button Invisible in Sites.com

Hi all,

What could be the reason that a pageblock button is visible internally, but becomes invisible when posting the visualforce page on external sites.com?

Many thanks,
Eran
Bhaswanthnaga vivek vutukuriBhaswanthnaga vivek vutukuri
make sure that the method you calling from Pageblock is not private / If it is Standrad method like save on the standard controller go to Public Access Settings and check object and field level settings
Eran VizelEran Vizel
Close. The issue eventually was using standardController with standard object on the vf. On sites, this will limit features. Therefore the controller had to be custom only, now everything works.

Thanks!
Bhaswanthnaga vivek vutukuriBhaswanthnaga vivek vutukuri
@Eran - Cool :)