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
wJack
3 years agoNew Contributor II
Journals calculate and post Dt/Ct
Hi All I am trying to build BR (Finance or Extender (General Server), activated by Dashboard button) to calculate Journal (based on two different Cubes) and post to Dt or Ct ('if' statement to defin...
- 3 years ago
If you're using Calculate, there is no concept of debit or credit - you just target the accounts you want to write to. However, this will not create proper journals, it will literally enter values in the intersections.
If you want proper transactions recorded as Journals, you will have to use the functions like BRApi.Journals.Data.ImportAndProcessJournals (which works with files) or the ones under BRApi.Journals.Metadata.
wJack
2 years agoNew Contributor II
Thank you. Finally I have used one from BRApi.Journals.Metadata. It works fine.
Related Content
- 8 months ago
- 8 months ago