Client extension API - Attribute Data Type - how to get all Value and Label for a base type Enumerated
Using client extension API 6.0.2
For a given Attribute Data Type with base type enumerated - how to get an array of all Value and Label of the enumeration?
eg:
Attribute = Test Priority having Attribute Data Type = Priority (enumerated) having Value/Label pairs [(1,High);(2,Medium);(3,Low)]
--> Need to get these pairs into an array of possible values for the attribute Test Priority
For a given Attribute Data Type with base type enumerated - how to get an array of all Value and Label of the enumeration?
eg:
Attribute = Test Priority having Attribute Data Type = Priority (enumerated) having Value/Label pairs [(1,High);(2,Medium);(3,Low)]
--> Need to get these pairs into an array of possible values for the attribute Test Priority