数据权限隔离

Confluence User - 15 Jun, 2022

How to perform data level isolation according to different users' login to see different data instead of menu permission isolation

datalists

1


16 Jun, 2022
confluenceUser
1
confluenceUser

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.


RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print