Forum Discussion

JamesB's avatar
JamesB
Occasional Contributor
14 years ago

Difference between directly accessing object and mapping

I am running into an interesting problem, where if I try and get a property for an object directly, it can't find it, but if I map to it, it works fine.  The problem being I want to do this dynamicall...