I've installed the new build but the process still doesn't start.
I use:
- AddNew form to create an object. It is opened by 'Add New Reference' on a grid.
- AddNew form has 'Execute process after save' on its Save button. The specified process has EDIT Object USING Main in it.
After creating the object with AddNew form, the edit form doesn't show. The form for creating the object is closed and the we are returned to the grid.
I solved it before pressing Submit 🙂
'Add New Reference' probably doesn't allow 'Execute process after save'. I used another 'Start Process' button to add a record to the grid with:
ENTER NEW Object USING AddNew
VIEW Object
Are there other ways to solve this?