how to check value from existing database ?

1
here is the condition I want to delete the data but if data is used in a different database then show the message and if values are not used in the database then delete the value ..  how can we do this ..?
asked
1 answers
2

Hi Isha,

 

Please check the following documentation about the Delete Object(s) activity:

https://docs.mendix.com/refguide/deleting-objects/#delete-example

 

You can set a prevention of the delete action if the object is being used by another object in an association, this way if the object is being used in the association it will show the message. Otherwise, the object is deleted.

 

If that solves your question please mark it as solved, best regards!

answered