Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.
For more information and upcoming events around #dominoforever, please visit our Destination Domino Page
It's something pretty easy to do with a Profile document.
Personally, I don't think it worth a specific implementation.
Action formula :
list:= @Explode(@Environment("TestViewColumns"); "~");
list:= @Prompt([OkCancelListMult]; "Check"; "Select"; list; "Form":"Other":"Tumting");
@SetEnvironment("TestViewColumns"; @Implode(list; "~"));
@Command([ViewRefreshFields])
Hide-when formula form the Form-column:
!(@Explode(@Environment("TestViewColumns"); "~")="Form")
Sadly, there's no command to refresh or reload the UI-part of the view, nor is there is a method NotesUIView.RefreshHideFormulas(), so the last line in the Action formula is to no avail.