PwsValue
Overview
This data structure can represent data in name/value pair format. This data representation format is used in limited places within Projector Web Services. For example, in PwsDocumentAssociationData, PwsValue structures are used to capture basic attributes of expense documents or cost cards associated with receipts, including (for cost cards) incurred date, expense type, disbursed amount and disbursed currency.
Format
- PwsValue
- ColumnType: String
- Tag: String
- Value: String
- Values: PwsSearchResultItem
Elements
Element | Data Type | Description | Sample Data |
---|---|---|---|
ColumnType | String | The data type of the value. Data types are: "A": List "B": Boolean "C": Code (enumeration) "D": Date "E": Email address "F": F/X rate "G": Stoplight "H": Hours "I": Integer "J": Float "K": Foreign key reference "L": Long "M": Money "N": Percentage "P": Timestamp (row version) "Q": Budget "R": Rate "S": Short "T": Date/time "U": UID (unique identifier) "V": String "W": Fixed width string "X": Day fraction "Y": Byte "Z": Units | v |
Tag | String | The tag, or name, identifying what the value represents. | incurred date |
Value | String | the value itself. Format of the value will depend upon the data type. | Mar 1 2018 |
Values | PwsSearchResultItem | A list of values (for data type "A"). Internal use only. |