Vantage 8.03.405a - Launch Receipt Tracker with data

Yeah looking further into the code they implement and capture that info for
the HHandHeld version of the screen but not the desktop version your best
bet would be to customize the screen and on the form load event catch the
LFO object.


*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, Apr 29, 2013 at 2:28 PM, Jose Gomez <jose@...> wrote:

> Hmmm looking at the code I don't see Epicor checking for those anywhere...
> Very strange, you may need to do a customization on the Form and on the
> Form_Load event lookup the values yourself.
>
>
> *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, Apr 29, 2013 at 1:50 PM, bw2868bond <bwalker@...>wrote:
>
>> **
>>
>>
>> In order to reprint receipt labels, I created a dashboard and the
>> operator can right click on the pack slip field and launch receipt
>> tracker.......
>>
>> This is clunkly at best. I am wondering if anyone has figured out the
>> proper way to launch receipt tracker and have it populate the data required
>> when the form opens, like you can from the contect menu.
>>
>> This is what I have so far, but the form does not populate when opened :(
>>
>> Dim rcptArgs As New Epicor.Mfg.UI.App.ReceiptEntry.ReceiptEntryArgs()
>>
>> rcptArgs.PoNum =
>> DirectCast(callResult,DataSet).Tables(0).Rows(0)("PONum").ToString()
>>
>> rcptArgs.PackSlip =
>> DirectCast(callResult,DataSet).Tables(0).Rows(0)("PackSlip").ToString()
>>
>> Dim rt As Object = ProcessCaller.LaunchTracker(UD40Form, "SRGO1001",
>> rcptArgs)
>>
>>
>>
>
>


[Non-text portions of this message have been removed]
In order to reprint receipt labels, I created a dashboard and the operator can right click on the pack slip field and launch receipt tracker.......

This is clunkly at best. I am wondering if anyone has figured out the proper way to launch receipt tracker and have it populate the data required when the form opens, like you can from the contect menu.

This is what I have so far, but the form does not populate when opened :(

Dim rcptArgs As New Epicor.Mfg.UI.App.ReceiptEntry.ReceiptEntryArgs()

rcptArgs.PoNum = DirectCast(callResult,DataSet).Tables(0).Rows(0)("PONum").ToString()

rcptArgs.PackSlip = DirectCast(callResult,DataSet).Tables(0).Rows(0)("PackSlip").ToString()

Dim rt As Object = ProcessCaller.LaunchTracker(UD40Form, "SRGO1001", rcptArgs)
Hmmm looking at the code I don't see Epicor checking for those anywhere...
Very strange, you may need to do a customization on the Form and on the
Form_Load event lookup the values yourself.


*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, Apr 29, 2013 at 1:50 PM, bw2868bond <bwalker@...>wrote:

> **
>
>
> In order to reprint receipt labels, I created a dashboard and the operator
> can right click on the pack slip field and launch receipt tracker.......
>
> This is clunkly at best. I am wondering if anyone has figured out the
> proper way to launch receipt tracker and have it populate the data required
> when the form opens, like you can from the contect menu.
>
> This is what I have so far, but the form does not populate when opened :(
>
> Dim rcptArgs As New Epicor.Mfg.UI.App.ReceiptEntry.ReceiptEntryArgs()
>
> rcptArgs.PoNum =
> DirectCast(callResult,DataSet).Tables(0).Rows(0)("PONum").ToString()
>
> rcptArgs.PackSlip =
> DirectCast(callResult,DataSet).Tables(0).Rows(0)("PackSlip").ToString()
>
> Dim rt As Object = ProcessCaller.LaunchTracker(UD40Form, "SRGO1001",
> rcptArgs)
>
>
>


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