Creating a new user list on JobRequisitionWorkflowStep

This new user list uses the condition that was created in the Create Condition on Job Requisition Workflow Step business class step to filter the steps that are available in the Move To Step action for the hiring manager.

  1. Select Administrator > Start > Configure > Application.
  2. Select JobRequisitionWorkflowStep.
  3. Specify this information:
    Confirmation Type
    Specify List.
    Create New User Configuration
    Select this option.
    Field Type
    Specify Condition.
    Based on
    Specify JobRequisitionWorkflowMoveToStepSelectList.
    New Name
    Specify JobRequisitionWorkflowMoveToStepSelectListNew.
  4. Click OK.
  5. Update the LPL. Specify this information:
    JobRequisitionWorkflowMoveToStepSelectListNew is a List
        Display Fields
            DisplayOrder
                left align
                sort order is ByWorkflowStepDisplayOrder
                    is default
            ATSWorkflowStep.Description
        Instance Selection
            where (JobRequisition.IsHiringManager
            and   DisplayOrder <= NextRequiredDisplayOrder
            and   MoveToStepAvailableSteps
            or    not JobRequisition.IsHiringManager
            and   DisplayOrder <= NextRequiredDisplayOrder)
        open action is restricted
        restrict action Create
        restrict action Update