Article Details
Id:12058
Product:finPOWER Connect
Type:NEW
Version:2.01.01
Opened:14/07/2014
Closed:16/07/2014
Released:31/07/2014
Job: J013617
High Importance

Workflows; Outcomes can now be 'Hidden' so they cannot be selected by the User but can be used by Scripts

Workflow Item Outcomes now have an option to hide them so they are not visible to Users.

The Workflow Item Outcome wizard now has an option 'Hide from User?' and the Outcome Summary Page on the Workflow Item wizard shows a warning if any item is hidden. This option is not available from the Outcomes grid, only the wizard.

The finWorkflowItemOutcomeItem now has a .Hidden property which can be updated from Scripts.

The following Scripts have been updated:

  • SummaryPage2_WorkflowTypeItem_WorkflowTypeItemSummary, Version: 2.04 (16/07/2014)
    • Displays a 'Hidden' column for the Outcomes if any Outcomes are hidden.
  • SummaryPage_Workflow_WorkflowSummary, Version: 1.26 (16/07/2014)
    • Respects 'Hidden' flag for Outcomes.

NOTE: Any customised Workflow Pages wishing to use the 'Hidden' flag will need to update their summary Script and change the CreateActionsHyperlinks() function to reflect the updated version in SummaryPage_Workflow_WorkflowSummary. The section that has changed in this function is all the code within the 'Case isefinWorkflowItemType.ItemGroup, isefinWorkflowItemType.Question' block.