Share via


BOMPartOfDP.sendDataToTmpTable Method [AX 2012]

Sends data to insert into the BOMPartOfTmp table.

Syntax

private void sendDataToTmpTable(Common _cursor)

Run On

Server

Parameters

  • _cursor
    Type: Common Table
    The 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 version data, and calls this function again. Hence, this function is recursively called.

See Also

Reference

BOMPartOfDP Class