08-01-2014 12:13 PM
08-01-2014 01:33 PM
08-02-2014 01:25 PM
Company Home > Data Dictionary > Web Scripts > org > alfresco > test
you should write it like
<!–note that after alfresco 4.0, freemarker entries must be escaped–>
<value>\$\{selectSingleNode('workspace://SpacesStore', 'lucene','PATH:"/app:company_home/app:dictionary/cm:webscripts/cm:org/cm:alfresco/cm:test/cm:hello.get.js"')\}</value>
Company Home > Data Dictionary > scripts
08-03-2014 06:35 AM
and here is my javacript code in file createsite.js
var sitePreset = "site-dashboard";
var shortName = "helloworld";
var title = "Hello World";
var description = "The Hello World site!";
var visibility = siteService.PUBLIC_SITE;
var myNewSite = siteService.createSite(sitePreset, shortName, title, description, visibility);
08-04-2014 09:09 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.