0

Customize Your Cause Selection

  • updated 1 yr ago

You can customize the cause selection popup using your own logicnets. To do this, the system offers the following data objects for populating your own custom cause-selection popup: 

  • _scfw.selected_causes (aka fingerprints) โ€“ This holds the array of the selected causes for the troubleshooting logicnets. The 'selection_key' is the reference to the unique name of the troubleshooter logicnet. You can extend the selected_cause with custom data objects for exporting to the Starter Application.
     
  • _scfw.end_points โ€“ This holds the array of conclusions of the "currently active" troubleshooting logicnet. The system groups reachable end points under _scfw.end_points.inclusions. Non-reachable end_points are grouped under _scfw.end_points.exclusions.
     
  • _scfw.select_cause.action โ€“ This is where the system stores the action with which the popup is stepped. Typically, you must use this data object for the "Confirm" button of the popup. When you set the value of this data object to 'confirm' the system calls the processing logicnet to save the selected cause and to close the popup.
     
Reply Oldest first
  • Oldest first
  • Newest first
  • Active threads
  • Popular
Like Follow
  • 1 yr agoLast active
  • 11Views
  • 1 Following

Home