BudgetPlanGenerateService.deleteAllMatchingBudgetPlanLine Method [AX 2012]

Deletes records in the BudgetPlanLine table that match the values in the passed in buffer.

Syntax

protected void deleteAllMatchingBudgetPlanLine(BudgetPlanLineDataGenerationTmp _budgetPlanLineDataGenerationTmp)

Run On

Server

Parameters

Remarks

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

See Also

Reference

BudgetPlanGenerateService Class