
Namespace switching option has been added.
This project is a CSP-based web application built for InterSystems IRIS Interoperability environments.
It provides an easy-to-use web interface for creating, editing, and managing Lookup Tables directly within an interoperability-enabled namespace.
Clone or download the repository:
git clone https://github.com/AshokThangavel/Interop-LookupTable.git
Build the Docker container:
docker compose --progress plain build
Start the container:
docker compose up -d && docker compose logs -f
Access the InterSystems IRIS System Management Portal at:
π http://localhost:52773/csp/sys/UtilHome.csp
Open the demo URL in your browser:
π http://localhost:52773/csp/user/Interop.LookUpTable.cls
Select an interoperability-enabled namespace from the dropdown (e.g., LEARNING).
Use the sidebar to view available lookup tables.
Add, edit, or delete lookup table entries:
All changes are reflected in the corresponding IRIS interoperability lookup tables.
Below is a sample view of the Lookup Table UI:
This project is distributed under the MIT License.
Feel free to use, modify, and contribute!