Save Objects with a Codeunit

HennyHenny Member Posts: 9
Hello,

is it possible to save objects with a Codeunit. I need it, because I changed a field in a table from "Code" to "DateFormula" and i don't know which forms use this table. Also, I have to resave all Forms :(

Greetz

Henny

Comments

  • Marije_BrummelMarije_Brummel Member, Moderators Design Patterns Posts: 4,262
    Can't you just recompile all objects? I assume you did not change a field of standard navision, but a custom field. So you only need to check the customised objects.
  • HennyHenny Member Posts: 9
    Hi Mark,

    I tried it to compile all objects already, but it won't work :( When I use the filter for customised tables are there still 500 Tables :cry:

    greetz
    Henny
  • DenSterDenSter Member Posts: 8,307
    Load your database into a developer toolkit and do a where used on the field. That way you find out which forms use the field and you won't have to open all objects.
Sign In or Register to comment.