Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi Noor Juaini Zakaria
If you are running Joget Workflow on MySQL, you can download and install this free Windows database management tool SQLyog Community to view the database, tables and columns generated by the Joget forms. See image below.
If you define the table name in the Joget form as "yourtablename", the full table name in database is app_fd_yourtablename.
If you define the field name in the Joget form as "firstName", the full column name in database is c_firstName. Exception is the primary key remains as "id".
thank you Andrew!
I want to use jdbc binder, but i don't know the name of column name setup in joget database to make the query. for example the organization column name and group name assigned in database. how i want to solve this?
can i view the database?
Hi Noor
You can try the User Options Binder for user selection.
the notes is too general..do you mind to share an example of implementing user options binder? thank you Andrew.
Hi!
I already setup 5 organizations in the apply leave system. I would like to set the approver dynamically according to the selected organization of the current user only. for example when cat (in joget org) login, the approver listed will be the HOD of joget. but when chriss (in icon org) login, the approver listed will be the HOD of icon.
How can i do it? what kind of binder is suitable?
thank you