How to Set Context Menu to open Method Tracker with Custom Layer

I discovered today that Method Tracker is not a Context Menu option that you can maintain through Context Menu Maintenance, so if you have a custom layer on your Method Tracker, right-clicking is not opening with your customized Method Tracker.

To fix this, you have to create custom events to override the base events in each of the applications where there is the option to right-click & open with Method Tracker.

Here are all of the applications where I could find that this exists and the events that you will need to copy and setup to open your customized Method Tracker (please edit this wiki to add other ones that exist):

Application Base Event to Copy/Modify
Erp.UI.JobEntry Context_MethodTracker
Erp.UI.PartEntry Context_PartRev_RevisionNum
Erp.UI.SalesOrderEntry Context_MethodTracker
Erp.UI.QuoteEntry Context_MethodTracker

How to modify event to open customized Method Tracker:

  1. Open application in Application Studio with a custom layer (create one, if needed)
  2. Search for the base event to modify (use browser debugging to determine which event to use, if not listed in table above; please edit wiki to add missing ones)
  3. Right-click on that event in the tree
  4. Select Copy
  5. Click on the trigger and in Properties…
  6. Set Type to “Event”
  7. Set Hook to “Override”
  8. Set Target to the base event that was copied

  1. Click on the “app-open” widget
  2. In Properties, go to Parameters and enter a Method Tracker custom layer by name in the Layer field

  1. Save layer, preview, and commit/publish when satisified
4 Likes