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
  • Copy elements
  • Duplicating elements

Was this helpful?

  1. SF Platform

Copy / Duplicate elements

PreviousDetails modal for elementsNextWhitelabeling

Last updated 3 years ago

Was this helpful?

Copy elements

To create a copy of an element all you need to do is go into the element you want to copy, click on the three-dotted button in the top right corner and click on Create Copy.

This will create an exact copy of your element, the only change that we do for you is to prepend "Copy of" to your element's name. After creating a copy you are also immediately navigated to the newly created copy.

Note that when you copy an element, all references that this element has to other elements will stay the same. So for example, if you copy a script that uses a dataset, both your original element and the copied element will point to the same dataset. Therefore, if you change the dataset, both your original script and the copied one may need to be changed.

Copying is available for the following elements:

  • Dashboards

  • Widgets

  • Scripts

  • Datasets

  • Automations

Duplicating elements

Duplicating an element is pretty similar to copying an element.

The main difference is that when you duplicate an element, all references that your element has to other elements will also get duplicated. For example, if you duplicate a script that uses a dataset, it will not only make a copy of your script but also of the used dataset. The same when duplicating a dashboard, it will not only create copies of all the widgets that are used in the dataset but also copies all datasets and scripts that are used inside the widgets.

This operation has to be carefully performed because it may overload the database depending on the element tree hierarchy complexity.

To duplicate an element, all you do is navigate to the element you want to duplicate, click on the three-dotted button in the top right corner and click on Duplicate tree.

After clicking on Duplicate tree we first take a look at all the references your element has behind the scenes and check if you have all the needed permissions and shares to create a duplicate.

If you don't, you will see an error message telling you exactly what permissions you are missing or what element you don't have access to because they are not shared with you.

If you have every permission to duplicate the element a modal window will open:

In this modal, you will be able to set a Postfix. This postfix will be appended to every element's name that will be created during the duplication.

In addition, you can also see a list of all the elements that will be created during the duplication. So in the example above where a script is getting duplicated, you can see that a new script and a new dataset will be created. Note that these names also include your selected Postfix.

When you are happy with your selection, click the OK button to duplicate the element. After successful duplication, you will be navigated to the newly duplicated element.

Duplicating is available for the following elements:

  • Dashboards

  • Widgets

  • Scripts

Create copy functionality in the script editor
Duplicate Tree functionality in the script editor
Modal for duplicating an script