04-08-2014 05:41 AM
<option value="key">displayedValue</option>
<list>
<value>abc</value>
<value>def</value>
…
</list>
04-12-2014 03:27 PM
<constraint name="prefix:dropDownList" type="LIST">
<parameter name="allowedValues">
<list>
<value>abc</value>
<value>def</value>
<value>xyz</value>
</list>
</parameter>
</constraint>
<type name="prefix:mytype">
<property name="prefix:propHoldingValueFromDropDown">
<title>My property</title>
<type>d:text</type>
<default>abc</default>
<constraints>
<constraint ref="prefix:dropDownList"/>
</constraints>
</property>
</type>
08-07-2019 05:30 AM
Sorry for necroposting, but I have the exact same issue and the only user that answered didn't understand the question.
Are there any updates on this topic? I'm using the latest community version of Alfresco.
To further explain, I would like to use a custom property that validates with a list, storing a key in the metadata but visualizing a description of that key (i.e. GEN=general, PMG=project management, etc).
Thanks in advance for the attention.
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.