About this article
This article will explain how to configure a Data Connector Form field from the Dynamics Designer to reference an External Data Source.
Sections in this article:
- What is a Data Connector Form field?
- Configuring templates with External Data Source references
- Data Connector form field examples
Prerequisite
|
What is a Data Connector Form field?
A Data Connector form field is a type of form field that allows you to reference external data source values and inject these in the document.
Configuring templates with External Data Source references
- Open up Dynamics Designer
- Go to the
Forms
tab - Add a Form field
- Choose
Data Connector
(only enabled and configured Data Connectors will show) - Choose from the list of available External Data Sources
-
Select options for required fields:
- Name
- Label
- Datasource
- Label column
- Click
Save
- Go to
Element
tab to create the Form binding referencing this form field. - Create a Form binding
Share value
Share value is supported for Data Connector form fields. Utilizing the "Share value" checkbox in the form field will allow you to avoid having the same form field showing up twice for the end-user.
Data Connector form field examples
Example 1
Direct link to external data sources using the data connector form field, binding syntax:
{{Form.FormFieldName.ExternalDataSource.Column}}
Example 2
Indirect link to external data sources using the data connector form field, binding syntax:
{{Form.FormFieldName.ExternalReferenceFieldName.ExternalDataSource.Column}}
Comments
0 comments
Article is closed for comments.