AssetUndepreciatedBalanceSchedule_JP::find Method
Searches for a specified record in the AssetUndepreciatedBalanceSchedule_JP table.
Syntax
client server public static AssetUndepreciatedBalanceSchedule_JP find(
AssetDepreciationMethod _fromMethod,
AssetDepreciationMethod _toMethod,
[boolean _forUpdate])
Run On
Called
Parameters
- _fromMethod
Type: AssetDepreciationMethod Enumeration
A field for the From method
- _toMethod
Type: AssetDepreciationMethod Enumeration
A field for the To method
- _forUpdate
Type: boolean
A Boolean value that determines whether the record can be read for updating.
Return Value
Type: AssetUndepreciatedBalanceSchedule_JP Table
Either the record that was found or an empty record.