Update List view Column using Javascript

  • 4 May 2020
  • 1 reply
  • 24 views

Badge +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

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


 


 


 

Reply