PBAConfiguratedItemDP.sendDataToTmpTable Method [AX 2012]

Sends data to be inserted in the PBAConfiguratedItemTmp table.

public void sendDataToTmpTable(Common _cursor)

Run On

Server

Parameters

_cursor
Type: Common Table
The record to be inserted to the table.

This method is called from the processReport Method method . This function calls the business logic of the BOMHierarchyReport class that retrieves the BOM lines or versions data, and calls this function again. Hence this function is recursively called.

Community Additions

ADD
Show: