We have two objects one is Maintenance contract and Maintenance Plan.
When we deleted the Maintenance contract we need a flow to delete the related Maintenance plan, is this possible?
10 respostas
Hi @Chris Welch, I created a record triggered flow to delete my related application on the contact object. I set the trigger to fire everytime a record is deleted on the object contact.
On my get records element, I am fetching the related Application on my contact object.
And on my delete record here's what it looks like:
Feel free to add other elements or customize as needed; that's just a simple illustration.