04-13-2010 06:05 PM
//default
var space = "/";
//Pass in reference to company_home. For company_home/Inbox, say Inbox
if ((args.space != "") && (args.space != null))
{
space = args.space;
}
var query = 'PATH:\"/{http://www.alfresco.org/model/application/1.0}company_home/{http://www.alfresco.org/model/applicatio... search.ISO9075Encode(space)+ '\"+TYPE:\"{http://www.mycustommodel.com/model/content/1.0}doc\"';
04-13-2010 07:17 PM
"PATH:\"/app:company_home/cm:"+search.ISO9075Encode(space)+"//*\" AND TYPE:\"{http://www.mycustommodel.com/model/content/1.0}doc\" "
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.