Skip to content

Instantly share code, notes, and snippets.

@tullo
Created November 3, 2013 13:59
Show Gist options
  • Save tullo/7290522 to your computer and use it in GitHub Desktop.
Save tullo/7290522 to your computer and use it in GitHub Desktop.
var dataListItem = search.findNode("workspace://SpacesStore/f4716370-bad6-451b-906a-d93b806f5d97");
var targetNode = search.findNode("workspace://SpacesStore/831d3f4f-4c15-4b59-91b3-6de50ee8dfe8");
dataListItem.createAssociation(targetNode, "lyse:document");
dataListItem.save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment