Skip to Main Content
HCL Domino Ideas Portal

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

Status Shipped
Workspace Domino
Categories Templates
Created by Guest
Created on Oct 1, 2021

Add Briefcase icon also to Groupsview in the Domino Directory

When using DirSync ( Syncing AD ) you can see the briefcase icon in the People view as evidence that this user has been synced from AD.

We would like to see the same icon in the Groups view.


We added it manually:


- Open the view Groups- Column Value for the 1st (icon) column must become:


iconGroupType:=@If(Type="Group"; @If(GroupType="0"| @IsUnavailable(GroupType); 4; GroupType="1"; 122; GroupType="2"; 61; GroupType="3"; 92; GroupType="4"; 52; 0 );0);iconDirSync:=@If( @IsAvailable($$LdapDN); 68;0);iconGroupType:0:iconDirSync


- Set Width=3 and Not Resizable like in Persons view

  • Attach files