The periscope service object has many slots (some hidden for less confusion). This is a detailed summary of each slot's purpose and function:
Please note that this is for advanced users with some knowledge of AX development with the purpose of explaining some of the things that aren't otherwise covered in this documentation.
- Status - This is the BStatus component for all objects that inherit the BAbstractService that indicates problems associated with all AX services.
- Fault Cause - This is the fault reason associated with the Periscope Service status. Only important for service level problems in AX.
- Enabled - Not used. Inherited as part of the BAbstractService. Disabling Periscope requires uninstalling the service currently by deleting it.
- Periscope Servlet - URI access to Periscope. Defaults to periscope but can be changed to support alternate URI's. (Example: changing servlet name from "periscope" to "test" would require directing your browser to http://domain/test to access the Periscope dashboard).
- Periscope Config Servlet - Same thing as Periscope Servlet but for Periscope Config.
- Cross Domain Servlet - Servlet that permits access to receive content from all Activelogix domains.
- Periscope Logout Servlet - Custom Periscope Servlet for logging out of the dashboard. (Cannot be modified)
- Periscope Api Servlet - Custom Periscope Servlet for serving Periscope API calls. (Cannot be modified)