10-20-2011 05:42 PM
10-20-2011 06:55 PM
// calculate if external auth is being used so we generate the appropriate download links
var conn = remote.connect("alfresco");
model.externalAuth = conn.getDescriptor().getExternalAuth();
// Repository Url
var repositoryUrl = null,
repositoryConfig = config.scoped["DocumentLibrary"]["repository-url"];
if (repositoryConfig !== null)
{
repositoryUrl = repositoryConfig.value;
}
model.repositoryUrl = repositoryUrl;
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.