I want to apply a customization layer to the “StartProductionActivityEntry” object properties associated wtih the action of clicking the “Start Production” button in Office MES.
Unfortunately, the parameters in the properties for the button are locked, and I’m not sure how to override it. I need the button to open my customized version of the modal application, not the base version.
Hey @Justin_Grant you will first need to make a copy of the MESControl.StartActivityProduction event by right clicking on the base event in the list of events and choosing copy.
The btnStartProd_OnClick was a brand new event in addition to the copied event.
The control start object target needs to be set to the same “Start Production” action. (this is what hooks the button control to the copied event)
The event-next object is found in the toolbox and added to this event, and then the Event ID is set to the name of your copied event in the very first step.