We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac2d8b0 commit ac7a1e6Copy full SHA for ac7a1e6
Server-Side Components/Business Rules/AutoApplyTemplateOnRecord/README.md
@@ -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