Skip to main content
1-Visitor
May 6, 2010
Question

How to change the meeting minutes character limit

  • May 6, 2010
  • 1 reply
  • 1908 views
Hello, We are using the minutes linked to the meetings, but we need our minutes to accept more than 4000 characters. Does anyone know if it is possible to change this meeting minutes character limit ? And if the answer is "yes", how to proceed ? (Can we change it directly in the wt.meeting.MeetingCenterMeetingInfo object (UpperLimit=4000)?) Thanks a lot in advance.

1 reply

1-Visitor
May 7, 2010
4000 is the maximum for an nvarchar data type. Anything more then that would require a BLOB so I'm afraid you are out of luck.
1-Visitor
May 10, 2010
Hi Patrick, Thanks a lot for your answer. I will try another way to handle my problem. Thanks again.