Hi,
I am trying to change the value of a the property with ID "SupportedUserAgents" in all the iViews in my folder. I followed as it is stated in <http://help.sap.com/saphelp_nw04s/helpdata/en/44/ccf6bf687f3b9ae10000000a1553f6/content.htm> and changed the value of the property and the final report says that all the matches were replaced successfuly without any errors. But when I go back to any of the iViews and see the value of the property "SupportedUserAgents" I realise that the replacement did not happen. Am I missing something here?
I want to add some more info to this. The value of the property "SupportedUserAgents" should be selected from a dropdown and the dropdown contains these values
1) (MSIE, >=5.5, *) (Netscape, *, *) (Mozilla, *, *)
2) (MSIE, >=5.5, *)
3) (Netscape, *, *) (Mozilla, *, *)
Now as stated in the above link, I am trying to replace the value of the property "SupportedUserAgents" to (,,*) which is not there in the dropdown list (the above 3 values). So is it correct to do it in for dropdown fields?
Useful answers will be definitely rewarded 😊
Regards