Table of Contents |
---|
...
Introduction
This plugin is designed to enhance Joget DX 8 functionality. Known as the JDBC Validator, it empowers users to conduct validations through custom SQL queries. With this capability, users can ensure the accuracy and consistency of their data within the Joget DX 8 platform.
...
Plugin Usage
When crafting the SQL query, users have access to dynamic parameters to retrieve form field values. Two primary symbols are available for this purpose: the question mark '?' and curly braces '{fieldId}'. These symbols serve distinct functions in data retrieval.
...
Info | |||||
---|---|---|---|---|---|
| |||||
|
Info | ||
---|---|---|
| ||
The combination of these conditions ensures that the JDBC Validator checks for duplicate budget entries with the same year and name, excluding the current budget entry being edited (identified by its 'id') from the validation process. |
...
- Read more at https://github.com/jogetoss/jdbc-validator
- Download the plugin from https://github.com/jogetoss/jdbc-validator/releases/tag/7.0.1
- Download the sample app here