...
Code Block |
---|
- label: 'New Opportunity' type: 'form' key: 'createOpportunity' icon: 'briefcase' showInTableHeader: false showInDetailList: true options: forwardFields: [' - COMPANY_REFERENCE' ,' - COMPANY_NAME,SOURCEID'] - SOURCEID |
In this example, the form 'createOpportunity' can be opened via the button 'New Opportunity' inside the detail-view of an entry. The values COMPANY_REFERENCE
, COMPANY_REFERENCE
or SOURCEID
are passed into the form. The button has the icon 'briefcase'.
...