Working with DTK (Developer's Toolkit)

EugeneEugene Member Posts: 309
i want to find all places were certain field X is modified
i go to the table's field in question and try to use "Where Used With..." on it, but i get lost what checkboxes should i check/uncheck to locate only the places where the field is modified (skipping all the places where it is only read)
If i check all options i get very very lengthy list of places to look at.

should i just check Assignments [Field] and [Record] ?

Comments

  • DenSterDenSter Member Posts: 8,307
    You should get all the places you can get that it is used and analyze each one of them, and still the where used option doesn't always get all of them. I know it's a lot of work for some fields, but it's the only way to make sure.
  • ara3nara3n Member Posts: 9,257
    if you want to know where just that field is modifed you don't need to look at Record assignment so you can uncheck that option.
    For example
    Salesline2 := salesline1;
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
Sign In or Register to comment.