Lotus IBM Notes 9 -


i count number of emails sent , name of associates have sent email specific common sent items.

it take ages me count number of emails sent , segregate name of associates.

please me create lotus notes script perform above 2 steps , store in excel.

as thank help.

sumit

please post code wrote, easier help.

i suspect code slow because did not write performance. first of all, make sure don't use getnthdocument(). second, if iterating through view, use notesviewentrycollection notesviewentries. read values using columnvalues property of notesviewentry class. make code faster if open each document. can read more here: http://blog.texasswede.com/re-using-lotusscript-lists-to-increase-performance/

next use list store number of documents per person/address. fast , efficient. can read more list here: http://blog.texasswede.com/sntt-lists-the-forgotten-gem-in-lotusscript/


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -