Solved

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

  • 16 March 2022
  • 2 replies
  • 7 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!
 

icon

Best answer by ernie_hayter 16 March 2022, 15:38

View original

2 replies

Userlevel 2
Badge +6

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

Hi, Ernie! Thank you! That is what I was afraid of.

Reply