The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
ssmith-nova
1 year agoContributor
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 ...
- 1 year 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
ssmith-nova
1 year agoContributor
Thanks MarcusH, that was what I was looking for.
Scott
Related Content
- 7 months ago
- 4 years ago