cancel
Showing results for 
Search instead for 
Did you mean: 

Filed Custom Field from Cmis

Chris_Kolofotis
Champ in-the-making
Champ in-the-making

Hello , 

I am trying insert a custom field inside document properties.I create a new custom model inside alfresco ui.image

Then i create the custom type and the layout like the screenshots.

image

image

When i am trying to upload a file with the custom model and the custom type , i don't get any error but i can not fill the custom property.

image

image

Can anyone help me with ?

3 REPLIES 3

angelborroy
Community Manager Community Manager
Community Manager

In the Share form you added "crmuser" instead "cgm:crmuser".

Hyland Developer Evangelist

I think i must connect my cmis code with this image custom type .

Correct ? So i am trying to add it in Properties  like that :

'properties2.put("cgn:crmuser",uploadDocumentRequest.userName) ; ' .

where do you think I'm wrong?

In there it is correct. What Angel refers to is the form configuration - there you have added a field for crmuser instead of cgn:crmuser - so the issue may be as simple as showing a different (empty) field in Share and your value(s) might actually be set.