I would like to display or hide some fields of my model's entities depending on the user logged in into the Web UI.
I've been able to set visibility rules on fields based on their value/value of another field but don't know how to bring the currently logged user into the equation.
Despite the documentation stating :
"To define whether to hide/show the selected attribute from a data record in
Talend MDM Web User Interface
for a specific role."
[font=noto, Helvetica, Arial, sans-serif]
I couldn't find any further mention of this functionality [/font]
Any help/tip/idea would be greatly appreciated !
Thanks !
PoG
Yes this covers some of my needs (hiding fileds all the time for all users with a sprecific role) but I have some more complex cases.
For example I need fields to show all the time to one precise role but only when the date contained in one of the fields is in the past to the other roles
Can I get the user's role into the visible rule to create those more complex conditions ?