You must expose the userID like this
view.dataView[args.Row]["ShortChar01"] =
((Epicor.Mfg.Core.Session)CustomerEntryForm.Session).UserID
[Vantage] username of current user in c#
From: Anon <jgiese@...>
To: vantage@yahoogroups.com
________________________________
view.dataView(args.Row)("ShortChar01") = CustomerEntryForm.Session.UserID;
I am trying to get the above VB line to work in c#. Converting it to:
view.dataView[args.Row]["ShortChar01"] = CustomerEntryForm.Session.UserID;
yields an 'object' does not contain a definition for 'UserID' error. How do I
need to reference this?
Reply to sender | Reply to group | Reply via web post | Start a New Topic
[Non-text portions of this message have been removed]
view.dataView[args.Row]["ShortChar01"] =
((Epicor.Mfg.Core.Session)CustomerEntryForm.Session).UserID
[Vantage] username of current user in c#
From: Anon <jgiese@...>
To: vantage@yahoogroups.com
________________________________
view.dataView(args.Row)("ShortChar01") = CustomerEntryForm.Session.UserID;
I am trying to get the above VB line to work in c#. Converting it to:
view.dataView[args.Row]["ShortChar01"] = CustomerEntryForm.Session.UserID;
yields an 'object' does not contain a definition for 'UserID' error. How do I
need to reference this?
Reply to sender | Reply to group | Reply via web post | Start a New Topic
[Non-text portions of this message have been removed]