Hello,
In a separate BO, I want to only READ the G/L data (account number, account description & Period Total) and use for financial calculation based on business rules. And display it in a separate screen - list of accounts & period totals ( selection to be based on FinancialYear & Accounting Period)
Any of your guidance / reference on code sample is much appreciated in advance.
Best regards,
Ravi
-
For your reference: I' trying the following methods/ parameters, but not successful -
Association, BO copy, node etc..
AP.FinancialAccounting.Global : GeneralLedgerAccount
LineItem.ChartOfAccountsItemCode,
PeriodBalance,
Period Total
this.SetOfBooksID.content = "9011";
this.ChartOfAccountsCode.ToString() = "ZUS1";
this.FiscalYearID = "Previous Fiscal Year";
this.AccountingPeroiodID = "All Periods";
GeneralLedgerAccountElements
GeneralLedgerAccountElementsQueryElements