Skip to main content
CS

ArmGLHistoryByPeriod

PX.Objects.CSRelease 2025.2

The DAC used to simplify selection and aggregation of proper GLHistory records on various inquiry and processing screens of the General Ledger module. The main purpose of this DAC is to close the gaps in GL history records, which appear in case GL history records do not exist for every financial period defined in the system. To close these gaps, this projection DAC calculates the last activity period for every existing financial period, so that inquiries and reports that produce information for a given financial period can look at the latest available GLHistory record.

Field NameTypeDisplay NameForeign Key
AccountClassID
nvarchar(20)-
Description:No description available
AccountIDDefault Navigation
intAccountAccount
Description:Identifier of the Account associated with the history record. Corresponds to the Account.AccountID field.
BranchIDDefault Navigation
intBranchBranch
Description:Identifier of the Branch, which the history record belongs. Corresponds to the Branch.BAccountID field.
FinPeriodID
stringFinancial Period-
Description:Identifier of the Financial Period, for which the history data is given.
FinYearNonexistent in DB
string-
Description:Financial year, to which history data belongs
LastActivityPeriod
stringLast Activity Period-
Description:Identifier of the Financial Period of the last activity on the Account and Subaccount associated with the history record, with regards to Ledger and Branch.
LedgerIDDefault Navigation
intLedgerLedger
Description:Identifier of the Ledger, which the history record belongs. Corresponds to the Ledger.LedgerID field.
SubIDDefault Navigation
intSubaccountSub
Description:Identifier of the Subaccount associated with the history record. Corresponds to the Sub.SubID field.