I'm a newbie to SFS; now developing a server side extension.
Quite a lot of the API calls require you to have a "session" object of type ISession. But where do you get that object from?
Where do you get a reference to the Session object?
Never mind, I found it - but I'll post the answer here in case anyone else needs it:
Code: Select all
ISession session = (ISession) event.getParameter(SFSEventParam.SESSION);