Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Overview

This data structure includes the information on a specified value.  In the case of PwsDocumentAssociationData, the set of PwsValue captures association type, 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.  

...

Panel
titlePwsValue
  • PwsValue
    • ColumnType: String
    • Tag: String
    • Value: String
    • Values: PwsSearchResultItem

Elements

Element

Data Type

Description

Sample Data

ColumnType

String

The data type of value and here is the list:

"D": date

"M": money

"V": varcharthe 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 of , 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.


Usage Example(s)

...