Hi,
Is it possible to programatically update the value of an iView property so that all users are affected by the update?
So far I have tested using the IPortalComponentProfile object using the setProperty() and store() methods but I have only been successful with setting the value on a per-user basis.
Updating the property using the standard iView edit GUI is of course working fine but I am trying to do an update of a property when a user is working within the iView.
Thanks and regards,
Pierre
this is possible for application properties.
For user specific component props this is not possible.
It makes somehow no sense from my point of view.
Add a comment