Hello,
I am interested in having tips on how I can read, create and delete associations for automation purpose.
As far as I understand, it is only possible with Arcade using attribute rules, but is there a way to do that with Python ? My gal is to create toolboxes that can manipulate associations and use them in Pro Tasks.
Thanks
Hi
Is this what you are looking for?
Add Attribute Rule (Data Management)—ArcGIS Pro | Documentation
Alter Attribute Rule (Data Management)—ArcGIS Pro | Documentation
Delete Attribute Rule (Data Management)—ArcGIS Pro | Documentation
Export Attribute Rules (Data Management)—ArcGIS Pro | Documentation
Regards
RK
Hi,
maybe I was not clear enough, I know about attribute rules capabilities to edit associations, but that's not what I am looking for.
I am looking for a way to directly edit a feature's association, not to trigger an attribute rule.
In serivces, you can make the apply edits call to the Association table. You can use the Request module.
Hello Mike,
is there any solution for those who work in mobile geodatabases ?
You can write something in the SDK.