Create Notification#
The task allows the user to Create a Notification
Behavior#
The user will define the same values available when creating a notification.
Settings#
| Name | Data Type | Description |
|---|---|---|
Name | String | The Notification name |
Description | String | The Notification description |
Type | LookupTableValue | The Notification type. The list is taken from the lookup table NotificationType |
Title | String | The Notification title |
Details | HTML | The Notification details |
Severity | LookupTableValue | The Notification severity. The list is taken from the lookup table NotificationSeverity |
Assignment | Enum | The Notification assignment |
Employee | Employee | The Notification employee if the Assignment is set to Employee |
Role | Role | The Notification role if the Assignment is set to Role |
SendEmailToAssignedParty | Boolean | The Notification setting for the assigned party |
SendEmailToDistributionList | String | The Notification email distribution list |
ApplicableFilter | Enum | The Notification visibility filter to be applied |
Mode | Enum | The Notification clearance mode |
ValidTo | DateTime | The Notification clearance validity period |
Inputs#
| Name | Data Type | Description |
|---|---|---|
Facility | Facility | The Facility context |
Area | Area | The Area context |
Resource | Resource | The Resource context |
Step | Step | The Step context |
Material | Material | The Material context |
Remarks#
Nothing to add.
