Skip to content

Commit fcd56f9

Browse files
authored
Create README.md
This Business Rule automatically prepares an email reminder for Change Requests that are about to close. When triggered, it dynamically builds a clear and actionable subject and body message to alert users that the Change Request is nearing closure.
1 parent 1d12689 commit fcd56f9

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

  • Server-Side Components/Business Rules
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
About this script :
2+
3+
Type: Before Business Rule
4+
Table: Reminder [reminder]
5+
When: Before Insert or Update
6+
7+
This Business Rule automatically generate a reminder message for Tasks that are approaching their closure time.
8+
It dynamically fills in the Subject, Notes, and Using fields with a formatted message, ensuring consistent and timely communication.
9+
10+
What it does :
11+
It retrieves the Task number from the task field.
12+
It reads the reminder time (remind_me) to know how many minutes before closure the reminder should be sent.
13+
It builds a subject line like:
14+
15+
“Change Request CHG001234 Closure Approaching in 30 Minutes”
16+
17+
It builds a message body explaining the reminder details.
18+
It automatically sets:
19+
subject → reminder subject line
20+
notes → reminder message body
21+
using → "outlook" (indicating reminder channel)
22+
23+
Use of this script :
24+
This automation ensures that Change Managers and implementers are reminded before a Change Request closes, reducing the risk of:
25+
Missing required closure tasks
26+
Incomplete validations or documentation
27+
Unnotified team members before system changes finalize

0 commit comments

Comments
 (0)