Issue with Setting Checkbox to True on Form Load in Epicor Kinetic Dashboard Customization

Hello everyone,

I’m working on a customization for a dashboard in Epicor Kinetic and facing a challenge with setting a checkbox to true on form load. I’ve tried creating an event on the form load, as well as experimenting with other events that could trigger during the form load process. However, none of these approaches seem to work to automatically check the checkbox when the form loads.

Any guidance or examples would be greatly appreciated.

Thanks in advance!

EDIT : I removed the tracker slider on form load because the client wants to use the tracker on screen, as shown below

Hi Amit,

Can you try this by creating a new event, Give a row update after the form load even.

image

image

Yes, I tried this, but it didn’t work for me.

Can you share more details like the epi-binding and the row-update parameter values… Because I tried this just now in the ABCcode and it worked for me

This issue might be causing due to using a CallContext field. Could you try replcing it with a TransView instead?
If you need to update the CallContext field, you can do so later, such as during a button click or the next event, by transferring the TransView value to the specific CallContext field.

3 Likes