Need to link a grid to itself, creating a recursvive view on a parent-Child datastrucure.
Any idea ?
If you cannot create a link to the same application then the only logical thing is to replicate the app under another name and link to that…
Thanks. So A is a grid. B is a copy of A. A calls B. B calls A. A calls B and on and on.
It may work. I dont understand why SC does not allow to link a grid to itself and force me to circumvent this limit with such a workaround.
Because it’s easy to create an infinite loop. The most easy way is to use a control and a html field. In the onrecord event you build up your own html to present the treedata.