AssetDepBookTableMap_JP::find Method [AX 2012]

Finds an record of AssetDepBookTableMap_JP.

client server public static AssetDepBookTableMap_JP find(
    AssetBookType _assetBookType, 
    AssetBookId _assetBookId, 
   [boolean _forUpdate])

Run On

Called

Parameters

_assetBookType
Type: AssetBookType Enumeration
Asset book type.
_assetBookId
Type: AssetBookId Extended Data Type
Aseet book ID.
_forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: AssetDepBookTableMap_JP Map
An record of AssetDepBookTableMap_JP.
Show: