Share via


SysRecordLevelSecurityDP.insertIntoTempTable Method [AX 2012]

Inserts the record field data into the temporary table.

Syntax

private void insertIntoTempTable(
    CompanyId dataArea, 
    int64 securityRoleId, 
    Query query)

Run On

Server

Parameters

  • securityRoleId
    Type: int64
    The security role record ID.
  • query
    Type: Query Class
    The query that contains the range.

Remarks

For each data source range in the table of the given query, this method adds a row to the temporary table that represents the security role restriction for the range of the query.

See Also

Reference

SysRecordLevelSecurityDP Class