...
Widget Connector | ||
---|---|---|
|
Script details
...
The options for the Continent custom field were taken from the database as well. The
...
following scripts are used in this example
...
:
Code Block | ||
---|---|---|
| ||
string[] continents = sql("myDB", "select distinct continent from countries"); return continents; |
...