Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Inserts the record field data into the temporary table.
Syntax
private void insertIntoTempTable(
CompanyId dataArea,
int64 securityRoleId,
Query query)
Run On
Server
Parameters
- dataArea
Type: CompanyId Extended Data Type
The company data area ID.
- 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.