Redirect to Adobe Sign UI Action#2195
Closed
chaitaliKundu wants to merge 2 commits intoServiceNowDevProgram:mainfrom
Closed
Redirect to Adobe Sign UI Action#2195chaitaliKundu wants to merge 2 commits intoServiceNowDevProgram:mainfrom
chaitaliKundu wants to merge 2 commits intoServiceNowDevProgram:mainfrom
Conversation
Contributor
Author
|
@bird-03 could you please check? I have create new PR as PR#2182 closed. |
rohi-v
reviewed
Oct 16, 2025
Contributor
rohi-v
left a comment
There was a problem hiding this comment.
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"); | |||
Contributor
There was a problem hiding this comment.
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 |
Contributor
There was a problem hiding this comment.
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.
Contributor
|
Hi @chaitaliKundu |
Contributor
|
Closing this for now. Once you make additional and requested changes, feel free to re-open this Pull Request or create a new one. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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