System Tables with Row Control Grouping

I feel like I read somewhere that someone was making System Tables out of Secure View, thus allowing them to hide data from users on a row-by-row basis (ideal for sharing configuration files with users from different organizations).  I haven't found it here, though.  Does anyone have tips on how to do this, assuming this isn't some idle fantasy that I have dreamt up?

Parents Reply
  • Glad to hear it's working for you, John! :)

    Gawain, this is definitely doable. Your custom table needs to have an identity property on the ID field, and you'll need to alter UP_POPULATE_REFERENCE_METADATA. John is right; you do have to be careful around upgrades when the canned version is run automatically, but I can send you code later this week if you'd like to take a look.

Children