I'm trying to configure the automatic triggering of a script in case the DOM instance transitions to a specific status.
I checked the documentation, but it's unclear how to do this.
What does the Async checkbox do?
Do I need to set certain Script Conditions?
Is it sufficient to configure a specific status for it to trigger the script automatically?
When I configure it, I get this error, what does it mean?
Why are the IDs invalid?
How do I go about configuring what I would like to achieve?
Hi Jeroen,
I think the action IDs need to be all lower case.
Status IDs are also required to be all lower case:
https://docs.dataminer.services/user-guide/Advanced_Modules/DOM/DOM_status_system.html#configuring-statuses
I don’t know how that behavior works with PA.
From the documentation, it seems like the action is only performed when called via DomHelper.DomInstances.ExecuteAction or via a button on the form UI.
https://docs.dataminer.services/user-guide/Advanced_Modules/DOM/DOM_actions.html
I’m not sure if this is something PA does for you.
Now it’s able to save indeed.
There are currently a bunch of channels in the state that should trigger the PA script. Should it do that automatically now?