Hello,
In our geodatabase, one of our feature class has one column named STATUS which has values like Fixed, To Be Corrected, Pending..
We would like to implement row level security so that users don't modify the row that have value Fixed. From database end, I can define trigger but we also have delta table because of our feature class is registered as version. Hence defining triggers is not a good option.
Is there any solution in ArcGIS 10.3 desktop environment for implementing row level security ?
Thanks!