Options

What codeunit gives copy/paste permission

paulynpaulyn Member Posts: 2
I have a user who enters new employees, and when she enters the employee she wants to be able to copy the Employee Payroll Controls from an existing employee to the new one, but is not able to. She does not receive a permissions error, Navision just flakes out and locks up. I have narrowed it down to a Codeunit. By giving her Codeunit 0 she can do it, but I want to narrow it down to a specific permission. Does any have any ideas?

Comments

  • Options
    krikikriki Member, Moderator Posts: 9,090
    Use the development license.
    Use Tools=>Debugger=>Code Coverage to log all executed code, run the procedure and after that check the Code Coverage log to find which codunits have been run.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.