We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ccbd2e commit f4ab072Copy full SHA for f4ab072
Client-Side Components/UI Actions/Generate PDF/readme.md
@@ -0,0 +1,21 @@
1
+This is an UI action script written on the [incident] table in ServiceNow.
2
+This helps to generate PDF file with the current incident record details and attaches it to the same record.
3
+
4
5
6
+UI Action Details:
7
8
+Name: Attach INC Details
9
+table: incident
10
+Active: true
11
+Show Update: true
12
+Form button: true
13
+Condition: /as per requirement/
14
+Script: check the [generatePDFWithDetails.js] file
15
16
17
+Output:
18
19
+<img width="1149" height="648" alt="image" src="https://github.com/user-attachments/assets/4b3031fe-c39c-40cb-b642-6d21bb2bab67" />
20
21
0 commit comments