Quick Start: Low-Code Modeling

Practice creating onRenders, OnChanges, and Protocol Actions using the Quick Start: Low-Code Worfklow in your L7|ESP 3.5 Training Sandbox.

The Quick Start: Low-Code Workflow includes a variety of low-code features; we suggest stepping through it first in L7 LIMS to see how it's configured. From there, you'll modify the process by extending, updating, and creating new low-code actions to further automate and improve the Workflow.
onRender

Custom behavior triggered when a Protocol (Step) renders

onChange

Custom behavior triggered when a field value changes (this includes entering an initial value)

Protocol Action

Custom behavior triggered when a condition is satisfied while processing/saving a Protocol

  • Evaluated by the back-end
  • Written in Python
  • Uses ESP Expressions (see User Docs -> Section 6)