Scrolling down to form field in workspace
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi Experts,
I am using workspace and I want the case form to be scrolled down to the closure code field as soon as user clicks on resolve button UI action. Is there any possible client side method to do this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
For Source 2 Pay workspace this is not available OOTB. Even Resolve button is custom here.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
you can check that OOTB Resolve button on incident and how it works on SOW
replicate that same for your case table and your workspace.
💡 If my response helped, please mark it as correct ✅ and close the thread 🔒— this helps future readers find the solution faster! 🙏
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Scrolling won’t work until you expand it first.
Use g_form.setSectionDisplay() in your client UI Action, then scroll.
g_form.scrollTo(' <field name >');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
g_form.setSectionDisplay() is already there in my script but g_form.scrollTo(' <field name >'); doesn't works in workspace
