03-18-2011 06:18 AM
content.properties["myModel:myProperty"]=value;
but this code always overwrited the property, not added a new value.<property name="myModel:myProperty">
<type>d:text</type>
<mandatory>false</mandatory>
<multiple>true</multiple>
</property>
How can add the value on the webscript?03-21-2011 04:57 AM
var array = new Array();
array = content.properties["myModel:myProperty"];
var index_arr= array .length;
array [index_arr]=new_property;
content.properties["myModel:myProperty"]=array ;
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.