We have a scrolling window which isn't refreshing (calling the FILL script) after a record has been inserted. We were able to confirm that the insert script successfully updates the table in SQL Server. However, the fill script is then not being called to update the scrolling window as it normally would.
This issue is only happening on one specific testing environment, and hasn't been successfully replicated in any other environments (even with the same chunk / code). We were able to confirm that the issue is unrelated to the chunk install or any customization.
The fill script is being called correctly from all environments where the window is working as designed, it simply isn't being called from the window on the environment in question. As such, we don't want to explicitly call fill from the insert script.
Has anyone run into this before?
*This post is locked for comments