Hey,
I work with ArcGIS Pro and I have attribute rules that transfer values to features. I want to select these features and, if possible, update the fields in the feature with a button click.
Is there a way to update selected attributes? When updating, all fields of the selected features should be updated.
A bulk update would also be fine. The main thing is that the fields get updated.
King regards
Maik
Solved! Go to Solution.
Well, you could implement your rules as Batch Calculation Rules and execute them with Evaluate Rules, which isn't quite one-click, but it doesn't take too long to start.
But that is probably not the route you want to take, since I think you have implemented (almost) all of your rules as Immediate Calculation Rule. For these rules to be executed, you have to trigger them. The rules you care about in this scenario will be triggered on updates, so just update your features.
You can do it manually, or you can do it with Calculate Field. Doing it with the tool has benefits:
Take any editable field and do something like this:
Well, you could implement your rules as Batch Calculation Rules and execute them with Evaluate Rules, which isn't quite one-click, but it doesn't take too long to start.
But that is probably not the route you want to take, since I think you have implemented (almost) all of your rules as Immediate Calculation Rule. For these rules to be executed, you have to trigger them. The rules you care about in this scenario will be triggered on updates, so just update your features.
You can do it manually, or you can do it with Calculate Field. Doing it with the tool has benefits:
Take any editable field and do something like this: