I found that i can create PXCMSenseManager
in 2 different ways (as i think now)
First one :
Create
session
and then from it get senseManagervar session = PXCMSession.CreateInstance(); var sm = session.CreateSenseManager();
Second way - just create instance from PXCMSenseManager class
var pp = PXCMSenseManager.CreateInstance();
I haven't found any documentation that can explain what way is correct. Hope there smbd can help me.