We have a user form that when submitted creates a second form to be completed by another user. Both forms are on the same business class and are identical except for a few fields. A request has come in to allow the original user to delete their form and then have it delete the second user's form.
Has anyone configured/created an action similar to this?