Method to grab active UserID from MES and/or handheld?

I *just* found your blog post. Thanks!

--- In vantage@yahoogroups.com, Jose Gomez <jose@...> wrote:
>
> in VB
>
> oTrans.Session.Property
>
> in C#
>
> Include Core.Session, and Core.ConnectionPool/;
>
> ((Session)oTrans.Session).Property
>
> *Jose C Gomez*
> *Software Engineer*
> *
> *
> *checkout my new blog <http://www.usdoingstuff.com> *
> *
> *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 Tue, Jun 12, 2012 at 12:13 PM, cubcrafters_it <
> jason.navarrete@...> wrote:
>
> > **
> >
> >
> > So as a follow up --
> >
> > I see the following properties in the Session UI object (in
> > IssueMaterialForm):
> >
> > Session.EmployeeID
> > Session.UserID
> > Session.UserName
> >
> > But how do I get to them from within a customization?
> >
> > --- In vantage@yahoogroups.com, "cubcrafters_it" <jason.navarrete@>
> > wrote:
> > >
> > > How can I get a hold of the UserID of the active user on an MES or
> > Handheld session? (Specifically a handheld session...)
> > >
> > > Our MES stations and handhelds use a generic account to login and then
> > the employees log in and out with their own ID. So far dcduserid and userid
> > from callcontextdata appear to both be the generic login account rather
> > than the employee ID.
> > >
> >
> >
> >
>
>
> [Non-text portions of this message have been removed]
>
How can I get a hold of the UserID of the active user on an MES or Handheld session? (Specifically a handheld session...)

Our MES stations and handhelds use a generic account to login and then the employees log in and out with their own ID. So far dcduserid and userid from callcontextdata appear to both be the generic login account rather than the employee ID.
So as a follow up --

I see the following properties in the Session UI object (in IssueMaterialForm):

Session.EmployeeID
Session.UserID
Session.UserName

But how do I get to them from within a customization?

--- In vantage@yahoogroups.com, "cubcrafters_it" <jason.navarrete@...> wrote:
>
> How can I get a hold of the UserID of the active user on an MES or Handheld session? (Specifically a handheld session...)
>
> Our MES stations and handhelds use a generic account to login and then the employees log in and out with their own ID. So far dcduserid and userid from callcontextdata appear to both be the generic login account rather than the employee ID.
>
in VB

oTrans.Session.Property

in C#

Include Core.Session, and Core.ConnectionPool/;

((Session)oTrans.Session).Property

*Jose C Gomez*
*Software Engineer*
*
*
*checkout my new blog <http://www.usdoingstuff.com> *
*
*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 Tue, Jun 12, 2012 at 12:13 PM, cubcrafters_it <
jason.navarrete@...> wrote:

> **
>
>
> So as a follow up --
>
> I see the following properties in the Session UI object (in
> IssueMaterialForm):
>
> Session.EmployeeID
> Session.UserID
> Session.UserName
>
> But how do I get to them from within a customization?
>
> --- In vantage@yahoogroups.com, "cubcrafters_it" <jason.navarrete@...>
> wrote:
> >
> > How can I get a hold of the UserID of the active user on an MES or
> Handheld session? (Specifically a handheld session...)
> >
> > Our MES stations and handhelds use a generic account to login and then
> the employees log in and out with their own ID. So far dcduserid and userid
> from callcontextdata appear to both be the generic login account rather
> than the employee ID.
> >
>
>
>


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