Hi,
I am writing a scheduled action to move content based on cm:to property to another space under company home.
I would like to know as to how i can get reference to a space namely Archive under my company home space.
To access company home i use :
<key>
<value>destination-folder</value>
</key>
<value>${selectSingleNode('workspace://SpacesStore', 'lucene', 'PATH:"/app:company_home/' )}</value>
To access a space inside company home space..??
It should be simple, i think but am not aware so someone plz help me out.
Thanks in advance