MES - Adding Fulfillment Workbench to main menu

First time attempting to modify MES, is it relatively easy to add “Fulfillment Workbench” to the main menu of MES? I opened MES in customization mode and referenced an existing menu option for “Job Tracker” and I’m wondering how to get an EpiBinding value for “Fulfillment Workbench” to be available as a reference.

Found the forum post below, which is very helpful for starting the attempt:

If your just looking to add a button to open that menu,

Add a button, then use the even wizard to add in a click event. Then add this line with “CWorkW” replaced with the Menu ID found in menu maintenance. It looks like Fulfillment workbench is JCGO8988, but check on your system just in case.

ProcessCaller.LaunchForm(oTrans, “CWorkQ”);

image

@Banderson Thanks for the guidance. Looks like I was able to configure the setup correctly but MES does not allow access to Fulfillment Workbench?

image

image

MES has licensing restrictions.

1 Like

I was kind of afraid of that. Bummer…

MES allows these functions only (according to my documentation from 2007):
Epicor.Mfg.UI.DrawingsEntry
Epicor.Mfg.UI.BOLEntry
Epicor.Mfg.UI.CostAdjustmentEntry
Epicor.Mfg.UI.CountEntry
Epicor.Mfg.UI.CustShipEntry
Epicor.Mfg.UI.Dashboard
Epicor.Mfg.UI.InventoryQtyAdjEntry
Epicor.Mfg.UI.InvTransferEntry
Epicor.Mfg.UI.IssueAssemblyEntry
Epicor.Mfg.UI.IssueMaterialEntry
Epicor.Mfg.UI.IssueMiscEntry
Epicor.Mfg.UI.JobTracker
Epicor.Mfg.UI.KanbanReceiptsEntry
Epicor.Mfg.UI.LaborEntry
Epicor.Mfg.UI.MassIssuetoMfgEntry
Epicor.Mfg.UI.MiscShipEntry
Epicor.Mfg.UI.RcptToInvEntry
Epicor.Mfg.UI.RcptToJobEntry
Epicor.Mfg.UI.RcptToSalEntry
Epicor.Mfg.UI.ReceiptEntry
Epicor.Mfg.UI.ReturnAssemblyEntry
Epicor.Mfg.UI.ReturnMaterialEntry
Epicor.Mfg.UI.ReturnMiscEntry
Epicor.Mfg.UI.SerialNumberAssignmentEntry
Epicor.Mfg.UI.SubConShipEntry
Epicor.Mfg.UI.TimePhasEntry
Epicor.Mfg.UI.TransOrderShipEntry
Epicor.Mfg.UI.StartProductionActivityEntry
Epicor.Mfg.UI.StartSetupActivityEntry
Epicor.Mfg.UI.StartIndirectActivityEntry
Epicor.Mfg.UI.StartReworkActivityEntry
Epicor.Mfg.UI.SysMonitorEntry
Epicor.Mfg.UI.MaterialQueueEntry
Epicor.Mfg.UI.TransactionLogEntry
Epicor.Mfg.UI.MoveWIPEntry
Epicor.Mfg.UI.MoveMaterialEntry".ToUpper(),
Epicor.Mfg.UI.AdjustWIPEntry
Epicor.Mfg.UI.AdjustMaterialEntry
Epicor.Mfg.UI.NonConfEntry
Epicor.Mfg.UI.ReportQtyEntry
Epicor.Mfg.UI.GetRequestEntry
Epicor.Mfg.UI.MoveWIPRequestEntry
Epicor.Mfg.UI.MoveMtlRequestEntry
Epicor.Mfg.UI.MoveInvRequestEntry
Epicor.Mfg.UI.ReturnAssyMtlRequestEntry
Epicor.Mfg.UI.ReturnMiscRequestEntry
Epicor.Mfg.UI.ReturnSalvageRequestEntry
Epicor.Mfg.UI.TransOrderReceipt
Epicor.Mfg.UI.InspectionProcessingEntry
Epicor.Mfg.UI.ShopTracker
Epicor.Mfg.UI.AlertLogEntry
Epicor.Mfg.UI.PartTracker
Epicor.Mfg.UI.POTracker
Epicor.Mfg.UI.SalesOrderTracker
Epicor.Mfg.UI.SerialNumberTracker
Epicor.Mfg.UI.EndActivityEntry
Epicor.Mfg.UI.WorkQueueEntry
Epicor.Mfg.UI.LotTracker
Epicor.Mfg.UI.CustomReport
Epicor.Mfg.UI.OverridesEntry
Epicor.Mfg.UI.SelectSerialNumbersEntry
Epicor.Mfg.UI.CustShipTracker
Epicor.Mfg.UI.JobAddlInfoView
Epicor.Mfg.UI.LotNumberEntry
Epicor.Mfg.UI.WareHseEntry
Epicor.Mfg.UI.NamedSearchEntry
Epicor.Mfg.UI.MemoEntry
Epicor.Mfg.UI.ProjectTracker

REPORTS:
Epicor.Mfg.UIRpt.CutLists
Epicor.Mfg.UIRpt.EmpEfficiency
Epicor.Mfg.UIRpt.InventoryUsage
Epicor.Mfg.UIRpt.JobPickListReport
Epicor.Mfg.UIRpt.JobProdDtl
Epicor.Mfg.UIRpt.JobStatusReport
Epicor.Mfg.UIRpt.JobTrav
Epicor.Mfg.UIRpt.LaborEdit
Epicor.Mfg.UIRpt.MaterialTranDetail
Epicor.Mfg.UIRpt.PartLotWhereUsedReport
Epicor.Mfg.UIRpt.PriorityDispatch
Epicor.Mfg.UIRpt.SchedShipments
Epicor.Mfg.UIRpt.ScheduleImpact
Epicor.Mfg.UIRpt.ShopLoadReport
Epicor.Mfg.UIRpt.SOPickListReport
Epicor.Mfg.UIRpt.StockStatusReport
Epicor.Mfg.UIRpt.SubcontractStatReport
Epicor.Mfg.UIRpt.TimePhaseMatReqmt
Epicor.Mfg.UIRpt.WIP
Epicor.Mfg.UIRpt.WrkCntrEff

2 Likes