PmfCoBySearch::construct Method [AX 2012]

Creates a new instance of the PmfCoBySearch class.

client server public static PmfCoBySearch construct(
    BOMId _bomId, 
    PmfBOMVersionRefRecId _recId, 
   [ItemId _itemId, 
    boolean _dontCheckApprove, 
    boolean _forUpdate, 
    boolean _recordLevelSecurity])

Run On

Called

Parameters

_bomId
Type: BOMId Extended Data Type
A BOM ID to use.
_recId
Type: PmfBOMVersionRefRecId Extended Data Type
The record ID of the BOMVersion record.
_itemId
Type: ItemId Extended Data Type
The item ID to use.
_dontCheckApprove
Type: boolean
A Boolean value that indicates whether to check approved.
_forUpdate
Type: boolean
A Boolean value that indicates whether to select the record for update; optional.
_recordLevelSecurity
Type: boolean
A Boolean value that indicates whether to check record level security.

Return Value

Type: PmfCoBySearch Class
An instance of the PmfCoBySearch class.
Show: