Admin: : Configure Reject Origin For Reject Flow
To use the Reject Origin in a Reject Flow you must configure it.
Three values for the Reject Origin picklist are available on the Applicationv2 object:
- Go to Object Manager > Application v2 > Fields & Relationships > Rejection Origin.
- Ensure the picklist has the values you need:
- Client
- Candidate
- Internal
- Ensure the picklist has the values you need:
- Go to Setup > Custom Metadata Types > Rejection Origin Mapping.
- Create a record for each association of Reject Reason and Reject Source. The record should be configured as follows:
- Rejection Reason: Should contain the API name value of the Rejection_Reason__c picklist field from ApplicationV2 object.
- Rejection Origin: Should contain the API name value of the Rejection_Origin__c picklist field from ApplicationV2 object.
- Create a record for each association of Reject Reason and Reject Source. The record should be configured as follows:
- To enable popup on hover for the ATS List View (chevron view), a new fieldset ApplicationRejectPopupFieldSet must be created on the ApplicationV2 custom object in the Subscriber’s Org.
- This fieldset should contain all the fields needing to be displayed at a glance without clicking into the application record (EX: Rejection Origin).
- Give users access to field Rejection_Origin__c when saving a value to Rejection_Reason_c.
- This permission has been included in the managed package Permission Sets referencing the Rejection_Reason__c.
Was this helpful?