Reflector to the rescue
Apparently they call this function
this.RefreshLaborData<http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://Epicor.Mfg.Menu.Mes:9.5.603.0:5d3fa3c7105d7992/Epicor.Mfg.Menu.Mes.Transaction/RefreshLaborData():Boolean>
();
So using reflector I re-created the function and it now works.
*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/>
*Quis custodiet ipsos custodes?*
Apparently they call this function
this.RefreshLaborData<http://www.aisto.com/roeder/dotnet/Default.aspx?Target=code://Epicor.Mfg.Menu.Mes:9.5.603.0:5d3fa3c7105d7992/Epicor.Mfg.Menu.Mes.Transaction/RefreshLaborData():Boolean>
();
So using reflector I re-created the function and it now works.
*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/>
*Quis custodiet ipsos custodes?*
On Wed, Mar 23, 2011 at 11:35 AM, Jose Gomez <jose@...> wrote:
> I have the following code on an MES button
>
> LaunchFormOptions lfo = new LaunchFormOptions();
> lfo.ValueIn =edvLaborHed.dataView[edvLaborHed.Row]["LaborHedSeq"]
> +","+edvLaborDtl.dataView[edvLaborDtl.Row]["LaborDtlSeq"];
> lfo.IsModal=true;
> lfo.SuppressFormSearch=true;
> ProcessCaller.LaunchForm(oTrans,"UDEnd",lfo);
> Which launches a Customized End Activity form.
>
> Normally when the End Activity is done, it updates MES and removes the Job
> from the Production List, but when I execute the above code and the End
> Activity form is closed, MES does not get updated I have to log out and log
> back in to remove the job.
>
> Any ideas?
>
> I tried notifying all the adapters but that didn't seem to help.
>
> *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/>
>
> *Quis custodiet ipsos custodes?*
>
>
[Non-text portions of this message have been removed]