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

2


18 Jan, 2021
confluenceUser
confluenceUser

Hi, if you need to enforce additional data integrity, you can manually add constraints in your database tables. Alternatively, perhaps you could create a specific deletion process (with appropriate flow logic) or deletion form (with the appropriate Form Validator) in place. 

18 Jan, 2021
confluenceUser
confluenceUser
Thank you.
I will follow these ideas.



RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print