You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

The change request process allows the caller to be informed about the work progress.

In SimpleOne, this process is implemented as "notifications" sent by email. For now, there are four types of notifications:

Notification "Change request created"

This type of notification is sent when creating a new change request.

Notification "Change authorization required"

This type of notification is sent when the change request state is set to Authorization. In this state, the change request is awaiting authorization.

Notification "Change request scheduled"

This type of notification is sent when the change request state is set to Scheduled. In this state, the change request is fully authorized and scheduled. It has a planned start date and planned end date.

Notification "Change request completed"

This type of notification is sent when the state is changed to Completed. The works are over, and the change is implemented.

Notification "Change approval requested"

This notification is an authorization ticket. It is sent when authorization is required.

Notification "Comment added"

This type of notification is sent when the assigned person or end-user added any comment to the Additional Comments field.

All notifications are sent out to the email that is a contact for a person specified in the Caller field.


You can create new notifications, or modify existing ones. To create a new notification, please complete the following steps:

  1. Navigate to the System Notification → Notification;
  2. Click New and fill in the form;
  3. Click Save.


FieldDescription
NameDisplayed notification name.
TableThe table name where the notification should be created. If you are creating a notification for the change, then select the Change Request table.
ActiveTurn this checkbox on if you want this notification to be active,
Sys updated byThis field contains information about the person who performed the last update of the notification. This field is filled automatically and always read-only.
When to Send tab
ConditionThe condition to meet before sending the notification.
InsertedTurn this checkbox on if you want this notification to sent when inserting the record.
UpdatedTurn this checkbox on if you want this notification to sent when updating the record.
Who Will Receive tab
UsersIn this field, you can add the users you want to notify about the change request activities.
OtherIn this field, you can add an email to subscribe to the change request activities.
What Will Contain tab
SubjectThe displayed notification subject.
MessageThe notification body in plain text.
Message htmlThe notification body, this field supports HTML tags, variables. SimpleOne API methods.
  • No labels