05-29-2013 11:33 PM
Map<String,Object> props = new HashMap<String,Object>();
props.put(PropertyIds.OBJECT_TYPE_ID, "cmis:document");
props.put(PropertyIds.NAME, newDocName);
props.put(PropertyIds.DESCRIPTION,"flowid");
…………
Property 'cmis:description' is not valid for this type or one of the secondary types!
05-30-2013 05:06 AM
properties.put("cm:description", "flowid");
05-31-2013 04:02 AM
Property 'cm:description' is not valid for this type or one of the secondary types!
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.