ProdRecBasketHandler::newFromFormName Method [AX 2012]

Creates an instance of the ProdRecBasketHandler class for the specified form and table.

client server public static ProdRecBasketHandler newFromFormName(SysElementName _formName, TableId _tableId)

Run On

Called

Parameters

_formName
Type: SysElementName Extended Data Type
The specified form.
_tableId
Type: TableId Extended Data Type
The specified ID of the main table of the form.

Return Value

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