Hello,
I have created an info part for cases linked to sales orders. Base is the query:
SalesTable
|
--- CaseAssociation
|
--- CaseDetailBase
The info part shows the list of case ids associated to the sales order currently active. I've added the info part to the form SalesTableListPage. In principle it works, the case ids are listed correctly. However the case id is not clickable (as it is the sales id in the "Latest sales orders" info part). The context menu shown on right click on a case id doesn't contain the option "View details". I've compared my info part with the "Latest sales order" info part (i.e the info part, query, menu items). I haven't found any difference. The EDT of the case id is linked to the respective field in the table CaseDetailBase, similar to the EDT SalesId. I haven't any idea what to check/change now...
Regards
Patrick