Anyone know how I can accomplish the following?
1. Need to pull ObjectID, TenantName, NAICS, SF fields from a Tenant FeatureLayer (this one is easy)
2. For each record pulled in #1 I need to get the PropertyName field from a related Property Feature Layer
3. I then need to combine the results into a Dojo DataGrid that lists TenantName, NAICS, SF, and PropertyName.
Just not sure how to combine the featuresets.