Toolbar Button
Toolbar Button Attributes
  • Button Name: User friendly name of this button;
  • Display Text: Button's display text;
  • Command Script: JavaScript function to handle click event. To retrieve internal data, use the following strings in your script:
    {recId}    : Data record ID;
    {parentId} : Data record's Parant ID;
    {formId}   : Base form ID;
    
  • Image URL: Button's image;
  • Toolbar Tip: Button's tooltip.