AttributeValues
Reads /values entries from the Attribute table.
Columns
Name | Type | Description |
Id [KEY] | String | Id of the instance |
Attribute_Id [KEY] | String | The Workday ID of the Attribute that contains this. |
BooleanValue | Bool | Supported for: SELECT. Returns a boolean attribute value if it is allowed for the current environment. |
Descriptor | String | Supported for: SELECT. A preview of the instance |
NumericValue | Decimal | Supported for: SELECT. Returns a numeric attribute value if it is allowed for the current environment. |
RestrictToEnvironments_Aggregate | String | Supported for: SELECT. A JSON aggregate. Returns the environments that are able to view this Application Attribute Value. |
StringValue | String | Supported for: SELECT. Returns a string attribute value if it is allowed for the current environment. |