Make additonal comment visible by default

Abishek1998
Tera Contributor

Hi,

 

In the sc_task table, I am trying to keep additonal comment as default and the user should click on the toggle button to update worknote. It is good in incident. But in sc_task, both the fields are appearing at the same time. Attached the image below. 

1 REPLY 1

Huynh Loc
Mega Sage

Hi @Abishek1998 ,
Please follow these steps:

Creating a global user preference to show multiple activity input fields

  1. Navigate to the User Preferences table by entering sys_user_preference.list into the application navigator filter bar in Geneva UI16, and pressing Enter.
  2. Filter the list by Name, Is, glide.ui.activity_stream.multiple_inputs
  3. 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.
  4. Click New to create a new record.
  5. 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.

image.png
image.png

If this response was helpful, please consider marking it as Correct and Helpful. You may mark more than one reply as an accepted solution.