Skip to content

Commit ac7a1e6

Browse files
authored
Create README.md
1 parent ac2d8b0 commit ac7a1e6

File tree

1 file changed

+12
-0
lines changed
  • Server-Side Components/Business Rules/AutoApplyTemplateOnRecord

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
//Used to automate the application of template when additional fields are required for a process. ex. incident, change etc.
2+
3+
//Template
4+
// Navigate to System Definition > Templates and create new template
5+
// Fill Name, Table, short description, and Template fields.
6+
7+
//Business Rule
8+
// Navigate to System Definition > Business Rule and create a new rule
9+
// Configure the trigger condition and when to run to meet your business need.
10+
// Advanced table: Input script and replace place holder variable values.
11+
// var templateName = "Your Template Name"; //replace template name
12+
// current.applyTemplate(templateName);

0 commit comments

Comments
 (0)