09-21-2009 04:47 AM
09-21-2009 11:31 AM
var site;
var dPath = document.displayPath;
var dPathA = dPath.split("/");
if (len(dPathA) > 2) {
var s = dPathA[3]; // ie company home / sites / sitename
site = siteService.getSite(s);
// now run the email…maybe get the site administrators and then run an email command?
}
09-23-2009 12:29 PM
09-23-2009 01:15 PM
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.