jgehling
(Jeff Gehling)
7
Got it!
I needed to wrap my BO using in this:
using (CallContext.Current.TemporarySessionCreator.SetPlantID(myPlant).Create())
{
}
Big thanks to this post!
Love this community @danbedwards thanks for providing this snippet! Exactly what I needed for this async task.
2 Likes