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 3 Next »

Overview



Format

PwsDocumentAssociation
  • PwsDocumentAssociation
    • AssociatedItemIdentity: PwsFlexItemRef
    • ReferenceNumber: String **deprecated**
    • ReferenceNumberClearFlag: Boolean

Elements

Element

Data Type

Description

Sample Data

AssociatedItemIdentity

PwsFlexItemRef

The identity of the item associated with a document. Click here for more information.


ReferenceNumber

String

** This field has been deprecated **


ReferenceNumberClearFlag

Boolean

** This field has been deprecated **


Usage Example(s)


Example 01 - Receipt on a cost card
                     <a:Associations>
                        <a:PwsDocumentAssociation>
                           <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>
                           <a:ReferenceNumber i:nil="true"/>
                           <a:ReferenceNumberClearFlag>false</a:ReferenceNumberClearFlag>
                        </a:PwsDocumentAssociation>
                     </a:Associations>



  • No labels