Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Copies the selected free text invoice template record by using a new template name and description.
Syntax
client server public static void copyCustInvoiceTemplate(
CustInvoiceTemplate _fromCustInvoiceTemplate,
CustInvoiceTemplateName _newCustInvoiceTemplateName,
Description _newCustInvoiceTemplateDescription)
Run On
Called
Parameters
- _fromCustInvoiceTemplate
Type: CustInvoiceTemplate Table
The selected CustInvoiceTemplate table record.
- _newCustInvoiceTemplateName
Type: CustInvoiceTemplateName Extended Data Type
The TemplateName value for new free text invoice template record.
- _newCustInvoiceTemplateDescription
Type: Description Extended Data Type
The TemplateDescription value for new free text invoice template record.