cancel
Showing results for 
Search instead for 
Did you mean: 

Map a folder with custom properties

saxophtrion
Champ in-the-making
Champ in-the-making
Hello,

I'm trying to map a folder in a custom property in the share.

I made a custom model with two properties and I want the first property to be a folder.

I changed Application.ftl and I config the picker, when you edit the properties of an object of my custom model in the share, you can choose a folder with the picker but when I save changes, the property stays "none".

Maybe the property type is incorrect but I tried many of them and the result is always the same.

Here is my declaration of my property in the custom model



<property name="customModel:destinationFolder">
                   <type>d:nodeRef</type>
                   <mandatory>false</mandatory>
               </property>



Any help would be appreciated Smiley Happy
1 REPLY 1

hardik1512
Star Contributor
Star Contributor
Hello,

If nothing works out, you can try specifying type as noderef(with small r) instead of nodeRef. You can see in dictionaryModel.xml file that it is noderef. It may be case-sensitive.