Which method is called?

whitekid85whitekid85 Member Posts: 12
edited 2008-10-27 in Dynamics AX
As soon as i point to a Sales Header, the SalesLines for that particular SO get highlighted.

But also, when i point to a different SO, different saleslines are highlighted.

What methods does Ax call for this to happen?

How can i arrive at the exact method by debugging myself?

Thanks
WhiteKid84
Thx n Regdz,

Comments

  • HarishHarish Member Posts: 172
    Hi,

    In case of sales orders (SalesTable form) - try setting breakpoint on 'active' method on 'SalesTable' datasource.

    I would suggest you read on forms in the developer hand book. Here you can find details like -
    * list of form data source methods
    * their appropriate usage etc.

    Hope this helps,
    Harish Mohanbabu
    Long way to go before I sleep..
Sign In or Register to comment.