Hi Regina,
I guess you are searching for a ResourcePropertyFilter. Such a filter can add a dynamic property value to a resource.
You could use the RF-Wizards from the PDK to create a template for that with Eclipse (see https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/how to develop with the repository framework apis.pdf and https://www.sdn.sap.com/sdn/downloads.sdn?page=sdn_downloads.htm for the PDK).
Once you have that filter, you have to configure the new Property to make it known by the indexmanagement and UI (see http://help.sap.com/saphelp_ep60sp2/helpdata/en/38/76bd3b6e74d708e10000000a11402f/frameset.htm > Knowledge Management > System Administration > System Configuration > Content Management Configuration > Global Services > Property Metadata Service and Property Structure Service).
Best regards,
Paul
Hi Paul,
The documentation that you mentioned is known for me, but it is too common.
I am looking for a technical information:
which wizard in Eclipse to use, and how to deploy the class/classes that I implement.
Do I need to map my java class in UI?
What I am trying to achive is to create a property for automatic numbering of the documents that are uploaded to the Portal. For example all the documnets that I published have value of Regina-NN, where NN is a serial number of the document.
Thank you in advance.
Regina.
Add a comment