11-07-2010 09:43 AM
11-08-2010 09:00 AM
11-08-2010 09:43 AM
var companyhome = search.findNode("path", ['workspace','SpacesStore','app:company_home']);
var shareurlsetting = companyhome.childByNamePath('/Data Dictionary/Loftux/ShareUrl');
if(shareurlsetting!=null){
var servercontext = shareurlsetting.properties["title"];
}else{
var servercontext = "http://localhost:8080/share"
}
The object ShareUrl is just a content less file i space "Loftux", where I use title to store my setting. Note how I had to create my own companyhome object.
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.