Overview
This structure represents the values associated with a stoplight type User Defined Field.user defined field
Format
Panel | ||
---|---|---|
| ||
|
Elements
Element | Data Type | Description | Default (on insert/update)Required? | Description | Sample Data |
---|---|---|---|---|---|
AsOfDate | DateTime | As of DateOn Insert: Yes On Update: Yes | The stoplight UDF value as of date (in midnight UTC). | 2017-12-19T00:00:00Z | |
SortOrder | Int32 | Position in the arrayByte | On Insert: Yes On Update: Yes | The stoplight UDF value as of the specified AsOfDate. Refer to the configured stoplight values for the user defined field to properly interpret the value. | 2 |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<PwsStoplightValue> <AsOfDate>2017-12-19T00:00:00Z</AsOfDate> <SortOrder>2</SortOrder> </PwsStoplightValue> |