I write a agent,in the agent I want to put a value into a field of documents.for example:
doc.aa = “xxxxxxxxxxxxxxxxxxxx”
doc.save(true,false),
the value is not large than 5k.
but in some documents(about 3000 documents)I can insert the value to the field, but in some documents(about 35 documents),I can’t insert the value,it will type"notes error:Field is too large (32K) or View’s column & selection formulas are too large", I don’t know why?! who can help me,thanks so much.