Share via


BudgetPlanService.create Method [AX 2012]

Creates one or more data objects that are contained in a BudgetPlanData document.

Syntax

public AifEntityKeyList create(BudgetPlanData _budgetPlanData)

Run On

Server

Parameters

  • _budgetPlanData
    Type: BudgetPlanData Class
    The BudgetPlanData document that contains the data objects to create.

Return Value

Type: AifEntityKeyList Class
A list of entity keys that identify the newly created objects.

See Also

Reference

BudgetPlanService Class