We are bringing in an external javascript app into the center of an acumatica page template. within this javascript app, we are putting in links to open up popups to acumatica urls...to be more specific, this javascript app is a search catalog that will display style and serial items. and from here, we are opening up popups to the correct screens within acumatica.
So we have it all setup, as we just copied and pasted urls that we saw existed and stripped out some of the parameters (like timestamp for example). We kept the popup panel parameter in place. But we are seeing some issues where some of the page content seems cached from one item to the next, so i'm concerned that we are doing this incorrectly.
Wondering if anyone knows the best/proper way to link from an external application to an acumatica popup to avoid such issues.And what parameters are required and acceptable values, etc...