Hello,
i have a question and i hope someone can help me. i would like to make a panel visible only if the current user who is logged in is the same as the assigned user of the account. how can i do this. I Try ifThenElse(assignedUser.name==assignedUserName, controlfield=1, controlfield=null); in the entitymanager for accounts ...and then i make the panel visible if controlfield is 1... The controlfield is a boolfield. thank you
Best regards
i have a question and i hope someone can help me. i would like to make a panel visible only if the current user who is logged in is the same as the assigned user of the account. how can i do this. I Try ifThenElse(assignedUser.name==assignedUserName, controlfield=1, controlfield=null); in the entitymanager for accounts ...and then i make the panel visible if controlfield is 1... The controlfield is a boolfield. thank you
Best regards
Comment