...
Element | Data Type | Required? | Default | Description | Sample Data |
---|---|---|---|---|---|
EmailFromUserIdentity | PwsUserRef [1] | On Insert: Yes On Update: Yes | The User Identity user identity that will be assigned to the "From" field in the Invoice Emailinvoice email. Click here for more information. | ||
EmailInvoiceTemplateIdentity | On Insert: Yes On Update: Yes | The Invoice Email Templateinvoice 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 | Invoice Email TypeThe 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 Recipientrecipient(s) of the Invoice Emailinvoice email. Click here for more information. |
Usage Example(s)
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
<InvoiceEmailSettings> <EmailFromUserIdentity> <PwsUserRef> </EmailFromUserIdentity> <EmailInvoiceTemplateIdentity> <PwsInvoiceTemplateRef> </EmailInvoiceTemplateIdentity> <InvoiceEmailEnabledFlag>true</InvoiceEmailEnabledFlag> <InvoiceEmailType>H</InvoiceEmailType> <Recipients> <PwsInvoiceEmailRecipient> </Recipients> </InvoiceEmailSettings> |