Customizing the "Part Tracker" button

You need to set LaunchFormOptions. Doing this from memory quick but I think it'll get you going.

string partNum = "part1";

LaunchFormOptions lfo = new LaunchFormOptions();
lfo.ValueIn = partNum;

ProcessCaller.LaunchForm(oTrans, "MenuItem", lfo);


From: "'SimsTrak' simstrak@... [vantage]" <vantage@yahoogroups.com>
To: vantage@yahoogroups.com
Sent: Tuesday, June 17, 2014 1:16 AM
Subject: [Vantage] Customizing the "Part Tracker" button



I have a customization where I’m doing some processing, and then I want to call the Part Tracker program but have it open with a specific part number.  I know how to use the “launch” statement in the customization to launch the program (actually, launch the MENU ID), but I don’t know how to get it to open with that part number.  Any ideas?
 
Epicor 9.05.702.
 
Thanks.
 
Kevin Simon




I have a customization where I’m doing some processing, and then I want to call the Part Tracker program but have it open with a specific part number.  I know how to use the “launch” statement in the customization to launch the program (actually, launch the MENU ID), but I don’t know how to get it to open with that part number.  Any ideas?

 

Epicor 9.05.702.

 

Thanks.

 

Kevin Simon