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

cancel
Showing results for 
Search instead for 
Did you mean: 
redflow
Active Member II

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

Jump to solution

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 Solution

Accepted Solutions
redflow
Active Member II

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

Jump to solution

I solved moving from DotCMIS to PortCMIS.

View solution in original post

1 Reply
redflow
Active Member II

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

Jump to solution

I solved moving from DotCMIS to PortCMIS.