Issue
Creating a Listview/Report to show all the personnel objects which have access to a given area.
Product Line
Andover Continuum
Environment
CyberStation
Cause
Reports can be used to do a security audit of which individuals have access to certain Areas in a building.
Resolution
- Create a Listview object
- In the class field select AreaLink
- Add columns for PersonID and AreaID (Add any other column as needed)
- In the Qualifier tab enter the following qualifier: AreaID Is XXX Id where XXX = full path to area
Example: AreaId is Root\AreaFolder\Lobby Id
**NOTE Use folder\area aliases ONLY in the qualifier, do not use names. - Save and run the Listview. The Listview should show all Personnel objects that have the Area specified by AreaID in their Area list.
- To generate actual Report Object from the list view see How to create a Report from a Listview.