Share via


AssetDepProfileChange_JP::find Method

Finds the first record in the AssetDepProfileChange_JP table whose valid-from date is earlier than the specified date.

Syntax

client server public static AssetDepProfileChange_JP find(
    TableId _sourceTableId, 
    RecId _sourceRecId, 
    AssetTransDate _date, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether the record will be read for updating; optional.

Return Value

Type: AssetDepProfileChange_JP Table
Either a record in the AssetDepProfileChange_JP table or an empty record.

See Also

Reference

AssetDepProfileChange_JP Table