Creating a condition on JobApplication

  1. Select Administrator > Start > Configure > Application.
  2. Click Create.
  3. Specify this information:
    Confirmation Type
    Specify User Field.
    Business Class
    Specify JobApplication.
    Field Type
    Specify Condition.
  4. Click OK.
  5. Build the condition. Specify this information:
    Field Name
    Specify HiringManagerStep.
    Condition
    In the following, replace "workflow name" with the hiring workflow name and workflow step name with the hiring workflow steps the hiring manager should have access to in the Move to Step menu list:
    (JobRequisition.IsHiringManager
        and JobRequisition.ATSWorkflow = “workflow name”
        and (JobRequisitionWorkflowStep.ATSWorkflowStep = “workflow step name”
            or    JobRequisitionWorkflowStep.ATSWorkflowStep = ”workflow step name”
            or    JobRequisitionWorkflowStep.ATSWorkflowStep = ”workflow step name”
            or    JobRequisitionWorkflowStep.ATSWorkflowStep = ”workflow step name”))