TaxWithholdConcessionCertTable_IN::exist Method

Checks whether TaxWithholdConcessionCertTable_IN record exists or not for specified parameter.

Syntax

client server public static boolean exist(
    RefRecId _refRecId, 
    date _fromDate, 
    date _toDate, 
    VendAccount _vendAccount, 
    CustAccount _custAccount)

Run On

Called

Parameters

  • _fromDate
    Type: date
    From date to check the records in given range.
  • _toDate
    Type: date
    To date to check the records in given range.

Return Value

Type: boolean
Return true if record exists otherwise false.

See Also

Reference

TaxWithholdConcessionCertTable_IN Table