BudgetPlanAllocateRequest::getAllocateTypeFromPackedClass Method [AX 2012]

Gets the budget plan allocation type from the packed instance of the BudgetPlanAllocateRequest class.

Syntax

client server private static BudgetPlanAllocateType getAllocateTypeFromPackedClass(container _packedBudgetPlanAllocateRequest)

Run On

Called

Parameters

  • _packedBudgetPlanAllocateRequest
    Type: container
    A container that contains instance of the BudgetPlanAllocateRequest class.

Return Value

Type: BudgetPlanAllocateType Enumeration
The budget plan allocation type.

Exceptions

Exception Condition
Error

The container is null or incorrectly structured.

See Also

Reference

BudgetPlanAllocateRequest Class