4.8 formula.commands

The formula.commands element allows access to the server-side plug‑in features of Operations Center, known as commands.

For example, to initialize the Suppression subsystem command:

if( ! state.suppression )
{
   state.suppression = formula.commands.Suppression( null )
   state.suppression.setOperationMatch( 'dnamematch:.*'  )
}