AxdBase.security Method [AX 2012]

Identifies whether security should be used in the Axd class.

Syntax

public boolean security([boolean _security])

Run On

Server

Parameters

  • _security
    Type: boolean
    Boolean for identifying whether security should be used in the Axd class.

Remarks

The security method bypasses record level security in the Axd classes in the read scenarios.

By default Security is set to true.

See Also

Reference

AxdBase Class