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