want to view deafult both work notes and visible comments
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2020 04:27 AM
i have two fields on case form work notes and visible comments which is journal fields when agent opens it showing only one fields on clicking on journal field only it is showing all.
but my requirement was by default it should show both values. can any one suggest me an idea
please refer screen shots
requirement by default
but it is showing like this
by click on that show all journal fields it is showing all fields
- Labels:
-
Customer Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2020 06:14 AM
Check the instructions I provided.
Set the glide.ui.activity_stream.multiple_inputs to true
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2020 04:44 AM
Found the property:
There are 2 User Preferences that you could set as a default system for everyone until they make a change:
- "glide.ui.activity_stream.multiple_inputs", set to "false" will display just 1 journal field
- "glide.ui.incident.stream_input", set to "work_notes" will display the Work notes field on the Incident form (this is a table or form-specific preference)
Here's a Docs article that explains System default User Preferences - User preferences
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2020 04:45 AM
Here is how to set/create the property:
- Navigate to the User Preferences table by entering sys_user_preference.list into the application navigator filter bar in Geneva UI16, and pressing Enter.
- Filter the list by Name, Is, glide.ui.activity_stream.multiple_inputs
- Any users that have manually set their preference by clicking the stack icon will have entries here, indicating their preference. If you would like to clear all user preferences, you can simply delete all of the records here. We'll create a global default preference next.
- Click New to create a new record.
- Set Name to glide.ui.activity_stream.multiple_inputs.
Set the System tick-box to true (ticked).
Set the Type to string.
Leave the User field blank.
Set the Value to true.
Click Save.
As per: