Question

DCM

HI Team 

Case: Candidate process cycle for an interview in DCM.

Description: possible status of the candidate at each stage are: Select, Reject, OnHold.

Decision Factor at each stage is status when the candidates status  is selected only then he will move to the next stage

We have created DCM, where each stage represents a candidate stage.

Possible stages : Candidate Registration,Parsing,Fitment,Assessment,Interview.

At any given stage if the status is rejected the cycle should end there which gives us the stage at which the candidate got rejected.

Implemented Way: I have taken two more stages selected, Rejected and coloured Rejected as Red Color.

If a candidate is rejected at any stage I am updating his stage as Rejected.

For Example: If I rejected at fitment, the stage will be updated as Rejected.As shown below. But i don't have a trace at which stage the candidate got Rejected.

I need a way where

1. If a candidate got Rejected at any stage it should hard stop at that stage only.

2. At the beginning of each stage, it should check whether the previous stage result was selected If it was selected only it should move to the next stage.

Regards,

manikanta.

Like 0

Like

1 comments

Dear Manikanta,

For the first question you can create a business process that will start only if a candidate got Rejected (when the record is modified and stage = Rejected modify record)

For the second question: you can set result field mandatory - thus it will always be filled in. 

Best regards,

Angela

Show all comments