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,
0
Comments
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,
Long way to go before I sleep..