Place the Dashboard on the Menu of the Full Epicor
Get the MENUID from the Menu Maintenance (EX: XAMN8055)
Get into the MES Developer. Go to the properties of the MES link and change -MES to -MESC
Launch MES
Right click > Customization
Find a location for the button. If there is a unused button there already, click on it and set VISIBLE to FALSE
GO to TOOL > TOOLBOX
Click on EpiButton
Create button where you hid the other at.
Change the NAME: epiBtUrDashbd
Change TEXT: UR Dashbd Name
GO to WIZARDS > EVENT WIZARD tab
Control Type Filter: EpiButton
Custom Control: epiBtUrDashbd
Available Control Events: CLICK
Then hit the arrow button next to CUSTOM CONTROL
Click on UPDATE SELECTED EVENT CODE
GO TO SCRIPT EDITOR
Find:
Private Sub epiBtUrDashbd_Click(ByVal sender As Object, ByVal args As System.EventArgs)
' ** Place Event Handling Code Here **
End Sub
Change to
Private Sub epiBtUrDashbd_Click(ByVal sender As Object, ByVal args As System.EventArgs)
' ** Place Event Handling Code Here **
ProcessCaller.LaunchForm(MESMenu,"XAMN8055")
End Sub
SAVE
RElaunch
Miguel A. Santillan
Compass Components, Inc.
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of melissa hietala
Sent: Thursday, August 09, 2012 10:05 AM
To: vantage@yahoogroups.com
Subject: [Vantage] 9.05.607A Add a dashboard to MES Screen?
I have some dashboards created and being used by Engineering that may be beneficial to senior machinists. Is there a way to add a dashboard to MES screens so I do not have to create another limited user for full Epicor 9?
I have looked through my tool guides but have not found anything helpful in this circumstance
Thank you,
Melissa Hietala
UMC, Inc.
melissah@...<mailto:melissah%40ultramc.com>
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
Get the MENUID from the Menu Maintenance (EX: XAMN8055)
Get into the MES Developer. Go to the properties of the MES link and change -MES to -MESC
Launch MES
Right click > Customization
Find a location for the button. If there is a unused button there already, click on it and set VISIBLE to FALSE
GO to TOOL > TOOLBOX
Click on EpiButton
Create button where you hid the other at.
Change the NAME: epiBtUrDashbd
Change TEXT: UR Dashbd Name
GO to WIZARDS > EVENT WIZARD tab
Control Type Filter: EpiButton
Custom Control: epiBtUrDashbd
Available Control Events: CLICK
Then hit the arrow button next to CUSTOM CONTROL
Click on UPDATE SELECTED EVENT CODE
GO TO SCRIPT EDITOR
Find:
Private Sub epiBtUrDashbd_Click(ByVal sender As Object, ByVal args As System.EventArgs)
' ** Place Event Handling Code Here **
End Sub
Change to
Private Sub epiBtUrDashbd_Click(ByVal sender As Object, ByVal args As System.EventArgs)
' ** Place Event Handling Code Here **
ProcessCaller.LaunchForm(MESMenu,"XAMN8055")
End Sub
SAVE
RElaunch
Miguel A. Santillan
Compass Components, Inc.
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of melissa hietala
Sent: Thursday, August 09, 2012 10:05 AM
To: vantage@yahoogroups.com
Subject: [Vantage] 9.05.607A Add a dashboard to MES Screen?
I have some dashboards created and being used by Engineering that may be beneficial to senior machinists. Is there a way to add a dashboard to MES screens so I do not have to create another limited user for full Epicor 9?
I have looked through my tool guides but have not found anything helpful in this circumstance
Thank you,
Melissa Hietala
UMC, Inc.
melissah@...<mailto:melissah%40ultramc.com>
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]