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
Force.platformForce.platform 

Standard and Custom permission set

In my org, user has two permission set:
1]Standard permission set: which restrict access to Tracking_Number__c field on Task Object
2]Custom Permission set: which grant aceess to Tracking_Number__c field on Task Object

Still this user is not able to accees this field in process builder. anybody has solution for this
FabiFabi
Permisison sets extend  user acess, they DO NOT RESTRICT access. If you would like to make the field restricted for everyone on that object, you have to do it at the profile level. Then use only a single permission set to open up acess to certain users. This field is probably restricted on the profile assigned to this user. Hope this helps.