TaxWithholdConcessionTable_IN::existDateInInterval Method

Checks whether TaxWithholdConcessionTable_IN record exists or not for specified parameters.

Syntax

server private static boolean existDateInInterval(
    TaxWithholdCode _taxWithholdCode, 
    TransDate _fromDate, 
    TransDate _toDate, 
    RecId _recId)

Run On

Server

Parameters

Return Value

Type: boolean
true if record exists otherwise false.

See Also

Reference

TaxWithholdConcessionTable_IN Table