07-09-2009 03:41 AM
<constraints>
<constraint name="my:constraintList" type="LIST">
<parameter name="allowedValues">
<list>
<value>OPTION 1</value>
<value>OPTION 2</value>
<value>OPTION 3</value>
</list>
</parameter>
<parameter name="caseSensitive">
<value>false</value>
</parameter>
</constraint>
</constraints>
<types>
<type name="my:typeTest">
<title>TEST TYPE</title>
<parent>cm:content</parent>
<properties>
<property name="my:propertyTest">
<title>TEST PROPERTY</title>
<type>d:text</type>
<mandatory>false</mandatory>
<constraints>
<constraint ref="my:constraintList" />
</constraints>
</property>
</properties>
</type>
</types>
08-14-2016 12:56 PM
08-16-2016 06:04 AM
{
"name" : "bpm:status",
"title" : "Status",
"description" : "Status",
"defaultValues" : "",
"dataType" : "d:text",
"multiValued" : false,
"mandatory" : true,
"enforced" : false,
"protected" : false,
"indexed" : true,
"indexedAtomically" : true,
"constraints" :
[
{
"type" : "LIST",
"parameters" :
[
{
"allowedValues" : ["Not Yet Started","In Progress","On Hold","Cancelled","Completed"]
}
,
{
"sorted" : false
}
,
{
"caseSensitive" : true
}
]
}
],
"url" : "\/api\/property\/bpm_status"
}
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.