cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco content model - default value

fararjeh
Champ in-the-making
Champ in-the-making
Hi


I need default value for property in workdesk , I set default tag in Alfresco content But in workdesk not set default value :


<property name="isJob">
   <title>is Job</title>
   <type>d:boolean</type>
   <mandatory enforced='true'>true</mandatory>
   <default>false</default>
</property>            


How I can set default value for property in workdesk ?
11 REPLIES 11

deko
Star Contributor
Star Contributor
Hi fararjeh,

In general the features should be the same when using WSDL or Atompub, but still the features are also depnding from the serverside CMIS implementation.

We recommend the following:

- When using underlying Alfresco 3.x, please use old Sun Metro CMIS based CMIS adapter implementation in Workdesk and use WSDL bindings
- When using underlying Alfresco 4.x, please use new OpenCMIS based CMIS adapter implementation with Atompub binding
- As new OpenCMIS based CMIS adapter implementation was introduced with Workdesk 4.1.1.0, you should use this version, even better would be first fixpack version 4.1.1.1 adressing some bugfixes

Best regards,
Dennis

fararjeh
Champ in-the-making
Champ in-the-making
Thank you deko , I upgraded Alfresco Workdesk to last version and transform binding to Atompub ,

All things are working and I hope it does not appear any exception in future .