ProjBudgetManager.canImportRevenueBudget Method [AX 2012]

return value that indicates whether or not current project type allow import revenue budget

private boolean canImportRevenueBudget(ProjType _projType)

Run On

Called

Parameters

_projType
Type: ProjType Enumeration
A ProjType value that determines project type

Return Value

Type: boolean
true if current project type allow import revenue budget; otherwise, false.

Community Additions

ADD
Show: