Desktop Functions Basics
- 03 Nov 2020
- 1 Minute to read
- Contributors
- Print
- DarkLight
Desktop Functions Basics
- Updated on 03 Nov 2020
- 1 Minute to read
- Contributors
- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
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
.
Was this article helpful?