Versions Compared

Key

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

...

Parameter

Description

Example

Connection 1

Custom connectors can be reached via this drop-down list.

Suppliers

JSON Path: label

This area determines the parameter which should be shown in the smartform drop-down list.

$[*].Name

JSON Path: value

This area determines the parameter which will be stored in the database.

$[*].Customer_Code

Info

The names of the suppliers will be shown in the dropdown list of the smartform, but the ID code of the supplier will be stored in the database when the user selects the supplier name.

$[*]

.

Customer_Code

Info

Syntax for JSON path starts with a $ sign. [*] means all rows should be included. The last part after . specifies the column name which the data will be derived.
Blank space should be avoided from the column names to reach the information via JSON.
Customer Code → Customer_Code