Question:
How to make the Dossier Format field (dossier_format__v) required on the Submission Object in Vault?
Answer:
The customer can make this field required by creating a Validation Rule. The steps are below:
- Navigate to Admin --> Configuration --> Objects --> Submission --> Validation Rules.
- Click the Create button.
- Enter the values in the fields as shown in the screenshot below along with the Validation Expression Not(IsBlank(dossier_format__vr.name__v)).
- Save the changes.
This field can also be made required two other ways:
- The user can make the field required by setting it required on the object type.
- The user can make the field entry criteria from proceeding into another state.
Related Documentation:
Vault Field Documentation: Configuring Record Validation Rules