Skip to main content
Nintex Community Menu Bar
Solved

Show/Place an existing View on a Form using parameter value and rules

  • March 16, 2022
  • 2 replies
  • 23 views

Hello! I'm new to K2, so please help.
I need to perform folowing steps:
1.Double click on list View row (from Form1) >>
2.Transfer parameter to another Form2 >>
3. Place an existing View via some method on the Form2 according to the value of transfered parameter. 
I am aiming to avoid placing&hiding multiple Views on the Form2 and showing them in appropriate conditions.

Is there any standard K2 way to place a View on the Form using K2 rules, if that view already exists in the system?
Thanks in advance!
 

Best answer by ernie_hayter

Hi @juanraska,

 

Unfortunately you cannot dynamically "place" Views. You will need to have the necessary Views on your Form at design time, you can hide all the Views, and then using rules based on specific conditions show specific Views.

 

Regards,

Ernie

2 replies

ernie_hayter
Forum|alt.badge.img+6
  • Rookie
  • Answer
  • March 16, 2022

Hi @juanraska,

 

Unfortunately you cannot dynamically "place" Views. You will need to have the necessary Views on your Form at design time, you can hide all the Views, and then using rules based on specific conditions show specific Views.

 

Regards,

Ernie


  • Author
  • March 16, 2022
Hi, Ernie! Thank you! That is what I was afraid of.