Object Recertification Policies
Definition
Object Recertification is the process of reviewing Objects to verify their compliance. This process is implemented in Memority using Object Recertification Policies that can trigger a workflow on a regular basis or when needed.
The details about the widget allowing to view the recertifications of an Object are described in this page.
Configuration
You can access the Object Recertification Policy configuration :
by clicking on "Portal" → “Object Recertification Policies”
by clicking on "System" → "Configurations" → "Object Recertification Policies" and perform an import/export.
Property name | Type | Mandatory | Description | Modifiable after creation | Code |
---|---|---|---|---|---|
id |
| YES | The id is the unique identifier of the Object Recertification Policy It is case sensitive and no special characters (except - or _) are allowed. | NO |
XML
|
name |
| YES | The Object Recertification Policy name. The name may be different from the identifier.Must be at least 4 characters long. | YES | |
active |
| YES | Allow to toggle activation of the policy | YES | |
objectScope |
| YES | The Scope of the policy | YES | |
referenceDateAttribute |
| NO | Used only for the “On the fly” recertification. Must match the id of a date attribute bound to the objects in the scope which will serve as a reference point for the first recertification (see “On the fly” recertification below). If not provided it will default to the creation date of the object. | YES | |
recertificationPeriod |
| NO | A period duration in ISO 8601 format. If provided, the “On the fly” recertification mode will be activated with this period. | YES | |
campaignExecutionPlan |
| NO | If provided, the “Campaign” recertification mode will be activated with the provided schedule (see “Campaign” recertification below) | YES | |
workflowStrategy |
| YES | Provide the workflow to be triggered for the recertification | YES | |
refusalRule |
| NO | A compute rule that must return an ObjectPatch. If provided, this patch will be applied to the Object in case of a refused workflow. | YES |
Read Next
- Object Recertification Widget
Allows to display object recertifications.