ReqTransNeutralDelete::newItemId Method [AX 2012]

Initializes a new instance of the ReqTransNeutralDelete class for a specified item.

server public static ReqTransNeutralDelete newItemId(ItemId _itemId, ReqPlanData _reqPlanData)

Run On

Server

Parameters

_itemId
Type: ItemId Extended Data Type
The item for which to delete neutral requirement transactions.
_reqPlanData
Type: ReqPlanData Class
The plan data information class.

Return Value

Type: ReqTransNeutralDelete Class
A new ReqTransNeutralDelete instance.
Show: