Forum Discussion

BrandonH's avatar
BrandonH
Contributor
6 years ago

How to Get 'Advanced View' Object Fields?

I'm using the following to get the object fields for a mapped object:   aqObject.GetFields(Aliases.Obj, true)   I'm returned 0 fields found for an object that definitely has fields.  My only gues...