Package: Applicant Management System(AMS) |
What is the Status Field in AMS
-
Values 'New', 'Accepted', 'Rejected' are used by the code in AMS package and this values can be translated via translation workbench but should not be removed from the pick list values by the customer.
-
'New' value is supposed to be default value for all profiles for all record types.
-
'Accepted' value states that the candidate passed this stage and was moved to next stage (according ams workflow).
-
'Rejected' value states that the candidate was rejected on this stage.
-
'In Process' value states that the candidate is currently on this stage and his progress within this stage is defined in ts2extams__Substatus__c field.
Application is only one object which has one additional value (Incomplete), this value states that the application is being set up and was not completely filled yet.
-
The values in this field are used to display colored light in AMS Main page.
-
The customer can add any new values to this field but it does not make sense because they will not be used by AMS and will be overwritten by AMS actions (move, reject, revert, etc...).