Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
When you approve/reject the submitted form, the status field of that record gets updated with the selected value.
Now if you want to remove the rejected rows completely using can add a sql query tool to delete the record upon rejection. (Use conditions on routes/ transitions)
Or
You can filter your datalist based on whatever condition is required
my problem is that the waiting datalist source of data is the form that doesn't have the decision field. as a result i found it impossible the make changes on this list based on the decision
Hi, this appears to be a simple approval process. Did you try to use the App Generator to generate an approval process?
i'm actually using the community edition that doesn't have this option
i have an approval process in my application
the user submits the the form and the admin checks its readonly version with a radio button addition having the options (approve/reject) . i want to create a route that depending on these 2 options that keeps or removes the corresponding row on the datalist. How can i make such thing possible ?