How to show the Record name in the parcels' popup?

1042
6
08-27-2020 03:30 AM
Labels (1)
AmirBar-Maor
Esri Regular Contributor
3 6 1,042

If you want to see the records name of a parcel, line or point in the popup, you can do that by using an Arcade expression.

Here are the steps:

1. Right click on the layer --> Configure Popups

2. Press the Expressions on the bottom

3. press New to add a new expression and give it a name and a title:

4. Add this expression 

var RecordName = First(FeatureSetByRelationshipName($feature, 'RecordHasTax', ['Name'], false));
return RecordName.Name;

5. Modify the name of the relationship class (bolded above)

6. Test by clicking on a feature (you can apply this to a parcel, boundary line, connection line and points)

Let me know if you find this example useful?

6 Comments
About the Author
Product Engineer @ Esri. working on Parcel Fabric and ArcGIS Pro Tasks. Education: M.Sc. Geodetic Engineering, Licensed Land Surveyor, Licensed Real Estate Appraiser, System Designer, Project Manager... Free time: family, sailing, wing foiling, windsurfing, kitesurfing, diving, hiking.