Hi, I am facing issue with the below senario. If someone can help me out with what is the best possible approach
I have hierarchy with lists from L1 to L6 levels
and a flat list D with list items from D1 to D5
Current setup: There are several hundreds of modules with combination of flat list D with one of the hierarchy list(L1 to L6)
Requirement: We need to have a capability to increase of decrease the flat list item(1 to 20)
If we increase from D5 to D6 the model size increases by 20% which is not feasible
Our approach: We tried to create parallel hierarchy at each level combining flat list and hierarchy list
for example:combining the codes of L2 & D and creating new list as child of L2
We are doing this at all the levels which requires a lot of change and effort at lineitem,modules,actions,saved views actions & dashboards. Could you please suggest if we have a better approach?