In whitch forms appears a table field?

albert_1982albert_1982 Member Posts: 33
We have a customization in a table, with one field added.

I need to know in which forms this field appear.

Do you know if there is some utilities to make this search? Thanks

Comments

  • SavatageSavatage Member Posts: 7,142
    How about the Developer's toolkit - Might be one available in the download section
  • garakgarak Member Posts: 3,263
    if you not have a DevTool you can delete the field in your testdatabase, store the table and complie than all objects. now you find also where the field is used ;-)
    Do you make it right, it works too!
  • SavatageSavatage Member Posts: 7,142
    never thought of that. - Niiiiice! =D>
  • ara3nara3n Member Posts: 9,256
    I would add to compile only the modified objects. A lot of std nav objects use COM components and you want to ignore those.
    You can also rename the field to something Unique.

    Export the objects as text and search for the unique text.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • albert_1982albert_1982 Member Posts: 33
    Thank you ara3n, savatage and garak. I will try it now.
  • garakgarak Member Posts: 3,263
    thats also possible ara3n.

    Knows sombody following: find the DevTool also FieldRefs (Never tested) :?:
    Do you make it right, it works too!
  • kinekine Member Posts: 12,562
    garak wrote:
    thats also possible ara3n.

    Knows sombody following: find the DevTool also FieldRefs (Never tested) :?:

    I think no, because there is no way how to detect that. Because you can open table through variable with the table ID etc. and this cannot be detected...
    Kamil Sacek
    MVP - Dynamics NAV
    My BLOG
    NAVERTICA a.s.
  • garakgarak Member Posts: 3,263
    mhm, i've also the assumption
    Do you make it right, it works too!
Sign In or Register to comment.