Skip to content

Formula Sandbox

Mythradon provides a Formula Sandbox that can be used to test formula scripts.

To access the Formula Sandbox:

  • Select Administration → Formula Sandbox from the Menu Button
  • Enter your formula script, use the Check Syntax button to verify the correctness of your formula script
  • Click the Run button to execute the formula script

If you need to access a specific record to run the script against, select the Target Entity Type and the Target Entity record.

  • To output any result you need to use the output\printLine() function.

ie)

Output from Formula Sandbox
output\printLine('Hello World')


See Also