BrandonH
7 years agoContributor
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 guess is that the GetFields method only returns the basic view fields (which the object does not have any) and does not return the advanced view fields. Is there a way to return the object's advanced view fields?