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
alvatsealvatse 

Self Serve Portal User profile

Does anyone know how to build a formula to look up the 'Active' checkbox on Self Serve Portal User profile? The challenge I'm having is to find the field name for this checkbox. It seems to be hidden and not available for selection on 'INsert field' dropdown on Formula screen. I asked SFDC Tech Support, they also said that whole SS User Profile is hidden. Any suggestions? Thanks.
BrunoMBrunoM

You could try SelfServiceUser.IsActive

 

Sometimes when I think fields are hidden, I try to look at the available fields with the Apex Data Loader.