Admin: : Configure Reject and Unreject Actions Through Custom Flows
The separate Reject and Unreject actions can be invoked through Custom Flows.
- Add an ATS_Candidate_Rejection_notes_Wrapper component in your custom Aura wrapper component.
- Pass action name and call source to this component.
- To call Reject/Unreject outside the ATS, a Lightning Message Channel atsv2RunAction should be reused and implemented.
- This will need a new parameter
actionName. - The Main document has been updated.
- For both steps create new flows should, those components should be populated on the screen, with the design attributes filled in.
Was this helpful?