...
- Datasource: Using custom datasource or Joget default datasource
- Custom JDBC Driver: The JDBC driver for custom datasource
- Custom JDBC URL: The JDBC connection URL for custom datasource
- Custom JDBC Username: The username for custom datasource
- Custom JDBC Password: The password for custom datasource
- SQL Query: The query to populate form data.
The query should also support a syntax to inject the primary key (For Form/Section) or foreign key (For Grid element)
Example:
- SELECT * from app_fd_sample where id = ?
...