I have a form which implements 3 level Parent->Child tables.
another words there are tables structured like this:
PARENT
CHILD
GRANDCHILD1
GRANDCHILD2
I need all records from all tables to be editable. When You look at the screenshoot you will see a master record (table: diseases), then below a child record (table: recipes , placed on Recipes TAB)
The Recipes record has its children: (table: ingredeints) and (table: components).
What I need to do is:
place an icon/button which will allow me to edit (upon clicking) Ingredients AND Components. This can be done on another screen/page or in a popup window.
By default SC doesn’t allow me to place anything in a grid/record line other than default buttons. I wonder what would be the best way to implement it ?
Unfortunately I’m not very god with PHP so perhaps I could use some SC macros or JS ? …
I would appreciate any suggestions or guidelines.
Arthur
PS>
here is a screenshoot showing table1, Table2(child of Table1), and Table3(child of table 2)
so I need buttons to edit at position 2, 3 and 4