Skip to content

Commit f4ab072

Browse files
authored
readme.md
Generates PDF file with the current incident record details and attaches it to the same record
1 parent 3ccbd2e commit f4ab072

File tree

1 file changed

+21
-0
lines changed
  • Client-Side Components/UI Actions/Generate PDF

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)