Share via


LedgerInvoiceIssueDueDateSetup_W::findCountryRegionDate Method

Finds a record in the LedgerInvoiceIssueDueDateSetup_W table by AddresCountryRegionId and Date.

Syntax

client server public static LedgerInvoiceIssueDueDateSetup_W findCountryRegionDate(
    AddressCountryRegionId _countryRegionId, 
   [TransDate _validFromDate, 
    boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A boolean value that determines whether the record is updated; optional.

Return Value

Type: LedgerInvoiceIssueDueDateSetup_W Table
A record from the LedgerInvoiceIssueDueDateSetup_W table; otherwise, an empty record.

See Also

Reference

LedgerInvoiceIssueDueDateSetup_W Table