PdsCustSellableDays::find Method
Finds the record associated with a specific RecId value.
Syntax
client server public static PdsCustSellableDays find(RecId _recId, [boolean _forUpdate])
Run On
Called
Parameters
- _recId
Type: RecId Extended Data Type
The RecId value for which to search.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the record returned will be selected for update; optional.
Return Value
Type: PdsCustSellableDays Table
The PdsCustSellableDays record set found for the specified RecId value.