Hello.
I am new to Enterprise Portal.
I am using EP 6 SP6 and Netweaver Developer Studio 2.0.7.
I am working on an iView that will display some data.
There should be the option to personalize the iView,
which means, in edit mode there have to be some fields
where you can change the values, e.g. a data source.
If the users clicks on the available save button, the
value is stored and from now used for the user to
display values.
I read a lot on this, but I need a hint to push me to the right direction.
There is the possibility to use IPortalComponentProfile to get and store data. But as I understand it, these
values are defined in portalapp.xml (correct?) and
can only be change globally for all users (correct?).
So I created a bean to store and retrieve data, which is
bound to the IPortalComponentRequest and IPortalComponentContext object and set by putValue. I fear that these values are only available
during the session and are gone after closing the
session (correct?).
In this scenario I used a doEdit method to retrieve data.
I put the values in the IPortalComponentContext because
some other iViews need the data, too.
I found this link
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/custom personalization dialogs.htm
which says there is a standard personalization dialog, in
contrast to the custom dialog.
Does standard mean using the Profile and custom mean
using the doEdit? Or do I need a doEdit in any case?
Do I have to add a component to the deployment descriptor
if I use doEdit?
Can anyone make this a it more clear? thanks a lot
Hi Hans,
if you reward some points to Dominik and if you promise to behave brave in the future, for sure somebody will help you (maybe even I will)... 😊 Just go here Where to find deployed application? and press the yellow star button.
Best regards
Detlev
Add a comment