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

Overview


This specifies all the fields associated with Invoices that are to be e-mailed

Format


PwsInvoiceEmailSettings

Elements


Element

Data Type

Required?

Default

Description

Sample Data

EmailFromUserIdentity

PwsUserRef [1]

On Insert: Yes

On Update: Yes


The user identity that will be assigned to the "From" field in the invoice email. Click here for more information.


EmailInvoiceTemplateIdentity

PwsInvoiceTemplateRef

On Insert: Yes

On Update: Yes


The invoice email template that will be used for this invoice. Click here for more information.


InvoiceEmailEnabledFlag

Boolean

On Insert: Yes

On Update: Yes


A setting of 'true' indicates emailing invoices is enabled for this installation

true/false

InvoiceEmailType

String (1)

On Insert: Yes

On Update: Yes


The invoice 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 

P

Recipients

PwsInvoiceEmailRecipient [1..100]

On Insert: Yes

On Update: Yes


The recipient(s) of the invoice email. Click here for more information.



Usage Example(s)


PwsInvoiceEmailSettings
                     <InvoiceEmailSettings> 
                        <EmailFromUserIdentity>
                           <PwsUserRef>
                        </EmailFromUserIdentity>
                        <EmailInvoiceTemplateIdentity>
                           <PwsInvoiceTemplateRef>
                        </EmailInvoiceTemplateIdentity>
                        <InvoiceEmailEnabledFlag>true</InvoiceEmailEnabledFlag>
                        <InvoiceEmailType>H</InvoiceEmailType>
                        <Recipients>
                           <PwsInvoiceEmailRecipient>
                        </Recipients>
                     </InvoiceEmailSettings>
  • No labels