Ui action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 02:27 PM
I’m working on a UI Action "Request Information" in the ServiceNow back-office. When a user clicks this action, they should automatically be redirected to the Related record "Comments" to enter the requested information.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-18-2025 07:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2025 05:21 AM
Notes = Comments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2025 10:35 AM
Hi @manale460681490 ,
Please use the below code on your UI action script section
function onClick(){
g_tabs2Sections.setActive(0);
}
Mark my ANSWER as CORRECT and HELPFUL if it helped.
Regards,
Satya