I hadn’t, but I took some time this morning…
As @dr_dan mentioned, it is opening MenuID EQMT2030.
The Event in Kinetic is actually targeting Erp.UI.JobEntry (which is correct).
Here’s menu maintenance:
Both Job Entry and Job Trackers use the Erp.UI.JobEntry application.
I THOUGHT, perhaps it was defaulting to the first menu alphabetically… but that doesn’t seem to be true either, as the first Tracker menu is CRMG1150.
Anyway… it doesn’t matter…
To Fix, in App Studio, create a new layer (if you don’t have one) and Copy the
OnClick_ContextMenu_JobEntry event.
The base event is calling the app-open… and targeting Erp.UI.JobEntry… which again, is technically correct. WHY its opening a tracker menu by default, I have no clue.
In your new “copied” event… change your trigger to:
Event
Override
OnClick_ContextMenu_JobEntry
(if you’re on an earlier version and don’t have the “override” option, we’ll have to explore other methods to pull this off)
Then in the app-open… instead of calling the APPLICATION… you can instead put in a specific menu ID. So I set mine to JCGO3001
Now, when I click the context menu, my event calls JCGO3001
… which is a true Job Entry menu, not a Job Tracker.