Show additional column in a LIST1 transaction pattern (a column not part of a parent table) [message #5437] |
Thu, 17 March 2016 07:33 |
jjtoranzo2004
Messages: 261 Registered: September 2012
|
Senior Member |
|
|
Tony I have the following problem. I want to show an additional column in a LIST1 transaction pattern that does not belong to the main table or any of its parent tables. The column is part of a "grandparent" table.
In order to retrieve the data from the database I followed these steps:
1 - Amend the component script to change the proper $sql_ variables. The $sql_select and the $sql_from variables.
2 - I edited the class file and changed the _cm_changeConfig function to add additional entries to the $fieldarray array.
3 - Change the screen file to include the fields and set their width.
The problem is that the title of the column is shown but not the corresponding data.
Can you point me in the right direction? I am sure I am forgetting something obvious.
|
|
|