Hi
I have this demo app in which you can use a form to create an example Event message.
Using the 'Create a new instance' action on my 'New' button only allows me to fill in the default DOM values. However, I would like to fill the form with dynamic values, such as randomized IDs, dates based on current time, ...
What would be the best way to tackle this?
Kind regards,
Jonas
Create an IAS script that will handle the creation of such DOM data.
https://docs.dataminer.services/develop/TOOLS/NuGet/Interactive_Automation_Script_Toolkit.html
Hi Jonas, I believe that Gerwin is trying to say to use an IAS instead of the DOM form. The IAS will then create the DOM instance.
Yes that is what i meant. There is no option to have dynamic information with the LCA form.
Hi Gerwin, problem is that I’m stuck on how to feed the IAS created to my form after creating…