InvoiceDefinitions property

This property applies to the InvoiceProfile object.

This property returns the collection of invoice definitions belonging to this profile.

Syntax

Kofax ReadSoft Invoices 5.2

object.InvoiceDefinitions(Supplier, [Description, Scanner Description])

Example

InvoiceProfile.InvoiceDefinitions("Company A","Model C, ScanDes1")

Kofax ReadSoft Invoices 5.3 and later (use more quotation marks)

object.InvoiceDefinitions(Supplier, [Description], [Scanner Description])

Example

InvoiceProfile.InvoiceDefinitions("Company A","Model C", "ScanDes1")

Part Description
object An expression that evaluates to an object in InvoiceProfile object.
value A InvoiceDefinitions collection value.