MenuSuite Item Not Appearing

matttraxmatttrax Member Posts: 2,309
Maybe I'm not searching for this right, as I'm sure other people have encountered it, but I cannot figure it out.

I have a Form object that appears to users with SUPER permission, but not users with Form 0 permission.

I temporarily gave a user Object Designer access and he was able to run the Form in question from there, so he did have permissions for it. If I write a wrapper Codeunit object that simply does a FORM.RUN and place it in the Menusuite he can see it and run it with no problems.

So very confused.

Comments

  • KarenhKarenh Member Posts: 209
    Give the user permission to read the table that is used by the form.
  • AndwianAndwian Member Posts: 627
    I do not know if we restrict the user by not giving the Form 0 permission will restrict user to see & run the form.
    I never use the permission on the Form level, but in the TableData level.
    Regards,
    Andwian
Sign In or Register to comment.