Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Reload specific value in list view on celledit via client script

Jeff Krueger1
Tera Expert

I am trying to get the total column to show the new value after a cell edit in list view on time cards.   I'm able to do this with a reload on celledit of the entire page, but if there's a way to script just the reload of the total field itself, this would be much better.   Does anyone know of a way to do this?

7 REPLIES 7

That works great, and is a good solution for us until there is a dynamic way to update the list.   The problem I am running into is that the new UI Action is replacing the new button on the Time Card list.   From what I can tell it doesn't like two sysverb_new buttons on the same page and is overwriting the default new button.   I see in your screenshot you have both buttons on the list.   How did you do that?



timecard.PNG



uiaction.PNG


All the buttons in my screenshot have sysverb_new as the action name, are you using the UI Action for new from the global table?   Try putting them directly against your time card table, that's how I have mine:


find_real_file.png



Hope that works for you too!


That did it!   Thanks Jeff