Get Selected Form Name in BR

Kashinath
New Contributor II

Guys, there is a requirement where we have to use a single template for all the 5 forms in  a workflow and depending on which form the user selects the rows and columns should generate dynamically . Is there any way we can get the Selected Form name in a BR. 

Or 

Is there any other solution for this Problem?

 

 

Thanks a Lot.

1 ACCEPTED SOLUTION

ChristianW
Valued Contributor

Hi Kashinath

You can embed the cubeview in a dashboard and use the dashboard in the form template. Then you can pass the parameters using the Literal Parameter Value.

ChristianW_0-1694602538837.png

You need to add supplied parameter components to the dashboard to avoid prompts.

The end users won't see a difference.

Cheers

Christian

View solution in original post

2 REPLIES 2

ChristianW
Valued Contributor

Hi Kashinath

You can embed the cubeview in a dashboard and use the dashboard in the form template. Then you can pass the parameters using the Literal Parameter Value.

ChristianW_0-1694602538837.png

You need to add supplied parameter components to the dashboard to avoid prompts.

The end users won't see a difference.

Cheers

Christian

Thanks Christian .Let me try it