find where used!!

suvidhasuvidha Member Posts: 117
Hi
i have a function A in a codeunit.
is there any way to find where all this Function A is called?
:roll:

Answers

  • garakgarak Member Posts: 3,263
    Use Nav. Developers toolkit or,
    delete the Function in your testdatabase and compile. Now you see in which objects the function is used (also other compile errors are showing)) ....

    Regards
    Do you make it right, it works too!
  • anuragatishanuragatish Member Posts: 48
    step 1) Export all objects out in text format.

    step 2) Create a new database in comparision toolkit and import all the text objects in here.

    step 3) In the object explorer pane open the imported object tree....zero down to the function desired . like objects - codeunit - function

    step 4) right click on the function and select option where used or where used with as per ur requirement.

    You can see all objects and places , codes where that fnuction is used or called from. :)
    Anurag atish
    Navision Technical Consultant
    Bangalore
    anurag.atish@yahoo.com
  • suvidhasuvidha Member Posts: 117
    Thank you :)
Sign In or Register to comment.