This page was last edited on November 23, 2017, at 16:00.
Comments or questions about this documentation? Contact us for support!
![]() |
Purpose: Introduces Business Attributes in Context Services. |
Management Framework creates and manages enumerations known as Business Attributes. These attributes are modeled in Context Services as integers which represent the Management Framework DB ID for a given enumerated value. For example, an organization might define the "service type" Business Attribute, made of two enumerated values:
The applications calling Context Services are responsible for the further use of those values and should only use the appropriate business attribute values.
The following specific fields are validated against specified mapped Business Attributes in the Configuration Server:
Their use concerns the Service, State, and Task representations. UCS automatically rejects wrong unknown enumerated values, and returns a proper response which directs you to use the valid enumerated values of the configured Business Attributes. The system includes a service for returning information on attributes mapped to the Configuration Server attributes, including information on the DB ID, unique name, display name, and description for all values of the mapped Business Attributes.
For further details about the configuration of these business attributes, refer to the Business Attributes configuration section.