...
Type | Register |
---|---|
Location | Library |
Licence | Included in all editions |
On this page
Table of Contents | ||
---|---|---|
|
Overview
The library is where you keep documents and wikis for access all year round and during emergencies. Access to the library records is based on the events they are saved in.
If you would like to access the library records from any current or future event, please save them into a global workspace. You can have multiple global workspaces to manage the different functional sets of positions that will need access to them such as internal Internal emergency management, All emergency management, Business continuity, Event management,
...
- Details are captured simply using free-text title, body and attachment fields
- You can expand to full-screen mode by pressing the expand icon in the rich text area
- You can use the bullets or numbered lists, bold, italics and insert tables using the table icon
- An address can be looked up and attached to the library record (for the Geospatial Feature Type)
- A map can be annotated to show the location of the library record (for the Geospatial Feature Type)
- The review date aids in management of the records that need a periodic review
- Tags are used to organise or file the one record in many 'folders' at the same time.
- The status allows you to manage the library record using key states such as current, deleted, expired or review
- The record notes field appears when editing the library record, it can be used for general notes which are are not core details for the library record its self, eg 'This version includes feedback from the EM committee'
- Record notes are only visible in the Activity history for the record
- The date, time and user is recorded with the note or any other changes.
- The see the history of all changes to the Library record over time, select the down arrow to the right of the Activity label to expand and see the history
- By default the activity is not shown, the image below shows it expanded so the arrow points up to indicate you can collapse the section by pressing it.
The Library Record Form
Adding a new library record
To add a new library record:
...
Note |
---|
This page contains only partial information. For more information on the usage of this module, please contact Datalink Service Desk. |
Technical Reference
A global documentation wiki
Document schema
Field ID | Label | Form Type | Data Type | Values | Notes |
---|---|---|---|---|---|
title | Title | text | string(255) | Required | |
body | Body | rte | clob | ||
attachments | Attachments | media | |||
isFeatured | Is Featured | checkbox | boolean | ||
setReviewDate | Set a review date | checkbox | boolean | ||
reviewDate | Review at | stateTransitionDatePicker | timestamp | Only available if ‘setReviewDate:true’ | |
activity | auditLog |
Geofeature schema
Field ID | Label | Form Type | Data Type | Values | Notes |
---|---|---|---|---|---|
title | Title | text | string(255) | Required | |
body | Body | rte | clob | ||
attachments | Attachments | media | |||
isFeatured | Is Featured | checkbox | boolean | ||
setReviewDate | Set a review date | checkbox | boolean | ||
reviewDate | Review at | stateTransitionDatePicker | timestamp | Only available if ‘setReviewDate:true’ | |
activity | auditLog |
Meeting schema
Field ID | Label | Form Type | Data Type | Values | Notes |
---|---|---|---|---|---|
title | Topic | text | string(255) | Required | |
meetingStartDate | Meeting Start Date and Time | dateTimePicker | timestamp | Required | |
agenda | Agenda | rte | clob | ||
attachments | Business Papers | media | |||
present | Present | textarea | clob | ||
absent | Absent | textarea | clob | ||
previousMinutesReview | Review of Previous Minutes | rte | clob | Review the previous minutes and note down any inaccuracies | |
notes | Meeting Notes | rte | clob | Add discussion topics and notes here | |
resolutions | Resolutions and Action Items | rte | clob | ||
nextMeeting | Date and time of next meeting | dateTimePicker | timestamp | ||
meetingClosedTime | Meeting closed time | dateTimePicker | timestamp | ||
isFeatured | Is Featured | checkbox | boolean | ||
activity | auditLog |
Non-schema fields
Field ID | Label | Form Type | Data Type | Values | Notes |
---|---|---|---|---|---|
hasAsset | Related Asset | asset | Only available if ‘itemSchemaName:geofeature’ | ||
hasEvent | event | Select an event | |||
hasMap | Geospatial Information | geo | Only available if ‘itemSchemaName:geofeature’; uses MDA94 projection | ||
hasSchemaSelection | Reference type | schemaselection | |||
hasStatus | Status | status | |||
hasTags | tags |
Workflow
Workflow ID | Label | Value | Next States | Initial State |
---|---|---|---|---|
NEW | New | 0 | CURRENT, DRAFT | |
DRAFT | Draft | 1 | DRAFT, CURRENT, EXPIRED, DELETED | |
CURRENT | Current | 2 | CURRENT, REVIEW, EXPIRED, DELETED | ✓ |
REVIEW | Review | 3 | REVIEW, CURRENT, EXPIRED, DELETED | |
EXPIRED | Expired | –2 | EXPIRED, CURRENT, DRAFT, DELETED | |
DELETED | Deleted | –3 | DELETED |
...