04-26-2012 05:48 AM
I am looking to just get the current userid ..
Here is what I have in 7.5.3 and I am getting an error --
Sage.Platform.Security.IUserService usrService =
Sage.Platform.Application.ApplicationContext.Current.Services.Get<Sage.Platform.Security.IUserService()>
as Sage.Platform.Security.IUserService;
Anyone have a very simple way to get the current user id..?
04-26-2012 06:41 AM
Sage.SalesLogix.API.MySlx.Security.CurrentSalesLogixUser.Id.ToString();
04-26-2012 08:22 AM
Thanks..!! Works like a charm