06-27-2014 03:45 PM
07-01-2014 05:52 AM
08-01-2014 10:12 AM
07-01-2014 05:59 AM
var siteId = page.url.templateArgs.site; //get site Id
var json = remote.call("/api/sites/" + siteId); //Call alfresco OOB webscript for site detail which includes title
var obj = eval('(' + json + ')'); // parse JSON object
var siteTitle = obj.title; //get title from json
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.