Tracing Kinetic Context Menu on Browser

How do I trace what context menu is getting opened in the browser? I opened the Order Tracker, navigated to an order, and opened devtools with F12. I cleared the log, and then right clicked on the shipment and opened with shipment tracker.

The log didn’t show any activity…

In classic, we’d turn on dev tools, right click open with on the shipment, and it’d say it’s opening menu SRGO1020…

image

1 Like

It’s in the URL of the new browser window that opened to Customer Shipment Tracker.

image

1 Like

If you trace the network calls you can see that Epicor calls this to build the list and ther you can see the ID

Its a little easier (IMO) using this extension cause its only for the Epicor calls so you remove the clutter.

But basically the Context Menu is built (once) the VERY first time you right click on the element

2 Likes