Hi,
I created a custom theme and set it as the default in the app.xml configuration, but users who log in are still seeing the Documentum theme. Can somebody enlighten me as to why this is happening?
<config>
<scope>
<application extends="dam/app.xml">
<themes>
<theme>
<name>dda</name>
<label>
<nlsid>MSG_BRAND_DDA</nlsid>
</label>
</theme>
<!-- Default theme to use when a WDK application starts up -->
<filter clientenv="webbrowser">
<default-theme>dda</default-theme>
</filter>
</themes>
... other configurations ...
</application>
</scope>
</config>