Question

So I've read about how apps for alfresco share can query data with jquery cmis on pages like http://blog.productivist.com/query-alfresco-using-cmis-and-jquery/

But what if I want to do the exact opposite? I've got a webapp that after receiving input from a user wants to change the value of custom property within a custom aspect(both there and working) of a predefined document in alfresco share. So far I haven't found any examples of actually changing things on alfresco using jquery ajax cmis.

So basicly can someone point me into the right direction as to change the property value trough jquery ajax cmis? Due to circumstances the deadline is already tomorrow morning and this is the only thing I wasn't done with yet, so fast help is very appreciated :D

Thanks for taking the time to read this!

Was it helpful?

Solution

I agree with Gagravarr. Either use the form service, and skip CMIS altogether, see the docs, or because you are already in Python, grab cmislib as well as alfcmislib, which is the Python equivalent of the Alfresco OpenCMIS Extension, and use it to set the values.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top