Closed sbasegmez closed 3 years ago
Large summary fields are available with the Domino 11 and enabled with a compact operation. This is not supported yet.
In doc.replaceItemValue(...), if the AutoMime is disabled, it will throw Domino32KLimitException when given data is larger than 32K.
doc.replaceItemValue(...)
As far as I see, there is a flag in the database icon note for the large summary.
So we can use this feature to specify the document limit. Obviously, Domino32KLimitException should be deprecated and replaced by a better namespace.
Large summary fields are available with the Domino 11 and enabled with a compact operation. This is not supported yet.
In
doc.replaceItemValue(...)
, if the AutoMime is disabled, it will throw Domino32KLimitException when given data is larger than 32K.As far as I see, there is a flag in the database icon note for the large summary.
So we can use this feature to specify the document limit. Obviously, Domino32KLimitException should be deprecated and replaced by a better namespace.