-
what is the code to create a button for emptying the trash???
-
How do i add a column to the trash view to show the date when the document was deleted?? wats the code??
thx!!
what is the code to create a button for emptying the trash???
How do i add a column to the trash view to show the date when the document was deleted?? wats the code??
thx!!
Subject: Recycle Bin/Trash question!!!
Psst, here’s a tip for you, look at the code behind the button on the folder. ( @Command([EmptyTrash]) )
If you want to do this, you would need to modify the design of the $Trash folder. Not a good idea as anytime a new version of the mail template comes out, your design changes will wither be lost OR you won’t get the latest design changes depending upon the option choose.
As for how to determine when a document was marked for deletion. I bet it’s the Modified value.
Subject: RE: Recycle Bin/Trash question!!!
@command([emptytrash]) doesn’t work… it has totally no function in my trash view…