BOMConsistOfDP.sendDataToTmpTable Method [AX 2012]

Inserts data into the BOMConsistOfTmp temporary table.

Syntax

private void sendDataToTmpTable(Common _cursor)

Run On

Server

Parameters

  • _cursor
    Type: Common Table
    The Common record to insert into the table.

Remarks

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

See Also

Reference

BOMConsistOfDP Class