How can I get the same fold button as workspace in form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 12:05 AM
Is there any chance of achieving the same effect in the background form?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 12:15 AM - edited 02-28-2024 12:16 AM
Hi @Wei_ Ling,
I am assuming you want the 'collapse' functionality in a normal form view, something like the below?
This can be done by changing user preference, select the profile icon > Preferences > Display > toggle off 'Organize form sections and related lists into tabs in classic forms'
If you want to enforce it for all users, refer to this - https://www.servicenow.com/community/developer-forum/how-to-change-tabbed-form-default-value-to-true...
And just to add, you need to have the 'sections' in your form as well.
Hope it helps, thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 12:18 AM
Yes, I need this effect, but I can't set the behavior of each user right now. Is there any way to set it for a view of a table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 12:23 AM
If you want to apply it to all users, you can use the link in the previous response.
But I don't believe this can be done on a table basis.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 12:58 AM
That's what I was thinking. Thank you!!!