Skip to main content
Nintex Community Menu Bar

Update List view Column using Javascript

  • May 4, 2020
  • 1 reply
  • 29 views

Forum|alt.badge.img+5

Hi,

I have requirement to display checkbox on the Editable list view. i am able to display the checkbox and also implment the Select all functionality. Since it is a editable list view, when the user clicks on edit row, the checkbox in the editable row should also be selected. Is it possible to update the listview column in javascript?

1 reply

  • June 4, 2020

Hello  @kathija 


 


Is it not possible to implement the following logic on the following rule event:


 


When  view executed [list item double click]


   Then edit the selected row on the editable list


 


The add the following action:


 


Transfer data as follows:


Regards,


Michelle