Share via


VendOutAttendNoteDEController_DTAUS.processReport Method [AX 2012]

Initializes the class objects and processes the report business logic.

Syntax

public RecId processReport(VendOutPaymCreate_DEDTAUS _vendOutPaymCreate_DEDTAUS)

Run On

Called

Parameters

  • _vendOutPaymCreate_DEDTAUS
    Type: VendOutPaymCreate_DEDTAUS Class
    A parameter from the VendOutPaymCreateDE_DTAUS type that is passed from the main method.

Return Value

Type: RecId Extended Data Type
The record ID of the temporary table that was inserted in the SRSTmpDataStore table.

See Also

Reference

VendOutAttendNoteDEController_DTAUS Class