jacebenson / jace.pro

A blog about servicenow and other technology
https://jace.pro
20 stars 17 forks source link

Simple Record Separation Share Review #29

Open jacebenson opened 5 years ago

jacebenson commented 5 years ago

What is the post about? About this share: https://developer.servicenow.com/app.do#!/share/contents/9824957_simple_record_separation?v=1.08&t=PRODUCT_DETAILS

What things would help with writing the post Try it out write your thoughts on it.

jacebenson commented 5 years ago

Hollifield: Yeah, it’s ultimately just beforeQuery business rules, which are super efficient. It actually removes overhead on list views.

jacebenson commented 5 years ago

Kevin: Can you use this to limit what is seen on the navigation menus? I would think not and would think that would be based on ACL's. Such as if I only want one group to see Incident menu and entries below that, but nothing else.

jacebenson commented 5 years ago

Hollifield: Yeah, this is actually independent of ACLs. The results still do honor ACLs, but this is another layer on top Hollifield: Basically, it intercepts the query and applies the separation rules that you configure. So, the filtered data should surface any place data is queried from the separated table, including navigation menus Hollifield: Not exactly the intended purpose, but should still work.