- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 05:21 PM
I found there is Processing entities filter when I tried to apply Entity type to a Control Objective. What is the meaning or function of it?
Advanced thanks!
RM.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 03:34 PM
This is a Boolean field, hidden from view, on the entity type record.
This is a flag that is momentarily set to TRUE while the entity type is Updating/Generating the entities. It prevents the sn_grc.manager from updating the entities (Related Links : Update Entities from filters) while the previous configuration is still generating the entities.
It is a safeguard to ensure that active entities from one entity type are not generated with 2 different configurations.
Eg. Update entities where Business Application . active = True and then the grc manager changes the filter Business Application . active = false and selects Update Entities from Filters before the first process has finished.
If this was allowed, you will have a mismatch between some of the entities and the entity type.
The filter in your screenshot eliminates the risk of adding an entity type to a control objective that is still busy processing it's entities.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-10-2024 06:28 PM - edited 12-10-2024 06:31 PM
@Community Alums The Processing Entities filter helps you narrow down the list of entities (e.g., applications, processes, business units, or other scoped objects) that can be associated with a particular Control Objective. It ensures that the entity type applied to the Control Objective is further refined by the selected processing criteria.
If you are defining a Control Objective for "Secure Configuration of Applications," the Entity Type might be "Applications."
By applying the Processing Entities filter, you could restrict the scope to "Applications classified as high-risk" or "Applications with active production status."
Think of a Processing Entity refers to a subset of records within the chosen Entity Type that meet specific criteria.
Hope this will make sense to you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 08:22 AM
Inaccurate, sorry. See Henk's response.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2024 03:34 PM
This is a Boolean field, hidden from view, on the entity type record.
This is a flag that is momentarily set to TRUE while the entity type is Updating/Generating the entities. It prevents the sn_grc.manager from updating the entities (Related Links : Update Entities from filters) while the previous configuration is still generating the entities.
It is a safeguard to ensure that active entities from one entity type are not generated with 2 different configurations.
Eg. Update entities where Business Application . active = True and then the grc manager changes the filter Business Application . active = false and selects Update Entities from Filters before the first process has finished.
If this was allowed, you will have a mismatch between some of the entities and the entity type.
The filter in your screenshot eliminates the risk of adding an entity type to a control objective that is still busy processing it's entities.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2024 07:26 AM
Thank you very much, Henk! This really helps 😀