E9 Actions Menu

Is there a list of setToolImage values? For example, I'm trying to figure out how to get the same 3D printer image as what's in this list for Print Form. "Print" is a 2D printer. I'd like to see a full list of them if there is one available.

Thanks!

--- In vantage@yahoogroups.com, "Brian Roberts" <broberts@...> wrote:
>
> Sample code below (C# Epicor 9.05). This sample is a customization on
> part tracker, adding a direct call to the method tracker form.
>
> Brian.
>
>
>
> Call this function from Form Load:
>
> private void addMethodTrackerButton()
>
> {
>
> // add Method Tracker to actions menu
>
>
> Infragistics.Win.UltraWinToolbars.PopupMenuTool menu =
> (Infragistics.Win.UltraWinToolbars.PopupMenuTool)
> baseToolbarsManager.Tools["ActionsMenu"];
>
> if (menu == null)
>
> return;
>
>
> Infragistics.Win.UltraWinToolbars.ButtonTool tool = new
> Infragistics.Win.UltraWinToolbars.ButtonTool("MethodTracker");
>
> tool.SharedProps.Caption = "Method
> Tracker";
>
> PartTrackerForm.setToolImage(tool,
> "MenuTracker");
>
> if (!
> baseToolbarsManager.Tools.Exists("MethodTracker"))
>
>
> baseToolbarsManager.Tools.Add(tool);
>
> if (!
> menu.Tools.Exists("MethodTracker"))
>
> menu.Tools.Add(tool);
>
> return;
>
> }
>
>
>
> And here's the handler for ToolClick:
>
> private void baseToolbarsManager_ToolClick(object
> sender, Infragistics.Win.UltraWinToolbars.ToolClickEventArgs args)
>
> {
>
> switch (args.Tool.Key) {
>
> case "MethodTracker":
>
> callMethodTracker();
>
> break;
>
> default:
>
> break;
>
> }
>
> }
>
>
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
> Of Naomi Davidson
> Sent: Tuesday, August 14, 2012 12:41 PM
> To: vantage@yahoogroups.com
> Subject: Re: [Vantage] E9 Actions Menu
>
>
>
>
>
> Is there an example of this anywhere?
>
> Thanks!
> Naomi
>
> ----- Original Message -----
>
> From: "Jose Gomez" <jose@... <mailto:jose%40josecgomez.com> >
>
> To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
> Sent: Tuesday, August 14, 2012 5:00:35 AM
> Subject: Re: [Vantage] E9 Actions Menu
>
> You are trying to add an option to the actions menu? That needs to be
> done
> in code as a customization.
>
> *Jose C Gomez*
> *Software Engineer*
> *
> *
> *
> *T: 904.469.1524 mobile
> E: jose@... <mailto:jose%40josecgomez.com>
> http://www.josecgomez.com
> <http://www.linkedin.com/in/josecgomez> <
> http://www.facebook.com/josegomez>
> <http://www.google.com/profiles/jose.gomez> <
> http://www.twitter.com/joc85>
> <http://www.josecgomez.com/professional-resume/>
> <http://www.josecgomez.com/feed/>
> <http://www.usdoingstuff.com>
>
> *Quis custodiet ipsos custodes?*
>
> On Mon, Aug 13, 2012 at 9:46 PM, Naomi Davidson <
> ndavidson@... <mailto:ndavidson%40burkhartdental.com> >
> wrote:
>
> > **
> >
> >
> > Hello,
> >
> > We just upgraded to Epicor 9.05.700B. I am exploring how to add a
> process
> > to the Quote Entry Actions Menu and I'm having trouble figuring out
> how.
> > The only information that I've found is that this is done in Menu
> > Maintenance and Process Calling Maintenance. I have poked around in
> these
> > and can't seem to figure it out.
> >
> > Any help is much appreciated.
> >
> > Thanks!
> > Naomi
> >
> > --
> >
> > Naomi Davidson IT Business Analyst - SuperUser, Burkhart Dental Supply
>
> > local: 253.474.7761 | help desk: 800.828.2129 x8 | fax: 866.947.3185
> >
> > [Non-text portions of this message have been removed]
> >
> >
> >
>
> [Non-text portions of this message have been removed]
>
> ------------------------------------
>
> Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
> have already linked your email address to a yahoo id to enable access. )
>
> (1) To access the Files Section of our Yahoo!Group for Report Builder
> and Crystal Reports and other 'goodies', please goto:
> http://groups.yahoo.com/group/vantage/files/.
> <http://groups.yahoo.com/group/vantage/files/>
> (2) To search through old msg's goto:
> http://groups.yahoo.com/group/vantage/messages
> (3) To view links to Vendors that provide Vantage services goto:
> http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
>
> [Non-text portions of this message have been removed]
>
>
>
>
>
> [Non-text portions of this message have been removed]
>
Hello,

We just upgraded to Epicor 9.05.700B. I am exploring how to add a process to the Quote Entry Actions Menu and I'm having trouble figuring out how. The only information that I've found is that this is done in Menu Maintenance and Process Calling Maintenance. I have poked around in these and can't seem to figure it out.

Any help is much appreciated.

Thanks!
Naomi


--


Naomi Davidson IT Business Analyst - SuperUser, Burkhart Dental Supply
local: 253.474.7761 | help desk: 800.828.2129 x8 | fax: 866.947.3185


[Non-text portions of this message have been removed]
Hi Guys,

I just upgraded to 700c and have my salespeople complaining about quote
entry.

Previously (605) when you select a customer and a ship to address you
where able to change the ship to contact person.

It came up with the primary by default but would allow you to change
this to someone else in the contact list

Now in 700 you can't change or delete the primary contact, you can add a
secondary contact but this doesn't suit as the quote form uses the
contact details.

Has anyone else come across this problem?

regards,

Mark Howard
You are trying to add an option to the actions menu? That needs to be done
in code as a customization.

*Jose C Gomez*
*Software Engineer*
*
*
*
*T: 904.469.1524 mobile
E: jose@...
http://www.josecgomez.com
<http://www.linkedin.com/in/josecgomez> <http://www.facebook.com/josegomez>
<http://www.google.com/profiles/jose.gomez> <http://www.twitter.com/joc85>
<http://www.josecgomez.com/professional-resume/>
<http://www.josecgomez.com/feed/>
<http://www.usdoingstuff.com>

*Quis custodiet ipsos custodes?*



On Mon, Aug 13, 2012 at 9:46 PM, Naomi Davidson <
ndavidson@...> wrote:

> **
>
>
> Hello,
>
> We just upgraded to Epicor 9.05.700B. I am exploring how to add a process
> to the Quote Entry Actions Menu and I'm having trouble figuring out how.
> The only information that I've found is that this is done in Menu
> Maintenance and Process Calling Maintenance. I have poked around in these
> and can't seem to figure it out.
>
> Any help is much appreciated.
>
> Thanks!
> Naomi
>
> --
>
> Naomi Davidson IT Business Analyst - SuperUser, Burkhart Dental Supply
> local: 253.474.7761 | help desk: 800.828.2129 x8 | fax: 866.947.3185
>
> [Non-text portions of this message have been removed]
>
>
>


[Non-text portions of this message have been removed]
Is there an example of this anywhere?

Thanks!
Naomi


----- Original Message -----

From: "Jose Gomez" <jose@...>
To: vantage@yahoogroups.com
Sent: Tuesday, August 14, 2012 5:00:35 AM
Subject: Re: [Vantage] E9 Actions Menu

You are trying to add an option to the actions menu? That needs to be done
in code as a customization.

*Jose C Gomez*
*Software Engineer*
*
*
*
*T: 904.469.1524 mobile
E: jose@...
http://www.josecgomez.com
<http://www.linkedin.com/in/josecgomez> <http://www.facebook.com/josegomez>
<http://www.google.com/profiles/jose.gomez> <http://www.twitter.com/joc85>
<http://www.josecgomez.com/professional-resume/>
<http://www.josecgomez.com/feed/>
<http://www.usdoingstuff.com>

*Quis custodiet ipsos custodes?*



On Mon, Aug 13, 2012 at 9:46 PM, Naomi Davidson <
ndavidson@...> wrote:

> **
>
>
> Hello,
>
> We just upgraded to Epicor 9.05.700B. I am exploring how to add a process
> to the Quote Entry Actions Menu and I'm having trouble figuring out how.
> The only information that I've found is that this is done in Menu
> Maintenance and Process Calling Maintenance. I have poked around in these
> and can't seem to figure it out.
>
> Any help is much appreciated.
>
> Thanks!
> Naomi
>
> --
>
> Naomi Davidson IT Business Analyst - SuperUser, Burkhart Dental Supply
> local: 253.474.7761 | help desk: 800.828.2129 x8 | fax: 866.947.3185
>
> [Non-text portions of this message have been removed]
>
>
>


[Non-text portions of this message have been removed]



------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links






[Non-text portions of this message have been removed]
Sample code below (C# Epicor 9.05). This sample is a customization on
part tracker, adding a direct call to the method tracker form.

Brian.



Call this function from Form Load:

private void addMethodTrackerButton()

{

// add Method Tracker to actions menu


Infragistics.Win.UltraWinToolbars.PopupMenuTool menu =
(Infragistics.Win.UltraWinToolbars.PopupMenuTool)
baseToolbarsManager.Tools["ActionsMenu"];

if (menu == null)

return;


Infragistics.Win.UltraWinToolbars.ButtonTool tool = new
Infragistics.Win.UltraWinToolbars.ButtonTool("MethodTracker");

tool.SharedProps.Caption = "Method
Tracker";

PartTrackerForm.setToolImage(tool,
"MenuTracker");

if (!
baseToolbarsManager.Tools.Exists("MethodTracker"))


baseToolbarsManager.Tools.Add(tool);

if (!
menu.Tools.Exists("MethodTracker"))

menu.Tools.Add(tool);

return;

}



And here's the handler for ToolClick:

private void baseToolbarsManager_ToolClick(object
sender, Infragistics.Win.UltraWinToolbars.ToolClickEventArgs args)

{

switch (args.Tool.Key) {

case "MethodTracker":

callMethodTracker();

break;

default:

break;

}

}



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of Naomi Davidson
Sent: Tuesday, August 14, 2012 12:41 PM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] E9 Actions Menu





Is there an example of this anywhere?

Thanks!
Naomi

----- Original Message -----

From: "Jose Gomez" <jose@... <mailto:jose%40josecgomez.com> >

To: vantage@yahoogroups.com <mailto:vantage%40yahoogroups.com>
Sent: Tuesday, August 14, 2012 5:00:35 AM
Subject: Re: [Vantage] E9 Actions Menu

You are trying to add an option to the actions menu? That needs to be
done
in code as a customization.

*Jose C Gomez*
*Software Engineer*
*
*
*
*T: 904.469.1524 mobile
E: jose@... <mailto:jose%40josecgomez.com>
http://www.josecgomez.com
<http://www.linkedin.com/in/josecgomez> <
http://www.facebook.com/josegomez>
<http://www.google.com/profiles/jose.gomez> <
http://www.twitter.com/joc85>
<http://www.josecgomez.com/professional-resume/>
<http://www.josecgomez.com/feed/>
<http://www.usdoingstuff.com>

*Quis custodiet ipsos custodes?*

On Mon, Aug 13, 2012 at 9:46 PM, Naomi Davidson <
ndavidson@... <mailto:ndavidson%40burkhartdental.com> >
wrote:

> **
>
>
> Hello,
>
> We just upgraded to Epicor 9.05.700B. I am exploring how to add a
process
> to the Quote Entry Actions Menu and I'm having trouble figuring out
how.
> The only information that I've found is that this is done in Menu
> Maintenance and Process Calling Maintenance. I have poked around in
these
> and can't seem to figure it out.
>
> Any help is much appreciated.
>
> Thanks!
> Naomi
>
> --
>
> Naomi Davidson IT Business Analyst - SuperUser, Burkhart Dental Supply

> local: 253.474.7761 | help desk: 800.828.2129 x8 | fax: 866.947.3185
>
> [Non-text portions of this message have been removed]
>
>
>

[Non-text portions of this message have been removed]

------------------------------------

Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must
have already linked your email address to a yahoo id to enable access. )

(1) To access the Files Section of our Yahoo!Group for Report Builder
and Crystal Reports and other 'goodies', please goto:
http://groups.yahoo.com/group/vantage/files/.
<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto:
http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto:
http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links

[Non-text portions of this message have been removed]





[Non-text portions of this message have been removed]