I would like to be able to launch a task from an unsaved form.
- The task starts with the parameters entered by the user.
- The task should be able to adjust the fields.
Business case;
The user is entering data, I want to give the user a button which does assumptions based on the entered data and autofill fields with the most likely data. As the default procedure can not call into another system the user has to press a button to do this, but it should be before save.
We have 2 tools in place;
1) If the user can fill in a complete unidata code, we can look up the product properties on our unicat website.
2) If we have a “crappy” product description from the user we can have chat GPT improve it.
To build those 2 options in the user interface we need an option to start the task from an unsaved record.
How it should work;
The user is entering data and can press a “fix this” button, the workflow presents a number of possible fixes. When the suggestions are right the user clicks ok, and the open form is updated with the suggestions. When the suggestions are bad, the user clicks cancel and nothing changes.