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 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.