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

This specifies the recipient(s) of the emailed invoices. Recipients must be defined in a Projector as a user.


Element

Data Type

Description

Default (on insert/update)

Sample Data

RecipientTypeString

Recipient Type

"T" for To

"C" for CC

"B" for BCC


T

PwsInvoiceEmailRecipientPwsUserRef [1..10]

User Identity of invoice email recipient(s)

Note: The "To", "CC" and "BCC" recipients are limited to 10 each. If more than 10 recipients are specified the list will be truncated and a warning will be generated.



Usage Example(s)


Example 01
                          <PwsInvoiceEmailRecipient>
                              <RecipientType>T</RecipientType>
                              <UserIdentity>
                                 <UserDisplayName>J Smith</UserDisplayName>
                                 <UserId>205024</UserId>
                                 <UserReferenceSystemId>Client09</UserReferenceSystemId>
                                 <UserUid>1152921504607052000</UserUid>
                              </UserIdentity>
                           </PwsInvoiceEmailRecipient>
  • No labels