Where is the On Load event in the Kinetic configurator designer?

Hello. I’m migrating a Product Configurator from Classic UX to Kinetic UX.
I’m not able to find the Configurator OnLoad event in the new Application Studio.

I have important code that runs in the On Load event, but I can’t find that event in Kinetic. Does it no longer exist? Has it been renamed? Or do I need to move my logic to another event?

My main goal is having that code executed by the StartPcValueConfiguration method in a data directive.

I also noticed that the logic I have in the OnLoad event stills running after the migration, so the code must be somewhere…

I think there is an event that is just called “window”… which uses the Window > OnLoad trigger.

So, you could try to create and event that has a trigger of Event > After > window and put your actions in there.

4 Likes