Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Form Data Hash variables only accept primary key though. You could use Datalist Hash Variable instead, it has filters.
Hash Variable - Knowledge Base for DX 7 - Joget | COMMUNITY
or
do something like
Add Extra Attributes and Signature to User Profile - Knowledge Base for DX 7 - Joget | COMMUNITY
add a selectbox (field id: class) looking up your classes table in your user profile (form id:user_profile). Then use Form Binder Hash VariableHash Variable - Knowledge Base for DX 7 - Joget | COMMUNITY
#binder.options.classes.name[{form.user_profile.class[{currentUser.username}]}]#
If I have the below table of name app_fd_classes and using #currentUser.groups.id# to check the logged-in user group (suppose each user must be in one group)
Can I have a hash variable that retrieves the class name of the currently logged-in user
Ex: If the logged-in user is in group 'G-001' then I want a hash variable to retrieve 'class four'
something like: #form.classes.ClassName[GroupId={currentUser.groups.id}]#
thanks in advance
have you figured this out? i have the same issue.
there's actually a new hash variable in jogetoss...might be what you're looking for GitHub - jogetoss/column-search-hash-variable