From 713e92c6cda44863aab7d1b72ba4ab2ce8b7f39f Mon Sep 17 00:00:00 2001 From: HONG QI XING Date: Mon, 20 Oct 2025 17:19:56 +0800 Subject: [PATCH 1/4] Create PrintTicketDetailsInESSLayoutView --- Integration/Mail Scripts/PrintTicketDetailsInESSLayoutView | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Integration/Mail Scripts/PrintTicketDetailsInESSLayoutView diff --git a/Integration/Mail Scripts/PrintTicketDetailsInESSLayoutView b/Integration/Mail Scripts/PrintTicketDetailsInESSLayoutView new file mode 100644 index 0000000000..b129dce212 --- /dev/null +++ b/Integration/Mail Scripts/PrintTicketDetailsInESSLayoutView @@ -0,0 +1,2 @@ + var url = 'Ticket Print'; + template.print(url); From 52160e9a6c283e7b47b11ea5f34f196556d141d3 Mon Sep 17 00:00:00 2001 From: HONG QI XING Date: Mon, 20 Oct 2025 17:31:03 +0800 Subject: [PATCH 2/4] Create printTicketsDetailsInESSLayoutView.js --- .../printTicketsDetailsInESSLayoutView.js | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Integration/Mail Scripts/printTicketInESSLayoutView/printTicketsDetailsInESSLayoutView.js diff --git a/Integration/Mail Scripts/printTicketInESSLayoutView/printTicketsDetailsInESSLayoutView.js b/Integration/Mail Scripts/printTicketInESSLayoutView/printTicketsDetailsInESSLayoutView.js new file mode 100644 index 0000000000..b129dce212 --- /dev/null +++ b/Integration/Mail Scripts/printTicketInESSLayoutView/printTicketsDetailsInESSLayoutView.js @@ -0,0 +1,2 @@ + var url = 'Ticket Print'; + template.print(url); From 60f1f508137385f91a438a1158504c84d0f5c229 Mon Sep 17 00:00:00 2001 From: HONG QI XING Date: Mon, 20 Oct 2025 17:33:36 +0800 Subject: [PATCH 3/4] Create README.md --- Integration/Mail Scripts/printTicketInESSLayoutView/README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Integration/Mail Scripts/printTicketInESSLayoutView/README.md diff --git a/Integration/Mail Scripts/printTicketInESSLayoutView/README.md b/Integration/Mail Scripts/printTicketInESSLayoutView/README.md new file mode 100644 index 0000000000..ddf075273e --- /dev/null +++ b/Integration/Mail Scripts/printTicketInESSLayoutView/README.md @@ -0,0 +1,3 @@ +This mail script can be used to direct print ticket form from ESS View to available print options. + +Use case: Print ticket details of current record as per ESS View Layout. From 6b4621c0eae4aecac98c160b22e0d34aebaf6597 Mon Sep 17 00:00:00 2001 From: HONG QI XING Date: Mon, 20 Oct 2025 17:33:54 +0800 Subject: [PATCH 4/4] Delete Integration/Mail Scripts/PrintTicketDetailsInESSLayoutView --- Integration/Mail Scripts/PrintTicketDetailsInESSLayoutView | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 Integration/Mail Scripts/PrintTicketDetailsInESSLayoutView diff --git a/Integration/Mail Scripts/PrintTicketDetailsInESSLayoutView b/Integration/Mail Scripts/PrintTicketDetailsInESSLayoutView deleted file mode 100644 index b129dce212..0000000000 --- a/Integration/Mail Scripts/PrintTicketDetailsInESSLayoutView +++ /dev/null @@ -1,2 +0,0 @@ - var url = 'Ticket Print'; - template.print(url);