Hallo Expert,

How to add menu with submenu in the userview ?

Thank you...

  • No labels

1 Comment

  1. Hi there,

    (1) Can I have a single form (single table) to store all user information and let each user access only his/her data? Is it possible to do that with "Bean Shell Permission"

    To your question earlier, you will need to add a field with id as "id" and hardcode it with a key that is unique to the user, such as "#currentUser.id#".
    And to your second question, there's no support for multiple or second level of menu yet in Joget. You may however, use scripting or css to manipulate the end presentation. You may add in your own CSS or Javascript in "Settings" in your Userview Builder.

    (2) How to add menu with submenu in the userview ?

    Hope this helps.