PmfProdCoBySearch::newProdId Method [AX 2012]

Creates and initializes a new instance of the PmfProdCoBySearch class.

server public static PmfProdCoBySearch newProdId(ProdId _prodId, boolean _forupdate)

Run On

Server

Parameters

_prodId
Type: ProdId Extended Data Type
A batch order ID.
_forupdate
Type: boolean
A Boolean value that indicates whether the records retrieved should be automatically locked for update; optional.

Return Value

Type: PmfProdCoBySearch Class
A new instance of the PmfProdCoBySearch class.

The new search object will be initialized automatically.

Show: