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
- _countryRegionId
Type: AddressCountryRegionId Extended Data Type
The AddressCountryRegionId parameter that is used for the search.
- _validFromDate
Type: TransDate Extended Data Type
A date value that is used for the search.
- _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.