Can the data of a Node contain the datasource that should be used to obtain its children ?
Consider a complicated heterogeneous environment.
Some level in a tree has
Item-1 type X
Item-2 type X
Item-3 type Y
Item-4 type Z
Item-5 type A
When a node on this level is expanded, the type will be used to select the data source
Case X: Use backend table V_NEW_X
Case Y: Use dynamic query constructed based on ui fields on page
Case Z: Use items the server scrapes from black box legacy webpage
Case A: Use static array in page
Thanks,
Richard
Consider a complicated heterogeneous environment.
Some level in a tree has
Item-1 type X
Item-2 type X
Item-3 type Y
Item-4 type Z
Item-5 type A
When a node on this level is expanded, the type will be used to select the data source
Case X: Use backend table V_NEW_X
Case Y: Use dynamic query constructed based on ui fields on page
Case Z: Use items the server scrapes from black box legacy webpage
Case A: Use static array in page
Thanks,
Richard