Article Details
Id:20928
Product:finPOWER Connect
Type:FIX
Version:4.00.04
Opened:13/11/2023
Closed:17/11/2023
Released:05/12/2023
Job: J032414

FormShow and PageGoto Application Shortcuts that work in desktop now have a compatibility layer so they will work in finPOWER Connect Cloud

"FormShow" Application Shortcuts that work under finPOWER Connect desktop, may not have worked as expected when running under finPOWER Connect Cloud.

The following is an example of an Application Shortcut that would not work as expected:

app://FormShow?form=SecurityStmts?id=SS2&page=Security Items

When running in desktop, the page parameter, "Security Items" would attempt to match the caption of a page on the Security Statements form.

When running under finPOWER Connect Cloud, each page has an Id which often corresponds to the caption but not always. In these cases, the correct page would not be shown (a blank page was shown instead). In the above case, the expected page Id was "SecurityItems".

A mechanism to translate know incompatible page Ids has been added so that these Application Shortcuts now work in finPOWER Connect Cloud.

The following translations are made:

  • Accounts
    • Logs* (to Logs)
    • Workflows* (to Workflows)
  • Clients
    • Accounts* (to Accounts)
    • Employment (to Employments)
    • Identification (to IdentificationItems)
    • Logs* (to Logs)
    • Name & Details (to Details)
      • NOTE: This must be URL Encoded as "page=Name%20%26%20Details"
    • Workflows* (to Workflows)
  • SecurityStmts
    • Logs* (to Logs)
    • Security Items (to SecurityItems)

NOTE: The wildcard on the end of pages such as "Logs*" was a historical way to match pages in desktop that may have shown a count after them, e.g., "Logs 22".