Hi Guys,
So I am trying to update the maximum length of a "name" attribute on an Entity and get the below error (Acquired through fiddler)
Entity.name.Length is not valid because this is an indexed attribute and hence cannot have size greater than 900
Upon checking the Database, I found an index for that field and deleted that index, tried again and got the very same error.
any ideas on how to go about resolving this?