02-16-2009 04:37 AM
Failed to create new space due to error: Failed to execute script 'workspace://SpacesStore/f65b8966-615e-4607-8808-fd2a41499855': TypeError: Cannot find function createAssociation.
for the following piece of code:var sourceNode = document.nodeRef;
…
…
sourceNode.createAssociation(nodes[i].nodeRef, "mq:containsPhysicalEntities");
02-16-2009 05:23 AM
02-16-2009 05:53 AM
document.createAssociation(nodes[i].nodeRef, "mq:containsPhysicalEntities");
Thanks,02-16-2009 07:46 AM
var sourceNode = search.findNode(document.nodeRef);
var targetNode = search.findNode(nodes[i].nodeRef);
…
…
targetNode.createAssociation(sourceNode, "mq:containsPhysicalEntities");
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.