Share via


BudgetControlSourceDocumentLinePolicy.canRelieveBudget Method [AX 2012]

Indicates whether a budget can be relieved from the specified source document line.

Syntax

public boolean canRelieveBudget(SourceDocumentLine _sourceDocumentLineToRelieve)

Run On

Called

Parameters

  • _sourceDocumentLineToRelieve
    Type: SourceDocumentLine Table
    The source document line from which to relieve budget reservations.

Return Value

Type: boolean
true if the budget can be relieved from the specified source document line; otherwise, false.

See Also

Reference

BudgetControlSourceDocumentLinePolicy Class