TaxImportInvoiceTaxIntegration_CN.validateTaxExternalInvoiceId Method [AX 2012]

The same external invoice number is not allowed to assign to more than one internal invoice number.

protected boolean validateTaxExternalInvoiceId(TaxExternalInvoiceId_CN _externalInvoiceId, InvoiceId _invoiceId)

Run On

Called

Parameters

_externalInvoiceId
Type: TaxExternalInvoiceId_CN Extended Data Type
The external invoice number
_invoiceId
Type: InvoiceId Extended Data Type
the internal invoice number

Return Value

Type: boolean
Returns false if the external invoice number is assiged to more than one internal invoice number, else true.

Community Additions

ADD
Show: