
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2025 04:02 AM
Hi All,
The requirement is, If I hit the "Close" button to close the change request then it should ask for the Mandatory fields like Close Code , Close Notes which is on "Details" section of the form.
Functionality is working as expected but if the focus/cursor is on another section then its not redirecting to (specific) "Details" section where the mandatory fields are placed.
How we could redirect cursor/user to specific section, "Details" ?
Regards,
Virendra
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2025 04:28 AM
OOB on incident form it works when we click Resolve button.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2025 04:08 AM
Hi @Virendra K ,
Please check the below KB:
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0694100
Mark this as Helpful / Accept the Solution if this helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2025 04:19 AM
Hi @SN_Learn
Thanks for your reply.
I used like g_form.getControl('close_code').focus();
but suppose cursor is on another section(snap) then I want to set the focus/cursor on "Details" section where close_code field is placed.
Regards,
Virendra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2025 04:24 AM
is it working in native?
Might be it's not supported in workspace?
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2025 04:26 AM
You are correct. Its not working on workspace.