Hi Evan,
You should be able to use the following code:
record = session.get("Context", some_id)
The resulting object in the variable will be an instance of a dynamically created type that represents your object.
Ideally you'd know the type when querying which could avoid some calls depending on your actual case.
Recommended Posts
Posted by Patrick Boucher,
2 reactions
Go to this post
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now