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. 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);