How to trace class method is called.

Hi,

I have a class like “SalesOrder” in that three methods are created,then how to find where this method is called.tried by right clicking class “crossreference” but cant get where this method is called.

Regards,

Hhave you updated the cross references before viewing them?
msdn.microsoft.com/…/aa877386.aspx

Hi,
I have checked this button and Updated by right clicking the button,but cant see the class method where it is called.

It seems the xRef’s are not properly updated. Execute the below line of code in a job.
xRefUpdateIL::updateAllXref(true, false, false);
This will create a batch job to update all the xRef’s. Try again after completing this batch job.