Senseforce 2.0 Manual
  • Welcome to Senseforce 2.0
  • SF MQTT API
  • SF Edge
    • Edge Package Overview
    • Edge Installation
      • Using the SF Edge Service installer in command shell
      • Headless SF Edge Servie execution
    • Edge Configuration
      • Which Plugins to load (appsettings.xml)
      • Edge Data Routing (EventDefinition.xml)
      • OTA configuration (otasettings.xml)
      • Edge Logging
      • Input plugins
        • SQL Plugin
        • SQLite Plugin
        • OPC UA Plugin
          • OPC UA server browser
        • SIEMENS S7/SINUMERIK Plugin
          • Creating connection definition file
        • S7 Plugin
        • REST Plugin
        • TCP Listener Plugin
        • XML File Parsing Plugin
        • Heidenhain Plugin
      • Output Plugins
        • MQTT Plugin
        • SQLite Plugin
    • Edge Compute plugins
      • Creating compute plugins
      • Using compute plugins
  • SF Edge Asset Management
    • Edge version repository
  • SF Platform
    • Navigation
      • Overview Screen
    • Dataset Builder
      • Filters, Aggregations and Groupings
      • Functions of the Formula Editor
      • Additional Settings
      • Special Events
      • FAQ and Troubleshooting
    • Script Editor
      • Details of the Script Editor
      • Installed Packages
      • Working with Timestamps
        • Working with Timestamps in Python
        • Working with Timestamps in R
      • FAQ and Troubleshooting
    • Widgets
      • Text
      • Headline
      • Image
      • Progress Bar & Gauge Chart
      • Table
      • Map
      • Line, Bar, Scatter and Area Chart
      • Pie Chart
      • Gantt Chart
      • Histogram
      • Overview
      • Log
      • Default colors and color conditions
      • FAQ and Troubleshooting
    • Dashboards
      • Dashboard Filters
      • Favorites
      • Data Drilldown & Widget Interaction
      • Editing multiple dashboard widgets
      • Time Zones
      • Synchronized Zooming
      • Sharable Dashboard URL
      • Multi-chart layout options
      • Default sort for table widgets
      • Releases
      • Reporting
      • FAQ and Troubleshooting
      • Applying zoom to global timestamp filter
      • Optimise the layout for different devices
    • Machine Master Data
      • Dimensions
      • Instances
      • Things
      • Use Case
      • FAQ and Troubleshooting
    • Automation
      • Trigger
      • Scheduling overview
      • Actions
      • Test your Automation
      • Zapier integration (necessary internal steps)
      • Zapier integration
      • Subscriptions
      • FAQ and Troubleshooting
    • Event Schema Management
      • Importing a Event Schema
      • FAQ and Troubleshooting
    • Virtual Events
      • Creating a Virtual Event
      • Scheduling Overview
      • Permissions and Data Access
      • FAQ and Troubleshooting
    • Details modal for elements
    • Copy / Duplicate elements
    • Whitelabeling
    • Edge Device Management
    • Element History
    • Public API
      • Get your access token
      • Endpoints
      • Debugging scripts
      • FAQ and Troubleshooting
    • User & Group Management
      • FAQ and Troubleshooting
    • Active Directory & SSO Setup
Powered by GitBook
On this page

Was this helpful?

  1. SF Platform

Details modal for elements

PreviousFAQ and TroubleshootingNextCopy / Duplicate elements

Last updated 3 years ago

Was this helpful?

To show various details of an element, you can search for the element you are interested in the corresponding overview screen, and click theicon on the right of your element. From the now appearing options, you can click Show Details to open the details modal of the element.

The Show Details options are currently available for

  • Dashboards

  • Widgets

  • Scripts

  • Datasets

After opening the details modal, the following information about the element will be presented to you:

General information

The first part of the details modal will show you some general information about the element:

  • Name: the name of the element

  • Date created: the exact date and time when the element was created

  • Last changed: the exact date and time when the last update of the element happened

  • Owner: the user who currently owns this element

"Used in" section

The 'Used in' section will show you all elements where your select element is used in.

So for example, if you are currently looking at the details of a widget, this section will show you in which dashboards the widget is used. If you are looking at a dataset, it will show you in which widgets, scripts, automations and virtual events this dataset is used.

As in the example image above, if you e.g. don't see a group "Scripts", it means that your element is not used in any scripts.

The "Used in" section is not shown for dashboards, because a dashboard can not be used by any other element.

"Uses" section

In contrast to the "Used in" section, the "Uses" section shows you all elements that the selected element uses.

So for example, if you are currently looking at the details of a widget, this section will show you all the datasets and scripts that the widget is using. The information will be shown to you in a tree structure, which means that you can also see indirect use relations. As an example, if you have a widget that uses a script, the uses section not only shows you the script, but also any dataset that the script may use internally.

The "Uses" section is not shown for datasets, because datasets do not use any other elements.

Opening the details modal of a widget
Example "Used in" section for a dataset
Example "Uses" section for a widget