Advance Holder functionality not available without Finance II license

Problem:

When attempting to select an Advance Holder as an offset type in a journal when not licensed for Finance II, the list of Advance Holders is empty.

Resolution:

When not licensed for Finance II it is not possible choose Advance Holder employee in a General Journal. This is due to the relation “\DataDictionary\Tables\LedgerJournalTrans\Relations\OffsetEmplTable_RU\LedgerJournalTrans.OffsetCompany == EmplTable.dataAreaId” . This relation is incorrect as “LedgerJournalTrans.OffsetCompany" will not exist in the database as field “OffsetCompany” is dependent on the Financial II License key. Removing the relation “LedgerJournalTrans.OffsetCompany==EmplTable.dataAreaId” in the table “LedgerJournalTrans” Advance Holder information will be properly shown.