Triggering a Script to Print Custom Message

To print a custom banner message by defining an associate script:
  1. Define a form field with Field Name as Print Message, Field ID as print, and Type as Button.
  2. Define associate Script and map it to the field ID. The following syntax can be used to print the message by adding the string to the key "message": print(json.dumps({"message":"My custom message banner"}))
  3. From the menu on the top, click (View) icon.
    Clicking the Print message button triggers the script to display the custom message.