Updating the candidate security class for the CandidateSpace.zip
Perform this task to ensure candidates can access their Transition Programs when your organization uses the CandidateSpace.zip file in parallel with the Candidate Experience. If these updates are not made, then candidates see both Jobs and Candidate Transition Program in the main navigation menu within Candidate Experience. This update to the candidate security class makes the user experience more intuitive.
-
Create a security class based on
CandidateWebAppAccess_ST
. -
Edit the condition used for the TransitionTasks WebApp from
“when (actor.agent(Candidate).Candidate.IsExternalCandidate)”
to(actor.agent(Candidate).Candidate.IsExternalCandidateHasTransitionTasks)
. -
Update the
Anonymous_ST
to add the custom security class and removeCandidateWebAppAccess_ST
. -
Update the
Candidate_ST
to add the custom security class and removeCandidateWebAppAccess_ST
.