User Oriented Object

0
How can we access the User oriented object in System Session. Object A = user oriented object ( Created) how can I access this Object A in system session object??  
asked
3 answers
0

If I understand your question correctly: Via retrieve over association with the Session-object

answered
0

I need to access the User defined object in session.
after retrieving from association I am getting only list actually I want object 

answered
0

I don’t know your context, but maybe this helps you. My default question is: what do you want to achieve?

  • Add a retrieve activity and starts from $currentSession. Then choose via association for Session_User
  • If you have your own created entity and you want to associate with Session, you need to set an association between the Session object and your entity. Then, you can add a retrieve activity from $currentSession and then you choose via association for your own entity.


 

answered