User Tools
System Wide Notifications
Author: Michelle
Here are some default code snippets that can be used to configure the system wide notifications implemented in IDMS 3.15 - IDMS-5693. They have the correct color values that can be used.
informational
{startDate: '2021-02-02 00:00:00 GMT', endDate: '2021-02-05 23:59:59 GMT', backgroundColor: '#DFF0D8', fontColor: '#3C763D', type: 'static', text: 'This is an informational message'}
critical
{startDate: '2021-02-02 00:00:00 GMT', endDate: '2021-02-02 23:59:59 GMT', backgroundColor: '#F2DEDE', fontColor: '#A94442', type: 'static', text: 'This is a critical message'}
warning
{startDate: '2021-02-02 00:00:00 GMT', endDate: '2021-02-02 23:59:59 GMT', backgroundColor: '#FFF6C5', fontColor: '#8A6D3B', type: 'static', text: 'This is a warning message'}