Hi Team,
I wanted to know if there is any field descriptor type in DOM which calls a Automation script. Because i want to create a form with object manager instances mapped to a module, in which one of the field is a drop down and its values are retrieved based on logic. So is there a field descriptor which calls a AS
Hi,
There is no such thing that you are describing, but you may utilize DOM Actions and DOM Buttons.
You can call an automation script by defining a new DOM action and typing in the name of the script you want to trigger in the "Script" field seen here
After that, you can define a DOM button, which can call your previously created DOM action, which will consequentially call the desired script
These buttons will be visible in the low code apps for the DOM instances in statuses you wish to have them.
You can read more about it here