Hi,
I am bit stuck in one issue.
I am having editing capability in my apps.Whenever any new feature is created in the apps, I am assigning a randomly generated unique value to its one of fields, field name is "CUST_FID". But, whenever that feature is created, its feature data from is displayed and its CUST_FID field is also available for edits to user.
Now, I cannot ask my users not to touch this field.They would eventually manipulate that field value.And if it happens, there would be no gurranty that value in that field is going to be unique.
I tried keeping visibility of that field off so that it would not appear in feature data from in Silverlight application.But, when I tried to access that field and its value in my ArcObjects code, it cannot find that value.It just throws error.
So, can anybody tell me that is there any provision by which certain fields can be made READ ONLY or something like that.That way, users won't be able to edit the value in that field and that field can be accessed in ArcObjects?
Regards,
Sanjay.