Hello everyone -
I was passed on this script and when I ran it, it returned two records with the same DEX_ROW_ID. One record was a payment and the other is the invoice it was applied. There's a $1 unapplied amount. I thought the DEX_ROW_ID was a unique number. My question is: why is it showing the same number for two separate transactions. Thanks!
/*open period*/
SELECT*FROM PM10200 WHERE DEX_ROW_ID = 334
/*historical periods*/
SELECT*FROM PM20000 WHERE DEX_ROW_ID = 334