Adding a Field to the Item Table

midnight
midnight Member Posts: 74
I have to add a field to the Item card. Can I add this field to the table while people are using the system. Everithing went ok in the test environment, but I was the only one on.

Thanks

Comments

  • tinoruijs
    tinoruijs Member Posts: 1,226
    Best practice is to NOT do this on a live-database.
    In the classic client users will get an error "Another user has modified the record" and users will be kicked out of forms in which the table is used.
    So import objects when users are not logged on.

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • midnight
    midnight Member Posts: 74
    Thanks for the info. I'll wait till tonight to do the mod.