Record Types
Introduction
Record types allow for organising records within the https://mediahaven.atlassian.net/wiki/spaces/CS/pages/2291466251 such as the tree of record types described in https://mediahaven.atlassian.net/wiki/spaces/CS/pages/4064641076. By defining properties on record types one can describe the record tree and place restrictions.
Properties
Property | Description | Example | Since |
|---|---|---|---|
Allowed children | Which child record types are allowed under this record type. This property organises the record types into https://mediahaven.atlassian.net/wiki/spaces/CS/pages/4064641076. | The record type
|
|
Default record type | Indicates if this the default record type when creating a record in the https://mediahaven.atlassian.net/wiki/spaces/CS/pages/2447769640. This default record type should as rhttps://mediahaven.atlassian.net/wiki/spaces/CS/pages/4064378938 | The record type |
|
Default record status | Records of record type have this initial https://mediahaven.atlassian.net/wiki/spaces/CS/pages/2466676738 | Most data records have status |
|
https://mediahaven.atlassian.net/wiki/spaces/CS/pages/4064378938 | The position of the record type in the record tree. | The record types |
|
Information Package | To which information package the record type belongs. See https://mediahaven.atlassian.net/wiki/spaces/CS/pages/3400007723/Record+Tree+Glossary#Term%3A-Information-Package. | The information package of the common record types such as |
|
https://mediahaven.atlassian.net/wiki/spaces/CS/pages/3478749231 | Rules & effects on the children when deleting a record | Record type |
|
https://mediahaven.atlassian.net/wiki/spaces/CS/pages/3478257687 | Rules & effects on the children when publishing an intellectual object or data object | Record type “Newspaper” cascades its publish to all records below it. |
|
Default workflow | Workflow to be created when uploading a record of this record type when the workflow option is not explicitly provided when creating the record | For record type |
|
Can publish on create | Whether an auto publish can be requested when creating the record. | True for most record types except for record type |
|
Permission inheritance* | Whether to let permissions
| From |
|
Permission inheritance rules* | List of options | Only used in advanced installations |
|
Media type support | If true, objects with this record type will automatically specialise the record type by suffixing it with | True for new record type |
|
Fragment support | If true, https://mediahaven.atlassian.net/wiki/spaces/CS/pages/4668391481 created for this object will have their record type suffixed by | True for the record types |
|
The asterisk * denotes an advanced feature.