18 | All Items on Profile Documents Should Not Be Summary Items by DefaultSean Burgess5141 - 04 2011 (0) The IsSummary flag is only used to determine if a field is available for views. Since Profile documents can never be shown in a view, all items stored on profile documents should have their IsSummary property set to false. This would remove the limitations on the amount of data in ... |
16 | The Missing link: GetNextItemJesper Kiaer260 - 04 2007 (5) In the Notes Client iterators are in general alike: getFirstxxx, getNextxx ... which is great But what about ITEMS? getFirstItem .... where is my getNextItem?? One could argue that there should only be one item pr. itemname on a document. But in real life that is not ... |