diff --git a/Client-Side Components/UI Actions/Payroll Case from workspace/README.md b/Client-Side Components/UI Actions/Payroll Case from workspace/README.md new file mode 100644 index 0000000000..ef4874265d --- /dev/null +++ b/Client-Side Components/UI Actions/Payroll Case from workspace/README.md @@ -0,0 +1,2 @@ +#contribution 3 +As a Agent/Fuilfiller want to create Payroll case from HR Agent Workspace.UI action is - "Create Payroll Case" & Button is visible when assigned to is logged in user, state is Work in Progress & HR Service is - "Payroll Service". diff --git a/Client-Side Components/UI Actions/RedirectAdobeSign/AdobeSign.js b/Client-Side Components/UI Actions/RedirectAdobeSign/AdobeSign.js new file mode 100644 index 0000000000..6db2c31b34 --- /dev/null +++ b/Client-Side Components/UI Actions/RedirectAdobeSign/AdobeSign.js @@ -0,0 +1,15 @@ +// UI Action - "Redirect to Adobe Sign". +// HR Agent workspace +Trigger Condition - current.hr_service== gs.getproperty("On Boarding HR Service"); +Format Configurable Workspace - "Checked" for workspace button visibility +Table - "sn_hr_le_case" + +//Workspace Client script +function onClick(g_form) { + + g_form.setValue("work_notes","Redirected to Adobe Application"); // Worknotes updated + g_form.addInfoMessage("Redirected to Adobe Application"); + var win= top.window.open("https://xyz.eu1.echosign.com/account/homeJS",'_blank'); // Redirect to Adobe Sign page + win.focus(); + g_form.save(); +} diff --git a/Client-Side Components/UI Actions/RedirectAdobeSign/README.md b/Client-Side Components/UI Actions/RedirectAdobeSign/README.md new file mode 100644 index 0000000000..831c38cf4c --- /dev/null +++ b/Client-Side Components/UI Actions/RedirectAdobeSign/README.md @@ -0,0 +1,4 @@ +#Contribution4 +Create UI action "Redirect to Adobe Sign".This UI action is available in HR Agent Configurable Workspace. Once Fuilfiller click the button it will redirect to "Adobe Sign" Page for integration for Signature. + +This UI action will available for "Onboarding HR Service".