TaxReport_ES.validateVATNumbers Method [AX 2012]

Validates VATnumber required or not for customer/vendor.

private boolean validateVATNumbers(DirPartyRecId _partyRecId, CustVendACType _custVendACType)

Run On

Called

Parameters

_partyRecId
Type: DirPartyRecId Extended Data Type
The _partyRecId of customer or vendor.
_custVendACType
Type: CustVendACType Enumeration
customer or vendor type.

Return Value

Type: boolean
If 'true', the validation is required.

Community Additions

ADD
Show: