FirstLook-Globals
This repository provides the sample class definition and data that you will need to work through the demo in Exploring Multiple Data Models with Globals.
Files in this sample include:
- FirstLookGlobals.xml: Class definition for a sample class, exported as an XML file, that can be deployed for the demo
- FirstLookGlobals.gof: Exported data and index globals used in the demo
- src/cls/State.cls: Soource code for the sample class
Use or operation of this code is subject to acceptance of the license available in the code repository for this code.
Using, editing and contributing with Docker and VSCode
- git clone this Github repository
- Open the repository folder in VSCode. Make sure you have InterSystems ObjectScript and Docker plugins installed
- Right click on docker-compose.yml->Restart
- Click on ObjectScript status bar (below) and Refresh Connection
- Click on ObjectScritp status bar again, open IRIS Management Portal and import the FirstLookGlobals global.
- Run SQL query against FirstLook.State table.