How to find out objects which only insert and modify records in table xyz?

Hello,

i know the Navision Developer’s Toolkit. But how can if find only the object which inserts or modifs table xyz?

Thanks in advance

Jürgen

you can’t.

So you mean i have to check every object that the Developer Toolkit has found?

In the Developers Toolkit, Object Administrator (the main menu)

  • right-click the table in question
  • select “Where Used With…”
  • select commandbutton Reset/“Clear All”, then Yes
  • checkmark in relevant Object Types
  • checkmark in “Search C/AL Code”
  • In Object Command Filter write “MODIFY”
    …press OK

Is that the solution?

Yes, you are rigth I forgot command filter… Sorry

YES [Y] - GREAT answer [:D]

Now i can perform my analysis faster

Thanks a lot