02-04-2009 03:37 PM
<#assign ref=space.nodeRef>
<#assign workspace=ref[0..ref?index_of("://")-1]>
<#assign storenode=ref[ref?index_of("://")+3..]>
http://myserv:8080/alfresco/n/showDocDetails/${workspace}/${storenode}
02-05-2009 07:46 AM
02-05-2009 12:29 PM
03-23-2009 09:35 AM
03-24-2009 04:26 AM
03-25-2009 10:11 AM
03-26-2009 01:05 PM
A new document '${document.name}', is available in the '${space.name}' space, it was added by '${person.properties.firstName}<#if person.properties.lastName?exists> ${person.properties.lastName}</#if>'.
You can view it through this link:
http://localhost:8080/alfresco${document.url}
Or through the Alfresco client:
<#assign ref=document.nodeRef>
<#assign workspace=ref[0..ref?index_of("://")-1]>
<#assign storenode=ref[ref?index_of("://")+3..]>
http://localhost:8080/alfresco/navigate/browse/${workspace}/${storenode}
Regards
Alfresco
Por otro lado, si sigues con problemas, intenta abrir un nuevo post de forma que mas gente pueda verlo y aportar sus ideas.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.