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
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.