
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2015 01:55 PM
Has anyone found a way to default the field-switcher in a record conversation to use Work Notes instead of Comments in Collaboration or Live Feed? By default, it wants to use Comments instead of Work Notes to post messages into, but I can't find how to change this. I do realize it's easy to switch to using Work Notes instead of Comments, but there is some concern about using Collaborate or Live Feed on incidents that have email notifications for comments (e.g. Incident) - a short conversation could send the user multiple emails as the comments field is updated with each message.
I really appreciate any and all input the community has on this topic.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2016 02:46 PM
The new UI16 activity formatter follows a user preference called "glide.ui.[table].stream_input", where the Value is either "work_notes" or "comments".
So if you wanted to default the checkbox for Work Notes to be checked by default, you would set up a User Preference like this. This is specific to a table, so I think you would need to duplicate this preference for each table you wanted the default set for.
Name: glide.ui.incident.stream_input
System: true
Type: string
User: [empty]
Value: work_notes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-16-2015 10:15 AM
I had noticed the issue with Compact View but not the Work Notes ACL issue. That's a pretty big deal too and something I imagine that has to be high on the list to patch soon. I agree that the emails could be worked around but these other things are likely to be deal-breakers. Thanks for sharing, Patrick.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-27-2016 08:12 AM
Just a quick note on impersonation - sometimes permissions from the account you are actually logged in with will leak through and appear to give the impersonated user more rights than they really would.
I always create 3 accounts for myself in an instance, admin, ess and role, and will login with another browser with the account I want to test with. The permissions for the admin and ess accounts remain constant, and I change the roles on the role account based on what I need to test.
Permission-wise, that is really the only true way to test.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2016 02:39 PM
Hi Patrick, wondering if you ever solved this issue? I have the same issue and have been trying to identify options to default to work notes for many of the same reasons you identified. Thanks, Jason

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-08-2016 02:46 PM
The new UI16 activity formatter follows a user preference called "glide.ui.[table].stream_input", where the Value is either "work_notes" or "comments".
So if you wanted to default the checkbox for Work Notes to be checked by default, you would set up a User Preference like this. This is specific to a table, so I think you would need to duplicate this preference for each table you wanted the default set for.
Name: glide.ui.incident.stream_input
System: true
Type: string
User: [empty]
Value: work_notes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-07-2017 11:56 PM
Patrick,
Where exactly on the system do you add this? As this is exactly what we want for our implementation.
Cheers
Mike