Article Details
Id:10551
Product:finPOWER Connect
Type:NEW
Version:1.06.04
Opened:28/09/2012
Closed:28/09/2012
Released:24/10/2012
Job: J010447

Summary text shown in Form Header is now available from the business layer

The following business layer objects now have a GetSummaryText method:

  • finAccount
  • finClient
  • finSecurityStmt
  • finWorkflow

The following forms have been updated to use this method rather than generate the text in the User Interface.

  • Accounts
  • Clients
  • Security Statements
  • Workflows

The GetSummaryText method has parameters specifying whether to retrieve the summary text in HTML format and also whether to provide a 'concise' summary. Currently the html parameters does nothing other than to ensure that the text is HTML encoded.

I few tidy-ups have also been implemented, e.g., the Account summary text displayed both the Account Type description and the Account's description, even if they were the same, e.g. 'Variable Loan. Variable Loan.'. This will now just return 'Variable Loan.'.