I know you can use a "for" loop for the ClientGroup and get the client with ClientGroup.getObject(%var);
But I want to know how to directly get the object from the client.
I'm pretty sure it was something like %obj = getObject(%client); or %obj = %client.getObject();
What do you think?