Stages
The stage (seven20__Stage__c) field is one of the core fields on application and indicates how far along the application is in the recruitment process. The stage field is a simple picklist field, allowing customisation of stages based on record type. These values can be categorised into different types to allow for custom stages to utilise standard Seven20 actions. These stages can be further customised for specific scenarios using stage customisations.
Changes to the stage value also triggers several other fields to be updated, these are:
| Field Api Name | Description |
|---|---|
| seven20__Date_in_Stage__c | The date the application entered the current stage |
| seven20__Days_in_Stage__c | Autocalculated number of days the application has been in the current stage |
| seven20__Offer_Date__c | The latest date the application entered an Offer stage type |
| seven20__Stage_Rejected__c | When the stage is set to a Rejected stage type, the previous stage is written to this field |