Good afternoon,
I swore this used to be a thing where we could override an event and if the system was calling that event, it would use the custom event instead. Was that a fever dream?
What I am trying to do is in the middle of a chain of events, it causes a slideout to appear and load a new screen. I have a customization for this screen so when I open Inspections Results screen it functions the way I want, but on the slideout screens it doesn’t have the application studio layer. I have been able to get this to work by copying out every event that leads up to this one and then changing what event it is calling to call my custom events instead and follow that path down, but I swore there was a way I could interject between events and place my event in the middle.
TLDR; how do I get system events to call my event without having to copy every event leading up to the event I need to change?