Need Employee Onboarding Automation
Scenario: When an Employee record is created:
• Create a User record
• Assign Permission Sets
• Send Welcome Email
• Create onboarding tasks
Questions:
• How would you design the Flow?
• What actions require After-Save Flow?
• How would you handle failures?
1 Antwort
Hi Rohit,
To Handle failures, I recommend using Fault connectors and directing them to dedicated error handling path.
Additionally, Please refer to the links below, as they might help you implement the solution
- https://admin.salesforce.com/blog/2022/automate-the-assignment-and-removal-of-permission-set-groups
- https://admin.salesforce.com/blog/2022/automate-this-automatically-assign-remove-a-permission-set
- https://help.salesforce.com/s/articleView?id=platform.automate_flow_get_started_example_proj_course_mgmt_create_after_save_flows.htm&type=5
- https://trailhead.salesforce.com/content/learn/modules/flow-implementation-2/handle-flow-errors-with-fault-paths
- https://help.salesforce.com/s/articleView?id=platform.flow_build_logic_fault_default.htm&type=5