Converting classic to Kinetic dashboard reset button

I’ve converted a classic dashboard to kinetic. I have everything working but the reset button, I click it and nothing happens. I’ve looked at How To: Kinetic Dashboard Uplifts - Experts’ Corner - Epicor User Help Forum but I can’t get it to reset the fields.


What fields?

And your pictures have relevant parts cut off.

More deets!!!

Details Payattention GIF by Tonya Kubo

More deets what other deets did you want to see?


Are—
Are you setting the year to four letter o’s? :eyes:

no four zero’s. I tried YYYY and it yelled at me.

Okay, because I’m fairly certain your screenshot is showing oooo not 0000.

You might want to try the Value field…

The expression field should work just fine too.

If that’s an int field, just try one zero.

And what’s in that event before the Row-Update?

I made a new event from the original search event one.

I did have alpha o’s, ughhhhhh good catch, instead of numbers but it’s still not blanking them out. I tried with four zeros and one neither work.

Some debugging steps to try:

  1. Create a button and have the onClick call kcc_InitFields. Watch what happens in Dev Tools when you click it. Any errors or issues? Is it setting your field? If it sets it fine, it could be a timing thing with the onLoad event and you’ll have to source a new one.
  2. Take out that event-next and leave just the row-update to see if it works. If so, then that event is causing issues.

If I wire up a button and call the kcc_InitFields it resets the grid and the input fields. I’ll take that. thank you hmwillett and klincecum for your help.