A Text field (SPFieldText) has a limit of 255 characters. What, if any, is the limit of the Note field (SPFieldMultiLineText)? The associated documentation on MSDN (linked above) doesn’t list these limitations.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well, according to the documentation, the notes field is the same as a field with the type set to note. That is equivalent to the nText field in SQL Server. Here is the limit for that field from the docs:
Here are the links:
The page that you linked: spFieldMultilineText On that page it states
Following the link to the Field element takes you to Field Element
Looking at the Type property, we see this:
Specifically of interest is ‘…Corresponds to the ntext SQL data type…’
A quick google for ‘ntext SQL data type’ takes you to nText