Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
You can use SQL syntax and Hash Variable to filter the records retrieved via the JDBC Datalist Database Binder. The following example only retrieve records where the "createdBy" username matches the login username:
SELECT * FROM app_fd_tableName where createdBy = '#currentUser.username#'
Do also read JDBC Form Binder.
How to perform data level isolation according to different users' login to see different data instead of menu permission isolation