RAssetDeprProfile::findByDeprProfile Method
Reads the RAssetDeprProfile table for the specified depreciation profile ID.
Syntax
server public static RAssetDeprProfile findByDeprProfile(RAssetDeprProfileId _assetDeprProfileId, [boolean _forUpdate])
Run On
Server
Parameters
- _assetDeprProfileId
Type: RAssetDeprProfileId Extended Data Type
The depreciation profile ID.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update.
Return Value
Type: RAssetDeprProfile Table
A buffer that contains the RAssetDeprProfile table.