Posts

Showing posts from December, 2022

Assign Permission Set at the User Creation

Image
Step 1: Create a Permission Set Click  Setup . In the Quick Find box, type  Permission Sets . Select  Permission Sets , then click  New . Label  the  Permission Set  then press the tab key,  the API Name will auto-populate.  Click  Save. Create Permission Set for Assign Users Step 2: Create a Record- Triggered Flow to Assign Permission Set at the time of User Creation. Click  Setup . In the Quick Find box, type  Flows . Select  Flows , then click  New   Flow . Select  the  Record-Triggered Flow.  Click  Create. Select the Record Triggered Flow Step 3. configure the flow as follows: Trigger the Flow When: A record is created Run Flow: A record is created Object: User Set Entry Conditions Select  All Condition Are Met (AND ) Set Conditions Field: User | IsActive Operator: Equals Value: {!$GlobalConstant.True} Click  Done . Get Newly Created Active User Step 4: Adding a G...