Hi,
I'm trying to set default preference settings for all users when they first logon to Webtop (6.5 SP2). In particular I'm attempting to force Webtop to prompt the user to decide if they wish to open the content or structure of a VDM. In the Webtop code it appears that the default setting for the vdm.click.action preference will default to "Structure" if a value cannot be retrieved from the PreferenceService.
I've tried putting the XML below in custom\app.xml and vdm_preferences_component.xml with no success. When testing the change I have made sure to delete both the cookie on the client PC and the *.preferences file from \Resources\Registry\Preferences\Webtop.
<preferences>
<preference id="vdm.click.action">
<label>vdmopen</label>
<type>string</type>
<value>Prompt</value>
</preference>
</preferences>
Does anyone know if it is possible to define this preference setting in the XML config files?
Thanks,
Keith