I have collaborated with ESRI to implement an automated process for populating a field within a specific parcel type based on a corresponding record field. This functionality has been successfully applied in various scenarios. However, I am currently facing challenges in determining the appropriate approach to update a field in a different parcel type as a result of modifications made to the initial parcel type field. The triggering mechanism for this update will be based on the subtype associated with the record.
For example:
Record:
Tax Parcel |
PIN | PAR_NUM | CIT_LIM | SUB_DIV | LOT_NUM | SUB_YEAR | TAX_YEAR |
625122 | 2.289 | County - Fairhope School Tax 023 | 422155 | CA20 | 2025 | 2025 |
379304 | 5.009 | Orange Beach 013 | HAMMOCKDUN | CABEA | <Null> | <Null> |
| | | | | | |
ConveyanceDivision |
PIN | PAR_NUM | CIT_LIM | SUB_DIV | LOT_NUM | SUB_YEAR | TAX_YEAR |
625122 | 2.289 | Orange Beach 013 | 422155 | CA20 | 2025 | 2026 |
379304 | 5.009 | Orange Beach 013 | HAMMOCKDUN | CABEA | <Null> | <Null> |