Developer Q&A

Ask a Question
Back to All

how to traverse through all attributes for one entity

i understand 'AllProperties()' will only capture the attributes in the current entity domain, not the attributes that joined from other entities.

for example, to get 'state' for an 'asset' for a 'workzone' for a known 'workorder', we will need to write 'WorkZone.Asset.Address.State', when retrieve the work order.

is there an easy way to traverse through the 'joins' and capture all the attributes for one given work order(or other entities)?