Dictionary.reloadSecurity Method [AX 2012]

Reloads the feature key system.

public void reloadSecurity(
   [boolean reloadCodes, 
    boolean setSynchronizeRequired, 
    boolean flushTable])

Run On

Called

Parameters

reloadCodes
Type: boolean
A Boolean value that indicates whether the license codes are reloaded. The default value is false.
setSynchronizeRequired
Type: boolean
A Boolean value that indicates whether synchronization is required. The default value is true.
flushTable
Type: boolean

The default value for the _reloadCodes parameter is false.

The default value for the _setSynchronizeRequired parameter is true.

Community Additions

ADD
Show: