Versions Compared

Key

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

...

Panel
titlePwsFlexItemRef
  • PwsFlexItemRef
    • ItemId: Int32
    • ItemType: String
    • ItemUid: Int64
    • ReferenceType: String

Elements

Element

Data Type

Required?

Default

Description

Sample Data

ItemId

Int32



ItemType

String



ItemUid

Int64



ReferenceType

String



Usage Example(s)


Code Block
languagexml
titleExample 01 - cost card with receipt attached
collapsetrue
                           <a:AssociatedItemIdentity xmlns:b="http://projectorpsa.com/DataContracts/Shared/Common/">
                              <b:ItemId i:nil="true"/>
                              <b:ItemType>CCD</b:ItemType>
                              <b:ItemUid>1152921504614018558</b:ItemUid>
                              <b:ReferenceType i:nil="true"/>
                           </a:AssociatedItemIdentity>

...