Select a specific Row in a list view?

  • 12 October 2018
  • 1 reply
  • 132 views

Userlevel 3
Badge +16

Hi,

 

Found this post: http://community.k2.com/t5/K2-Blackpearl-Forum-Posts/How-to-select-a-row-in-a-list-view/m-p/100261

 

Anyone know how you actually execute the code? The code starts with $, should there be some kind of Script wrapper around it and does anyone know exactly how to run it to pick row 2 for example?

 

Thanks


1 reply

Badge +6

I would follow these steps: http://community.k2.com/t5/K2-blackpearl-Articles/SmartForms-How-to-execute-JavaScript-via-rules/ta-p/90846

 

So yes I do believe that you need a script wrapper like in the link above.

 

Also another solution to achieve your goal could be the smartforms condition rule "For each item in a list view..". With this rule you can check the rows ID via the smartobject in the context browser. Let me know if you need more information about this rule.

Reply