Application.startupRetailEssentials Method [AX 2012]

Checks the configuration key (RetailNonSMB).

Syntax

public void startupRetailEssentials()

Run On

Server

Remarks

If the configuration key is not enabled, Retail essentials mode is enabled and this method has no effect; otherwise, this method checks the IsRetailEssentialsModeEnabled registry key. If the registry key is set to 1, the method enables SMB mode by disabling the RetailNonSMB configuration key.

See Also

Reference

Application Class