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.
Checks whether specified tax invoice number can be used.
Syntax
public boolean checkTaxInvoice(
TaxUnrealizedPurchTaxInvoiceId _taxInvoiceId,
TaxUnrealizedPurchTaxInvoiceDate _taxInvoiceDate,
[boolean _silentMode])
Run On
Called
Parameters
- _taxInvoiceId
Type: TaxUnrealizedPurchTaxInvoiceId Extended Data Type
Tax invoice number
- _taxInvoiceDate
Type: TaxUnrealizedPurchTaxInvoiceDate Extended Data Type
Tax invoice date
- _silentMode
Type: boolean
Indicate whether warning message will be shown.
Return Value
Type: boolean
Returns true if tax invoice number can be used. Otherwise, returns false.