Make additonal comment visible by default
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7m ago
Hi @Abishek1998 ,
Please follow these steps:
Creating a global user preference to show multiple activity input fields
- 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 false.
Click Save.
If this response was helpful, please consider marking it as Correct and Helpful. You may mark more than one reply as an accepted solution.
