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
CalledParameters
- _projType
- Type: ProjType Enumeration
A ProjType value that determines project type
Return Value
Type: booleantrue if current project type allow import revenue budget; otherwise, false.
Community Additions
ADD
Show: