LedgerInvoiceIssueDueDateSetup_W::findActive Method
Finds a record in the LedgerInvoiceIssueDueDateSetup_W table.
Syntax
client server public static LedgerInvoiceIssueDueDateSetup_W findActive(
CountryRegionType _countryRegionType,
[TransDate _validFromDate,
boolean _forUpdate])
Run On
Called
Parameters
- _countryRegionType
Type: CountryRegionType Enumeration
A enum value CountryRegionType 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.