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 an asset group setup bonus by asset book ID.
Syntax
client server public static AssetGroupSetupBonus_IN findByAssetBookId(
AssetBookId _bookId,
AssetGroupId _assetGroupId,
AssetBonusId _bonusId,
[boolean _forupdate,
ConcurrencyModel _concurrencyModel])
Run On
Called
Parameters
- _bookId
Type: AssetBookId Extended Data Type
The book ID.
- _assetGroupId
Type: AssetGroupId Extended Data Type
The asset group ID.
- _bonusId
Type: AssetBonusId Extended Data Type
The bonus ID.
- _forupdate
Type: boolean
A Boolean value that indicates whether the asset group setup bonus will be updated.
- _concurrencyModel
Type: ConcurrencyModel Enumeration
The concurrency model.
Return Value
Type: AssetGroupSetupBonus_IN Table
The instance of the AssetGroupSetupBonus_IN class.