Versions Compared

Key

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

...

Overview


This structure specifies a recipient for e-mailed invoices. Recipients must be defined in a Projector as users.

Format


Panel
titlePwsInvoiceEmailRecipient
  • PwsInvoiceEmailRecipient


Elements


Element

Data Type

Required?

Description

Sample
Data
EmailFromUserIdentityPwsUserRefEmail from User IdentityEmailInvoiceTemplateIdentityPwsInvoiceTemplateRef Invoice TemplateInvoiceEmailEnabledFlag booleanInvoice Email Enabled Flag"true" or "false"InvoiceEmailTypestringInvoice Email Type

"P" to include invoice as a PDF

"H" to embed invoice as HTML in email

"W"to upload invoice to project workspaces and include a link in the email 

RecipientsPwsInvoiceEmailRecipientInvoice Email Recipients

RecipientType

String (1)

On Insert: Yes

On Update: Yes

Recipient Type

"T" for To

"C" for CC

"B" for BCC

T

UserIdentity

PwsUserRef

On Insert: Yes

On Update: Yes

User Identity of invoice email recipient.



Usage Example(s)


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