Has anyone seen a issue with Groovy BR loadGrid filterMembersWithNoAccess?
Summary:
Expecting the data grid to load cells ignoring user security because loadGrid filterMembersWithNoAccess = false but user running rule does not pull the data for row with #NoAccess.
Content (required):
Pulling data into a Groovy BR, using DataGridDefinitionBuilder/DataGridDefinition/DataGrid grid_employeeAttr = cubeWF.loadGrid(gridDef_employeeAttr,false). In this case, the grid loads two rows, one from each of two departments.
When the rule is run by some with service admin, two rows of data are loaded into the grid as expected. But when run by a user with access to only one of the departments, the two rows are loaded but the data is missing.
Tagged:
0