Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

UI16 - Additional Comments & Worknotes - set default

scwillson
Mega Guru

With the additional coding around the coupling of the Task table's OOTB journal input fields (comments & work_notes), in UI16 there are 3 ways for a user to configure their own personal view of these elements.One or the other, or both at the same time.

From what I can tell, the settings are personal to the user. My question is this, how can I set a default 'view' for this setup? By that, I mean that I think OOTB it defaults to just having the Additional Comments field ONLY visible, for a user the first time they log in.

I have a client that would like it to default to be showing just the Work notes field, for new users. I don't want to remove the additional comments from the form. Is there some system property I set change for this?

To clarify, here are screenshots of what I am talking about.

The OOTB default:

com.png

The desired default:

wk.png

1 ACCEPTED SOLUTION

Jim Coyne
Kilo Patron

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


View solution in original post

9 REPLIES 9

Yes, that is a system-wide preference.


Thank you it worked!


You are welcome


we want one that toggles between private and public notes.


scwillson
Mega Guru

Thanks Jim!