BankDocumentFeatureCheckerBase.checkFeatureEnabled Method [AX 2012]

Checks if the feature is enabled.

Syntax

public boolean checkFeatureEnabled([boolean _raiseError, Exception _exceptionLevel])

Run On

Called

Parameters

  • _raiseError
    Type: boolean
    A Boolean value that indicates whether the check fail message should be raised.

Return Value

Type: boolean
true if the feature is enabled; otherwise, false.

See Also

Reference

BankDocumentFeatureCheckerBase Class