Versions Compared

Key

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

Overview


This structure specifies the recipient(s) of the emailed a recipient for e-mailed invoices. Recipients must be defined in a Projector as a user.users.

Format


Panel
titlePwsInvoiceEmailRecipient
  • PwsInvoiceEmailRecipient


Elements


Default (on insert/update) DataPwsUserRef [1..10](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.

Element

Data Type

Description

Required?

Description

Sample

RecipientType

String (1)

On Insert: Yes

On Update: Yes

Recipient Type

"T" for To

"C" for CC

"B" for BCC

T
PwsInvoiceEmailRecipient

UserIdentity

PwsUserRef

On Insert: Yes

On Update: Yes

User Identity of invoice email recipient

.



Usage Example(s)


Code Block
languagexml
titleExample 01
collapsetrue
                          <PwsInvoiceEmailRecipient><b:PwsInvoiceEmailRecipient>
                              <RecipientType>T<<b:RecipientType>T</b:RecipientType>
                              <UserIdentity><b:UserIdentity>
                                 <UserDisplayName>J<b:UserDisplayName>Abby Smith<Whelan</b:UserDisplayName>
                                  <UserId>205024</UserId><b:UserId i:nil="true"/>
                                 <UserReferenceSystemId>Client09<<b:UserReferenceSystemId>OPA02</b:UserReferenceSystemId>
                                 <UserUid>1152921504607052000<<b:UserUid>1152921504607062210</b:UserUid>
                              </b:UserIdentity>
                           </b:PwsInvoiceEmailRecipient>