Getting started with Scripting
Before you start working with scripts in octoplant, you need to activate the scripting feature in the AdminClient. Once enabled, scripts run automatically in response to specific events. This is called the script execution process.
You can implement scripts either as simple script files or as compiled script applications (.exe or .bat), which octoplant calls with defined parameters.
Together, these functions let you extend the system with custom logic that fits your workflows.
For more information, refer to: