DTK Q - how to find table.INSERT

EugeneEugene Member Posts: 309
Developer's Toolkit question - is there a way to search for a given table INSERT function calls in the code ?

The problem is i had to right some code in table's OnInsert trigger and now i need to check if there are any INSERT(FALSE) calls in the code and need to convert them to INSERT(TRUE)

Comments

  • tinoruijstinoruijs Member Posts: 1,226
    You can use "Where Used With" (right mouse click on table) and fill INSERT in field "Object command filter".

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • EugeneEugene Member Posts: 309
    so it is Object Command Filter :)
    Thanx alot
  • afarrafarr Member Posts: 287
    Thanks tinoruijs! I needed the answer to that question.
    Alastair Farrugia
Sign In or Register to comment.