I tried to implement an Attribute Rule on a pipe feature using the Immediate Calculation rule using NextSequenceValue function on a database sequence I created. However, I discovered via ESRI Tech Support that there's a known bug where only the schema owner has permissions to use this function (BUG-000124487).
We use a traditional versioning environment, where we have multiple user edit versions editing the same feature. If I add the "Owner.DatabaseSequence" to the NextSequenceValue function in the Attribute Rule, will multiple user edit versions be able to hit that function during editing without error?
Has anyone else gotten this working in their Pro versioned editing environment?
Thanks,
Mariette
Solved! Go to Solution.
So, after I posted this issue yesterday, I tested out the "Owner.DatabaseSequence" solution posted at:
Solved: DBMS Sequence not found when using Attribute Rules - Esri Community
and it worked for me.
So, after I posted this issue yesterday, I tested out the "Owner.DatabaseSequence" solution posted at:
Solved: DBMS Sequence not found when using Attribute Rules - Esri Community
and it worked for me.