Overview

Functions on Objects enables code authors to write business logic on object data and leverage this logic downstream in operational applications. Functions on Objects includes support for reading properties of various object types, flexibly aggregating or editing that data, and traversing links defined in the ontology.

Within a Workshop module, Functions can be used in a variety of ways, including:

  • To compute and display metrics: Widgets such as Metric Cards can display numerical or categorical values dynamically computed by Functions to help guide users’ decisions.
  • To define complex object sets: Complex Object Sets used to load Objects Data in a Workshop module can be defined by a function.
  • Via Function-backed Actions: Complex Actions can be defined using a Function. Function-backed Actions enable modules to trigger complex sets of Object edits and writeback.

Learn more about Functions.

Learn more about how to define and use a Function.