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
crob1212crob1212 

Custom Button not working in Portal-Please Help

I've built a custom button that changes the record type and status of the record from which it was clicked.  And it works exactly as it should when an internal user clicks it but doesn't work at all in the portal.  I've verified that the portal profile has access to both the old and the new record types.  I've also verified that field level security is not the culprit.  Any ideas???

 

Thanks

werewolfwerewolf
Did you check your browser error console to see if any errors are getting emitted?  Did you try debugging it with Firebug?
BigRobBigRob

If you implemented the button using a visual force page then the page may have a security attribute.

The Customer Portal Standard or Overage Customer Portal Manager Standard profiles may not be associated to it.