cancel
Showing results for 
Search instead for 
Did you mean: 

How can I change a custom aspect fields value using CMIS?

redflow
Confirmed Champ
Confirmed Champ

Hi all,

I'm using a custom aspect for folder in which I put a value.

Using SELECT on particular folder I can get the value of the field but I'm not able to change it programmatically.

With this select

SELECT * FROM igw:ContatorePraticaLegale WHERE cmis:name = 'Pratiche Legali'

I get all the standard CMIS fields and also the one of igw:ContatorePraticaLegale aspect (igw:Contatore)

But when I try to change his value I get the error

Property +'igw:Contatore' is not valid for this type!

What should I do to tell CMIS to update the aspect field for the folder?

Thank you

1 ACCEPTED ANSWER

redflow
Confirmed Champ
Confirmed Champ

I solved moving from DotCMIS to PortCMIS.

View answer in original post

1 REPLY 1

redflow
Confirmed Champ
Confirmed Champ

I solved moving from DotCMIS to PortCMIS.