Access List

titantek
titantek Member Posts: 50
What steps must be taken to obtain a system generated list of users with access to the Fixed Asset module in 3.7? Thanks in advance for your assistance with this.

TT

Answers

  • Waldo
    Waldo Member Posts: 3,412
    May be I don't exactly get your question, but in fact all users can access the fixed asset module in 3.7 if it's in your license. This is obvious, so probably this is not your question.

    You probably want to have some query on the permissions.
    To do this, you could create a user-based report, that is going to check (for each user) the presence of the fixed asset permission. You should use the following tables for this:
    - "User" and/or "Windows Login"
    - "Member Of" and/or "Windows Access Control"(Which user has what role)
    - "Permission" (What role has what permissions)

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • titantek
    titantek Member Posts: 50
    you hit the nail on the head, thanks!
  • Waldo
    Waldo Member Posts: 3,412
    Ah ... OK :wink: No problem.
    Can you put [Solved] in the subject?
    thx!

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • titantek
    titantek Member Posts: 50
    thanks for the help