2 answers
- 210
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- Mohamed Zied Bououd
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
Add your comment... - 10-1
Hi, this appears to be a simple approval process. Did you try to use the App Generator to generate an approval process?
- Mohamed Zied Bououd
i'm actually using the community edition that doesn't have this option
Add your comment...
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 ?