Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Allow opening forms directly from a given entry. The form can be opened with given data of the entry when the property forwardProperties forwardFields is configured.

Code Block
- label: 'New Opportunity'
  type: 'form'
  key: 'createOpportunity'
  icon: 'briefcase'
  showInTableHeader: false
  showInDetailList: true
  options:
    forwardFields:
      - COMPANY_REFERENCE
      - COMPANY_NAME
      - SOURCEID

...