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

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

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