- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2023 11:37 PM
Hi All,
I have a requirement to add the Follow button in SOW similar in the platform for Incident, Change and Problem.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 10:46 PM
I've checked with servicenow and they told us that the follow button cannot be implemented on the Service Operation Workspace as It is part of the deprecated Connect plugin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-19-2023 11:55 PM
Hi @Eddloupe ,
To show the 'follow' button on the form header, the UI action controlling this button needs to be active.
- Go to System Definition -> UI Action and search for 'Follow on Live Feed' in the name column.
- Make sure the UI Actions for that particular table are Active
- Now go to System Properties -> All Properties.
- Search for the following system property: glide.live_feed.task_header_button
- Make sure the value is set to "collaboration".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-20-2023 10:30 PM
Hi Sandeep ,
Thanks for the prompt response. Is this applicable in the Service Operation Workspace ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-22-2023 10:46 PM
I've checked with servicenow and they told us that the follow button cannot be implemented on the Service Operation Workspace as It is part of the deprecated Connect plugin.