Select to view content in your preferred language

Recommended Approach for Migrating Attribute Assistant Configuration to ArcGIS Pro

94
1
Tuesday
SanchezNuñez
Frequent Contributor

Good morning,

What is the recommended approach for migrating Attribute Assistant records—specifically the ValueMethod and ValueInfo entries—from the DynamicValue table and the GenerateID table?

Currently, to generate an ID in Attribute Assistant, we use the following format:

GENERATE_ID_BY_INTERSECT: Index|TRSS|nnn|5|G[id]nnn[seq]|True

Here, nnn represents a predefined three-digit value for each feature class. This means we maintain a unique sequence number for every combination of feature class and index layer. Since the index layer contains approximately 900 records, each feature class requires about 900 sequences.

Thanks

 

 

 

0 Kudos
1 Reply
RobertKrisher
Esri Regular Contributor

These are typically replaced with Attribute Rules. ArcGIS Pro contains a collection of templated attribute rules you can use to quickly create your own attribute rules. You can then fine-tune the resulting code if you have any particular requirements.

0 Kudos