Address ID table

marialorenamarialorena Member Posts: 62
One of our users has been creating and posting credit notes for already months and has not encountered any problem. It was only a normal transaction that was done when the message below appeared.

"You do not have permission to delete from the Address ID table"

Appreciate your help. Thanks.

Comments

  • kapamaroukapamarou Member Posts: 1,152
    Does your user have rights to delete from this table? From the security option in the tools menu check your user's Role and Permissions.
  • marialorenamarialorena Member Posts: 62
    Hi

    Thanks for the reply. We just want to know why it is only now that our user encounter this message when she can post all those CN for the previous months.

    The user has no means to alter the role and permission.

    Thanks again.
  • kapamaroukapamarou Member Posts: 1,152
    It could be many things.

    A modification to the system.
    A modification to a setup that causes additional code to run.
    Data in the table that didn't exist previously.

    You'll need to investigate the code that leads to the delete statement in order to identify why this happens now and didn't happen previously.
  • matttraxmatttrax Member Posts: 2,309
    kapamarou wrote:
    Data in the table that didn't exist previously.

    I've found that this is usually the case. When no data exists, in effect the system skips the line of code. There's nothing to delete so why bother to execute the permissions code and check anything. But then some data gets inserted by some process you didn't even know existed or someone accidentally checking or unchecking a box somewhere.
  • marialorenamarialorena Member Posts: 62
    Hi,

    Just would like to know the purpose of Address ID table.

    Thanks.
  • DuikmeesterDuikmeester Member Posts: 304
    There is no such table in Standard NAV. Are you using anykind of add-on?
Sign In or Register to comment.