I have a form called Credit. From a document using Credit, users can create documents using CreditFile.
When users delete a Credit doc, I also want to delete all associated files using CreditFile.
The field Parent_ID in Credit File = the field IS in Credit. However, currently Credit File is NOT configured to be a Response.
Any idea on how I could do this? I would like a button on the Credit web form. I am assuming that in order to have a button, I could need that button to call an agent. I am not to sharp on how to construct such an agent or how to call it (or even pass the ID field value to the agent).
Help!