Apply the changes made to the row on the editable list is taking too much time.

  • 7 October 2020
  • 3 replies
  • 42 views

Hi,

 

I have an editable list view with lots of fields (60 fields);

some of the fields are data labels (with expressions) which i do not need to update; I cannot seem to remove them from Add/Edit row.

The ‘Apply the changes made to the row on the editable list is taking too much time. Is there a way to optimise the performance.

 

I tried using various execution types, but it is not helping me.

 

Thanks,


3 replies

Hi @mansree2001 

 

Kindly Have a look at the following documentation:

Performance Considerations - SmartForms

https://help.k2.com/kb001859

 

You can also try using different browsers

 

I hope this helps!

 

Regards

HulisaniN

Thanks very helpful.

Is there any way to run the scrips for a button click at server side?

 

i.e: when a button is clicked, depending on some values, i need to disable/enable/hide/show/populate fields,view etc.

Hi

 

You may go through this following links:

 

Calling Powershell script from workflow

https://community.k2.com/k2-blackpearl-forum-posts-95/calling-powershell-script-from-workflow-84914

PowerShell Service Object

https://community.k2.com/k2-five-blackpearl-110/powershell-service-object-1025

PowerShell Wizard

https://community.k2.com/k2-five-blackpearl-110/powershell-wizard-981

How to call jQuery or JavaScript code in a K2 SmartForm

https://www.velocity-it.com/how-to-call-jquery-or-javascript-code-in-a-k2-smartform/

 

You can also use k2 Rules to disable/enable/hide/show some of the controls and views on the form.

 

Please let me know if any of those links solves the issue.

 

Regards

HulisaniN

Reply