Article Details
Id:11089
Product:finPOWER Connect
Type:NEW
Version:1.06.08
Opened:15/03/2013
Closed:21/05/2013
Released:28/05/2013
Job: J011298

Business Layer; Child objects now have pointers to parent and also top-level parent

The following business layer objects now have pointers to their parent and also the top-level parent and all itermediate levels, e.g., finWorkflowItem has a new .Workflow and .WorkflowItems properties. This makes scripts and other code clearer.

  • finAccountAccountingLedger
    • Account
    • AccountAccountingLedgers (the same as Parent)
    • Parent
  • finAccountAccountingLedgers
    • Account (the same as Parent)
    • Parent
  • finAccountBankingDetail
    • Account
    • AccountBankingDetails (the same as Parent)
    • Parent
  • finAccountBankingDetails
    • Account (the same as Parent)
    • Parent
  • finAccountCalcVersion
    • Account
    • AccountCalcVersions (the same as Parent)
    • Parent
  • finAccountCalcVersions
    • Account (the same as Parent)
    • Parent
  • finAccountDisbursement
    • Account
    • AccountDisbursements (the same as Parent)
    • Parent
  • finAccountDisbursements
    • Account (the same as Parent)
    • Parent
  • finAccountPayArrangement
    • Account
    • AccountPayArrangements (the same as Parent)
    • Parent
  • finAccountPayArrangements
    • Account (the same as Parent)
    • Parent
  • finAccountPayArrangementPayment
    • Account
    • AccountPayArrangement
    • AccountPayArrangements
    • AccountPayArrangementPayments (the same as Parent)
    • Parent
  • finAccountPayArrangementPayments
    • Account
    • AccountPayArrangement (the same as Parent)
    • AccountPayArrangements
    • Parent
  • finAccountTransaction
    • Account
    • AccountTransaction (the same as Parent)
    • Parent
  • finAccountTransactions
    • Account (the same as Parent)
    • Parent