can I add columns to the integer table?

coldeyes
coldeyes Member Posts: 5
hi all.
I'm just new here and also new in navision programming.
:wink:

Can I add columns to the Integer table?

thanks. :D

Comments

  • jhoek
    jhoek Member Posts: 216
    I don't think you can, and even if you could, I would advise against it because it may complexify future upgrades.

    Just out of curiosity: why would you want to add fields to the Integer table? :)
    Kind regards,

    Jan Hoek
    Product Developer
    Mprise Products B.V.
  • coldeyes
    coldeyes Member Posts: 5
    just wonderinf if it's possible. :D

    Thank you for posting a reply to my message. I appreciate it. :)
  • Waldo
    Waldo Member Posts: 3,412
    It is possible to add columns to system tables (User, Company, ...), but it's not possible to change something to virtual tables (date, integer) as they are generated at runtime...

    Eric Wauters
    MVP - Microsoft Dynamics NAV
    My blog
  • coldeyes
    coldeyes Member Posts: 5
    Thanks waldo for the information. :)

    I've read before that you can't change the definition of virtual tables.

    Again, thank you. :D