Upate and Follow buttons in incident form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2025 02:49 AM
Follow and Update buttons are present in incident form , i have an requirement that i want update button first come and follow button should come on second ,simple i want to swap update and follow buttons
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2025 02:53 PM
Hi @VenkataMouC
go to UI Actions, locate your buttons and adjust the order accordingly:
However be careful - Incident is extending Task table so you should ask whether to change that order for Incident only or for all the tables.. unless it is directly in Incident then you can ignore the other tables
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2025 12:48 AM
Hi @VenkataMouC ,
These are crucial button on the forms that we see, but the thing is follow is not button its attribute and about the update it is not directly on incident table it is on global table.
For snow doc for follow button please check on Follow button attribute and Implement Follow Button
Follow Attribute on incident form once it is disabled.
Update button order changed from -100 to 699 in PDI. Please make sure that it has the action name for update button is "sysverb_update".
Once it is changed the order you can see the update button is between "copy incident 1 and delete", previously it was before "copy incident1."
Thanks,
Bhimashankar H
----------------------------------------------------------------------------------------
If my answer helps you or resolves your query, please consider marking as 'Helpful'/'Accept As Solution'. So future readers with similar questions can find it easily.
----------------------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2025 06:09 PM
I don't want to turn off the follow button. Just move the update button before follow button on incident form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-03-2025 11:40 PM
Hi @VenkataMouC,
I don't think so, you can control the exact placement of the "Follow" attribute relative to "Update" on the native form UI.
You won't be able move the Follow attribute/button to appear after the Update button using system configuration. Its placement is managed by ServiceNow's internal form rendering logic and will always follow system buttons like Update or save.
Thanks,
Bhimashankar H
-------------------------------------------------------------------------------------------------
If my response points you in the right directions, please consider marking it as 'Helpful' & 'Correct'. Thanks!