ssmith-nova
3 days agoNew Contributor III
Account Reconciliation Status Codes
I am trying to write some custom reports off of the RCM tables. Does anyone know the translation of the number in the status column from the table to the name that shows in the UI? Or does someone ...
- 3 days ago
We don't use Reconciliation Manager but there is an enumeration in RCM_SolutionHelper for the ReconStatusTypes. I don't know if that is what you want.
Public Enum ReconStatusTypes Inprocess = 1 BalanceChanged = 2 Completed = 3 AutoRec = 5 Rejected = 6 FrequencyChanged = 9 End Enum