-
Type: New Feature
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: ADDONS_7.10, ADDONS_9.10
-
Component/s: Retention
-
Epic Link:
-
Backlog priority:0
As a developer, I can add a "Record" facet to any document. The facet comes with the Record schema.
Record Schema:
- retention_rule {
- ruleId (string)
- cutoff_at (date)
- disposal_at (date)
}
- rules (retention_rule[])
- status (unmanaged (default value) / cutoff / disposal)(string)
- min_cutoff_at (date)
- max_retention_at (date)
The developer should also have an document adapter for getting those information pieces