- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-12-2018 05:51 PM
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
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2018 05:39 AM
I solved moving from DotCMIS to PortCMIS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-13-2018 05:39 AM
I solved moving from DotCMIS to PortCMIS.
