Entity based access: Bulk access update configuration does not workIssue "Bulk access update configuration" does not work on entity-based access; it should update the "Entity based access restriction" field of related records that fit the filter, but currently it's not working as expected.ReleaseYokohama P3CauseRan scheduled jobs : "sync applicable entities and process bulk access update configs" on background script, I see below OOB BR :"IssueMangerOrGroupMandatory" is being triggered, and it causing the issue.ResolutionThis issue will get fixed in the August 2025 release. Please find the workaround script on line 331, need to add the below code to this script include : "EntityBasedAccessManagerBase"https://<instance name>service-now.com/nav_to.do?uri=sys_script_include.do?sys_id=3d1c0c7dffc022109b97ffffffffff64 var context = {};context.glideRecord = tableGr;global.GlideQueryActions.disableWorkflow(context);