Map a folder with custom properties

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2015 03:43 AM
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
Any help would be appreciated
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

Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2015 05:47 AM
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.
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.
