Customer created Business Rule to restrict data on the 'sn_lg_ops_request' to users in a specific group, but it did not work.Issue Customer created Business Rule to restrict data on the 'sn_lg_ops_request' to users in a specific group, but it did not work.ResolutionCustomer was using "current.addQuery" in their Business Rule, which restricts data. While this is fine to use, the users in the specific group must already have access to the records. "current.addQuery" restricts data but does not give access. For this to work, an ACL had to be created on the 'sn_lg_ops_request' Table that gives users access and then the Business Rule can do its job and restrict the data shown.