1
0
-1

We have been using Orgs to mimic our organizational structure (Parents for VP areas, Childs for Depts) to provide User access, and associate Systems to those Orgs as well. Typically we run a report and add the org number to the URL (e.g. index.php/queries/1/execute?org_id=20) to narrow to a specific subset (if there's a way in the GUI to do this please let me know, I might be missing it).  

Now, since we have Parent Orgs and Child Orgs, is there a way to run a Report on a Parent Org, and return all results including those from Child orgs? Or run a report for multiple Orgs? (e.g ?org_id=(20,21,22,23))

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      When you view 'All Devices' Open-AudIT will audomatically provide only the devices in your Org and decendant Orgs.

      If you want to see a specific list of devices from specific Orgs, you can use the IN keyword.

      devices?system.org_id=IN1,2,3,4,5

        CommentAdd your comment...