Clear Multi Select control Data on form load


Badge +6

Hi K2 Community,

 

I have one multi select control with smart object as a data source. And values in this control are filter on based of a DD control. 

When I load my SF, the values in multi selct control are populated and values filter on change of DD value. Is there any way that Multi selct control values clear at form load. 

12099i5581F6C0C75B2119.png

 

Is there any way to clear the multi select control value on form load/initialize and display on database DD change


2 replies

Userlevel 3
Badge +8

Dear ,

 

If i understood u right , then yes , u can do that 

on multi select control when u specifiy a data source , it will auto generate a rule on ur view initialize event ,

 

17198iFC8CAFDB490E3A3B.png

 

Disable this rule , 

Then add a new event , 

When a control on the view raises an event (When DDL is changed) , then execute the following

And here u re add the "Then populate multi-select list control with data"

 

In this way , ur multi select will populate data only when ur specified DDL is changed/Set

 

Hope it helps!

Regards.

Badge +6

Perfect Ahmad, thank You

 

Thats what I needed for my solution to work.

 

Regards,

Ram

Reply