Hi,
I have 3 tables Header, Line, Comment, which needs to be related to each other. Lines are linked to header on a field called "No.", and comments are linked to Lines on "No." and "Line No."
So, I can show a List of Header records, with a ListPart of Line records showing the lines ofr the currently highlighted Header record.
So far, so good, now for the problem:
I would to show the comment line records related to the highlighted Line record, and show this in the same page.
I have tried making a List Page for the header, and a ListPart for the lines, and the comment lines.
I cannot have a listpart inside a listpart, so that wont work.
I can have two listparts in the list page, but I cannot relate to anything but the header table. What I really need to do is link the second listpart to the first listpart.
Any ideas on how to achieve this, if it is at all possible ?
0
Comments
I think this feature is intended to be used with factBoxes and not for the layout you want to achieve, but it is working fine in my test system.
http://www.sist.biz/en/ [en] | http://www.sist.biz [de]
I am not sure I understand what you are saying correctly.
In the SubPageLink options you can only have constant values, as far as I know. Please correct me if I am wrong.
http://www.sist.biz/en/ [en] | http://www.sist.biz [de]
Once I understood that the provider id needs to be the ID of the control, everything clicked into place.
Thank you for your help!