integrity check before delete
Confluence User - 17 Jan, 2021
Hello,
What are the best practices in Joget for doing an integrity check with a delete.
Example:
- I have an object form and a color form.
- an object has a color and a color can correspond to n object.
- if I remove a color without checking, I will have an inconsistency in my object list.
Is it possible to check before deleting a color that it is not related to objects.
datalists