Hi,
Do we have scripting option available for single tenant?
Regards,
Deepak
Greetings;
ION Scripting is not available in ST, but if you're needing scripting related to data coming from M3, I may have a work around that could help.
When I needed some scripting that the customer didn't want running as a program, I built my more complex scripting in Event Analytics for M3/ST. If you're using M3 in a Single Tentant environment, you can trigger off EventHub BODs, and then create BODs to forward from Event Analytics for Processing in ION. It requires the patience to work without debug, and you need to know Java and Drools, but it's very powerful.
Event Analytics has everything you need to use full Drools capability and APIs to deploy everything to each environment to keep it in sync. The scripts can call web services like MWS or REST APIs for M3.
I use VS Code to write my EA rules, and deploy them using CURL and Windows Batch.
Deployment APIs
Publishing a new event on error
Calling M3 APIs
I hope this helps you if you need complex scripting and have access to Event Analytics.
Billy