GroupJournalDictionary, CompanyJournalDictionary, GroupSegmentJournalDictionary, CompanySegmentJournalDictionary

When you work with journals, it is sometimes required to temporarily store journal information. BI# provides special dictionary types that you can use to store and retrieve journal information by using a unique key. To create such dictionaries, you must use these functions:

GroupJournalDictionary x1 = CreateGroupJournalDictionary();
CompanyJournalDictionary x2 = CreateCompanyJournalDictionary();
GroupSegmentJournalDictionary x3 = CreateGroupSegmentJournalDictionary();
CompanySegmentJournalDictionary x4 = CreateCompanySegmentJournalDictionary();