cancel
Showing results for 
Search instead for 
Did you mean: 

how show the updates inside a repository thru a portal service

Former Member
0 Kudos

Hi experts ,

I came across a scenario, i have to show the updates inside a repository to an user thru an ivew.

My requirement is if any enduser uploads a document in a specified repository, one admin user with a particular role and iview should get the document count updated.(this ivew should show the updates instantly)

My questions r :

Is it possible thru a portal service..?

If possible plz provide me the steps and code which helps to achieve this. (i am new to portal service)

Thanks in advance,

John

Edited by: john paul on Feb 27, 2009 9:41 AM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

To achieve this, you need to listen to the events in the repository. For creation of KM resources, CREATE_CHILD is the resource event you need to listen to.

Repository service is the right option to listen to any resource events. Implement repository service and in the received method, you can count the documents uploaded to the repository in a metadata property or anything you can wish to.

I could not see portal service as a better option compared to repository service.

Regards,

Yoga

Former Member
0 Kudos

Hi,

Thanks for immediate replay.

I don't have a good idea about this, so could u please give some links or steps so that i can start it.

Thanks in advance,

john

Former Member
0 Kudos

Plz carry on..

Edited by: john paul on Feb 27, 2009 10:22 AM

Former Member
0 Kudos

Hi,

Please check this article for creating a repository service.

https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/30143cc1-d176-2a10-55a3-ea498211...

Regards,

Yoga

Former Member
0 Kudos

Hi,

Thanks for this helpful link.

now i am trying to create a repository service, but i couldn't find any helpful coding to use this..

I will be grateful if u provide some coding or links related with repository servies..

Thanks in advance,

John

Edited by: john paul on Feb 27, 2009 1:22 PM

Former Member
0 Kudos

Hi ,

Have a look

Koti Reddy

Answers (0)