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
Jingli Hu 3Jingli Hu 3 

session activation Permission set

When session activation required PS be active, are all users who have this PS able to use it? or just one specific user? the element in flow which for active the PS doesn't associated to the user record.

I am trying to active session activation Permission set for one user. the steps I did are:
Add the Session activiation required PS to multiple users.
add a custom checkbox field in user object,
create a trigger based flow on user record, when the checkbox is checked, I want to active the PS for this user only.

But even though the user do already has this PS assigned, and I use constant to store PS API name, but I still keep getting the error saying the PS is not assigned to the user. any ideas?

I would also like to have a schedule action which can auto de-active PS for the user . is that possible?

Jingli Hu 3Jingli Hu 3
also, how we can verify or monitoring which users' permission set are currently active?