I'll be copying all forms from one document library to another and want to redirect users who still have a link to the original document library to the duplicated record in the new document library. More than likely, the record in the new document library will be further processed than the one in the original so I need users to resume processing from the new document library copy.
My proposed solution is that IF users open an existing form in the original document library, I want to present them with a view and button that when clicked, will open the duplicated record from the new document library and close the form opened from the original document library. In the past, I just needed users to open a new link - I think I even made the link look like a button, but now I also need to close the current form after the new link destination has been opened. I was rooting around in the summary of Qrules, but did not find what I need.
Bottom line is I need to open link and close existing form with one button click - possible?