Nota
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Finds the specified record in the CustBillingCodeVersion table based on transaction date and _billingCodeRecId value.
Syntax
client server public static CustBillingCodeVersion findByDate(
RecId _billingCodeRecId,
date _validFromDate,
[boolean _forUpdate])
Run On
Called
Parameters
- _billingCodeRecId
Type: RecId Extended Data Type
The record ID of the CustBillingCode table.
- _validFromDate
Type: date
The date used to find the version for billing code.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.
Return Value
Type: CustBillingCodeVersion Table
A record of the CustBillingCodeVersion table; otherwise, an empty buffer.