Hi
I want to see how much storage we use up daily and one thing I was going to check was how many emails or activities are being sent and received with attachments. I have achieved this by looking up activities that have been created since May 1st. Then looking up related, attachments, and then asking it to show all with file sizes greater than 1. This gives me a list but what I want to see is the file size itself, but cannot find anywhere that will show me this information. Is this something that can be done?
Thank you
*This post is locked for comments
I have the same question (0)Hi,
The entire attachment is stored as text on the documentbody field on the annotation, so what you're trying to ask is "How many letter long is field {x}", which you unfortunately can't do in the advanced find. You could do it through the SDK by retrieving the note and getting the field length though.
Hope this helps! I'd appreciate if you'd mark this as Answering your question.
Thanks,
Aiden