cancel
Showing results for 
Search instead for 
Did you mean: 

How to display multiple datetime values in share form document details edit?

mchidalla
Champ in-the-making
Champ in-the-making
I have a requirement to store multiple datetime values in one property and show them in the share forms. When I see the document details edit form these multiple datetime values are not displaying.Below I'm giving the property example:

               <property name="cs:entryDate">
                  <title>Entry Date</title>
                  <type>d:datetime</type>
                  <multiple>true</multiple>
               </property>

In share-config-custom.xml file I wrote

<field id="cs:entryDate"/>

Can any body help me which form controls are used to handle list of values to display in document details edit form.
1 REPLY 1

mitpatoliya
Star Collaborator
Star Collaborator
There is no out of box control which can handle this. You need to creat your own custom control and use it.
Checkout how multiple dates are stored in property value then try to parse it in your custom ftl(custom control).