You might want to peruse this thread:
This may also work, unsure if any drawbacks.
var ehsSession = (Epicor.Hosting.Session) Session;
ehsSession.SetCompany("ABC");
ehsSession.PlantID = "XYZ";
``
You might want to peruse this thread:
This may also work, unsure if any drawbacks.
var ehsSession = (Epicor.Hosting.Session) Session;
ehsSession.SetCompany("ABC");
ehsSession.PlantID = "XYZ";
``