Skip to content

Create new blank incident from the incident #1150

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

Conversation

shridk
Copy link
Contributor

@shridk shridk commented Oct 4, 2024

UI Action - Create New blank incident from the incident.

action.setRedirectURL() is a method used in server-side scripting within UI Actions to redirect users to a specific URL after a UI action is performed.
It is commonly used to navigate users to different records, forms, or list views after they have completed an action.
Syntax - action.setRedirectURL(URL);
Parameters:
URL: The URL to which the user will be redirected. This can be a string representing a GlideURL object or a hardcoded URL. It must point to a valid ServiceNow page (record, list, form, etc.).
Return: None. It performs a redirection after the script completes.

GlideURL is a class in ServiceNow used for constructing URLs dynamically in server-side scripts. It allows developers to programmatically create and manipulate URLs to redirect users, perform navigation, or link to specific ServiceNow resources (e.g., forms, lists, reports).

shridk added 5 commits October 4, 2024 11:37
Create New blank incident from the incident.
Readme for Open a new blank form UI Action
UI Action Script - Create New blank incident from the incident.
readme file for UI Action - Create New blank incident from the incident.
@earlduque
Copy link
Contributor

Thanks for your submission. It appears that this pull request contains more files than described in the title. Please review and update the pull request to either remove the extra/unintended files or to update the description to be more comprehensive. Ensure your contributions are meaningful and adhere to the project’s standards. [If applicable: You can create a new branch on your forked repository to avoid accidental inclusions of new commits in the future.]. Closing this for now. Once you make additional changes, feel free to re-open this Pull Request or create a new one.

@earlduque earlduque closed this Oct 5, 2024
@shridk shridk deleted the Create-New-blank-incident-from-the-incident branch October 5, 2024 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants