Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 18 Next »

Overview


This structure represents the values associated with a stoplight type User Defined Field.

Format


PwsStoplightValue
  • PwsStoplightValue
    • AsOfDate: DateTime
    • SortOrder: Byte

Elements


Element

Data Type

Required?

Default

Description

Sample Data

AsOfDate

DateTime



 The stoplight UDF value as of date

2017-12-19T00:00:00Z

SortOrder

Byte



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)


Example 01
                              <PwsStoplightValue>
                                 <AsOfDate>2017-12-19T00:00:00Z</AsOfDate>
                                 <SortOrder>2</SortOrder>
                              </PwsStoplightValue>
  • No labels