Share via


WHSLocationFormLauncher.isWHSEnabled Method [AX 2012]

Checks whether the warehouse that is associated with the location is WHS enabled.

Syntax

protected boolean isWHSEnabled(Args _args)

Run On

Called

Parameters

  • _args
    Type: Args Class
    An args object that contains the record that is used to view the details of the WMSLocationId value.

Return Value

Type: boolean
true if the warehouse is selected and is WHS enabled; otherwise, false .

See Also

Reference

WHSLocationFormLauncher Class