Hello,
I am going to explain my case:
When i open the form /SalesQuotationProjTable/, there is the quotation colum where each QuotationId has it's blue link. When i click, it change the form, so there is some code going on.
Now, I don't find how to proper follow the code. Let me explain:
- In the form code i don't see any jumpref related to the edt, so my guess is that is hyperlink is related with the related table / formref.
- My next steps were going to the edt (QuotationIdBase) and looking the related table (SalesQuotationTable).
- In the related table (SalesQuotationTable), the FormRef is SalesQuotationJumpRef (display that points to the class also called SalesQuotationJumpRef)
Well, breakpoints in this class (SalesQuotationJumpRef) doesn't work. Also, I extended the class to show some info messages without success.
What i am doing wrong?
Thanks,
Eisenberk.