Hello
I was wondering if PHPRunner would help me to setup a system to work with one master table "ORDERS" (orderId,date, customer, status), one child table "ORDERDETAILS" (orderID,product,quantity) and "ORDERCOMMUNICATIONS" (orderId,from,to,message) to keep track of messages related to that particular order.
In the order list display, I'd like to have the two links, one to the details list and one to the communications list.
Is this feasible with minimal manual code modifications?
Thanks
Dani