One of the new features in GP 2016R2 is the ability to move reconciled transactions to history. So I've been testing this out and have run into an odd issue where, on the Bank Balance window you cannot drill down to the transaction if it's in history. No error, no message. It looks like nothing happens, but something does. I looked at the source code and SQL procedure that builds the temp table and I'm convinced that the code for the Zoom button is not correct, but I'm also not sure because I'm wondering if could be something in my data. I'm just having a hard time believing that they'd make such an obvious error.
So, what happens on that window is that a stored procedure (cmPopulateHistCheckBalanceTemp) builds a temp table from the CM Transaction and CM Transaction History table. According to the stored procedure, Transactions get a HISTINDX of 0, Historical Transactions get a value of 1. On the GP window, the Zoom button looks for a HISTINDX of 2.
Has anyone tried to clear reconciled transactions and run into a problem drilling down on historical bank transactions?