I have a browse/form for some some records that are children of several different entity types. While the entity members have unique id numbers within each type, there can be duplicate entity numbers between types. So to ensure the records for the right entity are retrieved or primed, I pass the entity type and entity number as parameters as a manual URL in the Advanced tab. Works great for Insert and Change, but the parameters seem to interfere with Delete. When Delete is clicked, the form is called but nothing happens.
I could pass the entity type and id number as session values, but because there are different parent entity types using the same form and browse there may be interference if the user goes on to one task before they finish a previous one.
Is there a way to use parameters for Insert and Change while still being able to Delete?
Many thanks.