Reset Modified flag on Object Table

GoMaDGoMaD Member Posts: 313
edited 2003-10-27 in Navision Attain
Is it possible to reset the Modified flag on the Object table witha a report or codeunit.

When I do this, and i do a
Object.mofify(false);
I get an error stating that I cannot modify the Object table.
Now, let's see what we can see.
...
Everybody on-line.
...
Looking good!

Comments

  • eromeineromein Member Posts: 589
    If you don't want to do it manually you MUST use a report or codeunit.

    The question should be, why do you get the error?

    Does you license allow you to change the object table?
    "Real programmers don't comment their code.
    If it was hard to write, it should be hard to understand."
  • GoMaDGoMaD Member Posts: 313
    Well, I do have a Designer Licence. So I don't see the point of it being a licence problem.
    Now, let's see what we can see.
    ...
    Everybody on-line.
    ...
    Looking good!
  • eromeineromein Member Posts: 589
    maybe in your database you have some objects that you can not change due to license limits.
    "Real programmers don't comment their code.
    If it was hard to write, it should be hard to understand."
  • PrebenRasmussenPrebenRasmussen Member Posts: 137
    The problem is your filter on object type, for sure. Check it please.

    There's a difference between Table and TableData!
Sign In or Register to comment.