Triggering off one branch of Event

So, I want to add an event after MESControl.StartActivityProductiononClick, but only off of the OK branch. Is the button click stored somewhere to key off of? Or is there another way to do it? I added a new event and just threw up a message and it appears if I click OK or Cancel.

I’m assuming you can’t just do

Is the issue that this is a native “system” event?

1 Like

Yes, this is a system event, so can’t change it unless someone knows of a way.

I wonder if I can somehow find the Slider Close and hijack that?

You were right. I just need to COPY the system event and then I can do whatever I want.

1 Like