-
Notifications
You must be signed in to change notification settings - Fork 913
Redirect to Adobe Sign UI Action #2195
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Redirect to Adobe Sign UI Action #2195
Conversation
|
@bird-03 could you please check? I have create new PR as PR#2182 closed. |
rohi-v
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @chaitaliKundu
Please take a look at the review comments.
The code doesn't seem to work, Please validate and update logic accordingly.
| @@ -0,0 +1,15 @@ | |||
| // UI Action - "Redirect to Adobe Sign". | |||
| // HR Agent workspace | |||
| Trigger Condition - current.hr_service== gs.getproperty("On Boarding HR Service"); | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove specific conditions and mention 'conditions as per requirements'.
|
|
||
| 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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This works for Any URL so making it generic will help users understand.
Mention in readme file how this can be used for other pages.
|
Hi @chaitaliKundu |
|
Closing this for now. Once you make additional and requested changes, feel free to re-open this Pull Request or create a new one. |
PR Description:
replace this with your description
Pull Request Checklist
Overview
Code Quality
Repository Structure Compliance
Core ServiceNow APIs/Server-Side Components/Client-Side Components/Modern Development/Integration/Specialized Areas/Documentation
Restrictions