Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the first record in the AssetDepProfileChange_JP table whose depreciation profile identifier (ID) is smaller than the specified profile ID.
Syntax
client server public static AssetDepProfileChange_JP findByDepProfileId(
TableId _sourceTableId,
RecId _sourceRecId,
AssetDepreciationProfileId _profileId,
[boolean _forUpdate])
Run On
Called
Parameters
- _sourceTableId
Type: TableId Extended Data Type
The table ID for the source table.
- _sourceRecId
Type: RecId Extended Data Type
The record ID for the source record.
- _profileId
Type: AssetDepreciationProfileId Extended Data Type
The ID for the depreciation profile.
- _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.