Admin:
: Configure Reject and Unreject Actions Through Custom FlowsThe separate Reject and Unreject actions can be invoked through Custom Flows.
- Add an ATS_Candidate A person looking for a job. A candidate can also be referred to as a Job Seeker, Applicant, or Provider._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?
No