cancel
Showing results for 
Search instead for 
Did you mean: 

Dashlet Creation

riktaminaars
Champ on-the-rise
Champ on-the-rise
Hi

I have a folder where a new document is placed in every day, how can I automatically show this one most recent document in a dashlet ?

It only needs to show 1 document, so dashlets recent documents / my documents etc. not really useful. I tried creating my own dashlet myself but there is no tutorial around to learn this… The Hello-World dashlet on share-extras helped me understand the file&folder structure a bit more but I just can not find out how to display the most recent document from a simple folder
21 REPLIES 21

jpotts
World-Class Innovator
World-Class Innovator
I'm glad you are continuing to tweak this. When I put up the blog post on it, I moved the code to a Google Code project. If you'd like, I can add you as a collaborator and you can check in your enhancements directly.

If so, PM or email me with the account you'd like me to use and I'll add you.

Jeff

n_pancholi87
Champ in-the-making
Champ in-the-making
Hi,

I am currently working on something similar. What I exactly want to do is to retrieve the list of documents marked as favorites in the alfresco repository (in Alfresco Share view). And display those documents in a dashlet.

Have tried out this dashlet code and worked for retrieving documents and displaying on share.

I've done my research on lucene queries and fetching documents based on properties but it seems "favorites" is a little tricky.

Please suggest.