I would like to use attribute rules to implement some way to limit edits by people.
The data is within enterprise geodatabase (oracle) and is updated by Pro.
For example some user can create a line not longer then 1 KM while other can create a line up to 2KM long.
The attribute rue should get the user (active directory user). Go to some external table (not necessary in the same schema as the layer), find if the user belong to the first or second group. Check the line that was created and improve or reject the new feature.
Can something like that be done in Arcade as attribute rule?
Thanks