This document contains official content from the BMC Software Knowledge Base. It is automatically updated when the knowledge article is modified.
PRODUCT:
FootPrints
APPLIES TO:
FootPrints Service Core 11.X and previous versions
QUESTION:
Is there a way to hide the Individual Users list in Assignees and Notifications?
ANSWER:
We have an MRlocalDef to hide/remove the Individual Users list on the Assignees and Notification tab.
1. Make a copy of the ..\FootPrintsServiceCore\cgi\MRlocalDefs file.
2. Edit the MRlocalDefs file using Notepad.
3. 1; is the last line of the file and MUST be the last line when saving.
4. Insert a line above 1; and add the following variable:
$HIDE_INDIVIDUAL_USERS_SECTION{1} = 1; (NOTE: In the example, we've chosen to hide the Individual Users list for Workspace 1 "{1}". To hide other Individual Users list in other workspaces, add another line with the workspace number {2}.
$HIDE_INDIVIDUAL_USERS_SECTION{1} = 1;
$HIDE_INDIVIDUAL_USERS_SECTION{2} = 1;
5. Save the file.:
Article Number:
000125272
Article Type:
Comments