Field Name for Current Database Size

I am creating a customised View on mailfile /users Infocan anyone help me with the field name for Current Database size.

thankyou

Subject: ?

There is no field name for that - fields exist on formsItems exist on documents

database.size is a property of the NotesDatabase class

What are you trying to do?

Subject: database size plus other Information for report

Hi Christopher

I need a report that shows user, mail file name , dept , location …email address and mailbox size…

so its a combination of the files Tab in admin client …and the other info I can pick up from address book …view…

Subject: database size plus other Information for report

Hi Christopher

I need a report that shows user, mail file name , dept , location …email address and mailbox size…

so its a combination of the files Tab in admin client …and the other info I can pick up from address book …view…

Subject: You’ll need to write a lotusscript agent

This will go through the Domino Directory, getting every database - you can check against a list if you only want to run it for certain apps)Then you can extract all that info from the database class and write it into a report - probably a CSV file for opening in a spreadsheet

Or you could write a front end that prompts to select a database using the PROMPT_CHOOSEDATABASE prompt, then extract the info you need

Subject: @AttachmentLengths

more info at

http://publib.boulder.ibm.com/infocenter/domhelp/v8r0/index.jsp?topic=%2Fcom.ibm.designer.domino.main.doc%2FH_ATTACHMENTS.html