AssetDepreciationGroup_W::find Method
Finds the record from the AssetDepreciationGroup_W table.
Syntax
server public static AssetDepreciationGroup_W find(AssetDepreciationGroupId_W _assetGroupId, [boolean _forUpdate])
Run On
Server
Parameters
- _assetGroupId
Type: AssetDepreciationGroupId_W Extended Data Type
The group ID.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to find the record for update.
Return Value
Type: AssetDepreciationGroup_W Table
The record from the AssetDepreciationGroup_W table.
Remarks
This method is an implementation of a simple select query.