BudgetPlanGenerateService.findRecordInTmpTable Method [AX 2012]

Finds a record in the BudgetPlanLineDataGenerationTmp table that matches the values in the passed in buffer.

Syntax

protected void findRecordInTmpTable(BudgetPlanLineDataGenerationTmp _budgetPlanLineDataGenerationTmp)

Run On

Server

Parameters

  • _budgetPlanLineDataGenerationTmp
    Type: BudgetPlanLineDataGenerationTmp Table
    The BudgetPlanLineDataGenerationTmp record used to find an existing record in the BudgetPlanLineDataGenerationTmp table.

Remarks

Individual child classes that have a different find criteria should override this method and skip calling super().

See Also

Reference

BudgetPlanGenerateService Class