Kinetics BPM SetCompany and SetPlantID

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";
``