Application.canDoWMSLocationConstraintChecks Method [AX 2012]

Retrieves a Boolean value that determines whether constraint checks on WMSLocation locations should be performed.

Syntax

private boolean canDoWMSLocationConstraintChecks()

Run On

Server

Return Value

Type: boolean
true if the checks can be done; otherwise, false.

Remarks

This is performed for performance reasons to avoid overhead for customers who do not have the WMSBasic configuration key enabled.

See Also

Reference

Application Class