Differences

This shows you the differences between two versions of the page.

Link to this comparison view

functions:admin [2025/01/21 01:20]
optrix created
functions:admin [2025/01/21 01:26] (current)
optrix
Line 17: Line 17:
 ===Custom Functions=== ===Custom Functions===
  
-Custom functions are created using the same framework as the Report and Infographic addins.+Custom functions can be created by ARDI administrators. 
 + 
 +There are several types of custom function, but one of the most common is a Python-powered function. These allow you to execute custom Python scripts and return data back to the user. 
 + 
 +The primary use-case for these functions is to capture or begin some specific business logic - for example,  
 + 
 +   * Capturing phases, batches or session times, 
 +   * Synchronising manual and automated measurements, 
 +   * Execute machine learning models, 
 +   * Triggering back-end events and responses, etc. 
 + 
 +===Creating=== 
 + 
 +For more details, see [[Creating a Custom Function|Creating a Custom Function]].