Skip to main content

CRMScript - Script triggered custom dialogue

Extend CRM script to push a dialog to the user Dialog type
  • Input box with OK/Cancel
    • Supports adding field types:
      • Label
      • Text
      • Number
      • List (UdList or adding items from code)
      • Checkbox
  • Supports setting title, body text and icon
To trigger a dialog you can link it to Before/AfterSave triggers in CRM with new method ed.showDialog(JSON string). Or the script will be able to catch the response and take actions based on the values. Read more about the Using dialogs in the triggers - CRMScript ShowDialog documentation. CRMScript - Script triggered custom dialogue -screenshot CRMScript - Script triggered custom dialogue with text input field -screenshot