Hi allI am receiving the error “Field is too large (32kb)…” for my documents. it is attributed due to breach of the limit of 64KB of total summary text available to the document.
Will converting some of the available text fields to name fields will help or it also contans summary data… thanks for any feedbacks
Subject: Summray text restriction
In backend you can get that item and change to non-summary fielditem.isSummary=false
so it can have more data in it …but you cant show that in view
Subject: RE: Summray text restriction
Hi karthi thanks for your reply,Actually i am using this strategy .The field is created at the runtime using Replaceitemvalue command and then i set item.isSummary=false.
The field are not in the Form so there summary property is not get reverted even after saving the uidocument.save
Still i am getting this error.
How can i avoid this error.
Subject: RE: Summray text restriction
The field are not in the Form so there summary property is not get reverted even after saving the uidocument.save
Can you explain that line more clearly?? uidocument.save,
What does this field contain, and how is it used:
in the form
in the code
in the views
Subject: RE: Summray text restriction
Hi allJust a clarification ,the field contain plain text and it is not present in the form .It is created at the runtime by the command
doc.Replaceitemvalue(“Textfield”,“”)
I have checked the Issummary propertry of field from a view action button and it is set to false even after i save notesuidocument.
But still the error keeps on appearing.
It happens at times when i entered more text in the document otherwise it performs well.
Subject: RE: Summray text restriction
Hi Ghanshyam,
The same problem i am facing sice couple of months. Its quite annoying for the users now. please tell me the resolution once if u got it.
I went through all possibilities but not yet resolved the 32k.
cheers,
siddu