I have a dictionary nodeRef that i know. I need to fill this dictionary with a lot of values, this values have to be imported by hand or using javascript console. Is there a way using javascript console to import this values? For example:
var firstArray = ['a','b','c'];
var secondArray =['1','2','3'];
var dict = search.findNode("workspace://SpacesStore/9f3291b8-9733-45bd-8537-7c2e8a18cd2a");
...
...
Thank's in advance.