Initial Release
This is an Interoperability Adapter for Salesforce
This app is able to:
Start a new dev repository with InterSystems IRIS using this one as a template.
Once you clone the new repo to your laptop and open VSCode (with the InterSystems ObjectScript Extension Pack installed) you’ll be able to start development immediately.
Open any IRIS Namespace with Interoperability Enabled.
Open Terminal and call:
USER>zpm “install iris-salesforce”
Clone/git pull the repo into any local directory
$ git clone https://github.com/yurimarx/iris-salesforce.git
Open the terminal in this directory and call the command to build and run InterSystems IRIS in container:
Note: Users running containers on a Linux CLI, should use “docker compose” instead of “docker-compose”
See Install the Compose plugin
$ docker-compose up -d
To open IRIS Terminal do:
$ docker-compose exec iris iris session iris -U IRISAPP
IRISAPP>
To exit the terminal, do any of the following:
Enter HALT or H (not case-sensitive)
{
“instance”: “[YOUR_INSTANCE].my.salesforce.com”,
“clientId”: “[YOUR OAUTH CLIENT ID]”,
“clientSecret”: “[YOUR OAUTH CLIENT SECRET]”,
“username”: “[YOUR SALESFORCE USERNAME]”,
“password”: “[YOUR SALESFORCE PASSWORD]”
}