Changing the Display Name and Description for Security Labels
1. Open the following file in a text editor:
<Windchill>/wtCustom/wt/access/accessModelRB.rbInfo
where <Windchill> is the installed location of your Windchill solution.
2. Locate the entry for the security label you want to change. For example, in the example configuration, the entry for the Corporate Proprietary security label is:
WCTYPE|wt.access.SecurityLabeled~SCA|CORPORATE_PROPRIETARY.
value=Corporate Proprietary
WCTYPE|wt.access.SecurityLabeled~SCA|CORPORATE_PROPRIETARY.
dataType=java.lang.String
WCTYPE|wt.access.SecurityLabeled~SCA|CORPORATE_PROPRIETARY.
serverFunction=com.ptc.core.foundation.security.
server.impl.SACFSecurityLabel
WCTYPE|wt.access.SecurityLabeled~SCA|CORPORATE_PROPRIETARY.
serverFunction.arg1=PID{CORPORATE_PROPRIETARY}
WCTYPE|wt.access.SecurityLabeled~SCA|CORPORATE_PROPRIETARY.
shortDescription=Indicates the level of corporate sensitivity
WCTYPE|wt.access.SecurityLabeled~SCA|CORPORATE_PROPRIETARY.
longDescription=The "Corporate Proprietary" label indicates
the business object's level of corporate sensitivity
3. Edit the display name and descriptions as desired.
4. Save and close.
5. Rebuild the resource bundle. From within a windchill shell, run the following command:
For a Windows system:
ResourceBuild wt.access.accessModelRB
For a UNIX system:
ResourceBuild.sh wt.access.accessModelRB
6. Restart your method server for the change to take effect.
Was this helpful?