Skip to content

Latest commit

 

History

History
53 lines (36 loc) · 3.23 KB

attribute-groups-master-data-services.md

File metadata and controls

53 lines (36 loc) · 3.23 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic helpviewer_keywords
Attribute Groups
Attribute Groups (Master Data Services)
CordeliaGrey
jiwang6
03/15/2017
sql
master-data-services
conceptual
attribute groups [Master Data Services]
attribute groups [Master Data Services], about attribute groups

Attribute Groups (Master Data Services)

[!INCLUDE SQL Server - Windows only ASDBMI]

In [!INCLUDEssMDSshort], attribute groups help organize attributes in an entity. When an entity has lots of attributes, attribute groups improve the way an entity is displayed in the [!INCLUDEssMDSmdm] web application.

How Attribute Groups Change the Display

Attribute groups are displayed as tabs above the grid in the Explorer functional area of [!INCLUDEssMDSmdm].

When an entity has a large number of attributes and you view that entity in a grid in Explorer, you must scroll to the right to view all of the attributes. To prevent this scrolling, you can create attribute groups.

  • Attribute groups always include the Name and Code attributes.

  • Each attribute for an entity can belong to one or more attribute groups.

  • All attributes are automatically included on the All Attributes tab in Explorer.

  • There is no way to hide the All Attributes tab.

Attribute groups are administered in the System Administration functional area of [!INCLUDEssMDSmdm].

Show or Hide Attribute Groups

When you create an attribute group, it is automatically hidden from all users except the one who created it. For more information about making the group visible, see Make an Attribute Group Visible to Users (Master Data Services).

If you want to hide a specific attribute within a group, you can assign Deny permission to the attribute. For more information, see Leaf Permissions (Master Data Services).

Related Tasks

Task Description Topic
Create a new attribute group and add attributes to it. Create an Attribute Group (Master Data Services)
Make an attribute group visible to users. Make an Attribute Group Visible to Users (Master Data Services)
Change the name of an existing attribute group. Change an Attribute Group Name (Master Data Services)
Delete an existing attribute group. Delete an Attribute Group (Master Data Services)

Related Content