Want to display two section layout alternately either in one or two applyComponent() .

I have a requirement like i have two rules one is returning section layout and other one is graph. So want to display section grid and graph ons ame column alternate.

 

For that i have an array of data which i am passing respective rule . In both rule same parameter is passing. Can we develop code to achieve this ?

 

It is like two rule  need to call with same parameter and display on one formLayout.

 

Issue is i cant't call two rule ins ame applyComponent() . If i call one section layout(Rule 1 sail code) from other section layout (Rule 2 sail code), then also i am getting error .

As of now i have written code where one rule is called completely and then other rule called under applyComponent().

 

Can't share code.

  Discussion posts and replies are publicly visible