Add Maintain Customers to Manage drop down on explorer view

SOLVED

I'm trying to add Maintain Customers to the Manage drop down menu on a custom explorer view but it just won't save from the UI.  We have plenty of other explorer views that do work.  Does anyone know what SQL table this link is saved in? 

Parents
  • 0

    When needing a quick answer to what tables are affected, I sometimes run the profiler.  I then make the change on the UI and then search the ObjectName field for tI_, tU_, tD_.  Those are the insert, update, and delete triggers.  While the tables affected can change depending upon what is happening, the basic tables will likely always show up.

Reply
  • 0

    When needing a quick answer to what tables are affected, I sometimes run the profiler.  I then make the change on the UI and then search the ObjectName field for tI_, tU_, tD_.  Those are the insert, update, and delete triggers.  While the tables affected can change depending upon what is happening, the basic tables will likely always show up.

Children