Desktop Functions Basics
Comflow users can have their "My Functions" displayed on the desktop for easier access.
Enable Desktop Functions
Desktop functions are enabled and disabled with a property in sitedef
. Default value is false
. This property will control desktop functions for all users.
<Property name="portal.desktop.functions.enabled" value="true"/>
<!-- Possible values are true and false. Default value is false.-->
The property value can be retrieved with method net.comactivity.core.site.Site#isPortalDesktopFunctionsEnabled
.