Changing display name of groupings (tabs)
Hy all, I'm trying to change groupings display name. So for example I would like to rename "Work info" or "Contact info" tab when creating or viewing users to somethng else. Anybody knows how to achieve this? Thank you.http://TechyCentral.com
June 13th, 2011 10:43am

This is done by editing the RCDC configuration for the appropriate object. For more info on how to do this, check here: http://technet.microsoft.com/en-us/library/ee534891%28WS.10%29.aspx Keith
Free Windows Admin Tool Kit Click here and download it now
June 13th, 2011 10:49am

Hi There, This can be a bit confusing if you're just getting into the RCDC's. The simplest method is to override the caption of the group you're looking for. Open up the RCDC, for example, I'm using the "Group Creation" RCDC that I exported from the "Configuartion for Group Editing" object in the Resource Control Display Configurations off the Administration page. You will see a series of XML nodes and the grouping ones are appropriately named: "Grouping". Search the XML file for "<my:Grouping" and go to the next instance until you find the one you want to modify. In the default RCDC, I'm using the following reference: <my:Grouping my:Name="GroupingBasicInfo" my:Caption="%SYMBOL_BasicTabCaption_END%"> If you change the value of my:Caption to plain text, and then do the IISReset or wait for the default 10 minutes caching time, if you haven't changed it, the new text should become visible. For example: <my:Grouping my:Name="GroupingBasicInfo" my:Caption="My Custom Group Name"> This changes the first tab to "My Custom Group Name" as the label. Note that the first example, using the % as beginning and ending characters allows for the localization components to work within localization. However, if you're not worried about the provision of the different languages for the tabs, simply using the method above will meet your requirements. Hope this helps. B
June 13th, 2011 1:08pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics