automation
I have many automation chains (over 50): (I haven't counted them, if it's important I will). I've been trying to add another chain and keep getting the message Unknown chain: xxxxxx in a small yellowish box when it is fired via my User Action. I've ...
0 votes
1 answers
1 comments
1062 views
I'm trying to use call from the Automation service, but I have some problem when the Path of my Document finish with space e.g.: '/default-domain/workspaces/MyWorkspace/MyFolder/MyDocument ' when I call the service, I use : ...
0 votes
3 answers
0 comments
1900 views
Hi I would like to implement an operation to allow me to subscribe a user to an alert. So i am looking for the same behavior than if a go in Document Management - click on a file select Alerts and click on Subscribe Modification. In Java Doc i found ...
0 votes
3 answers
1 comments
3090 views
Hi, I'm inside an automation chain and I need to get the current user's private workspace. The trouble is that user names are in the form: username@domain.com, and the private workspace is named like 'username-domain-com'. How can I write a query ...
0 votes
3 answers
0 comments
2193 views
I was wondering if PHP Automation Client allows ACL requests or not? I need to know all the users with Write Permission on a document and I used following code but no joy! <?php $x=""; $id = "8f488a16-7683-465e-9cce-03016f818622"; //ID of the ...
0 votes
2 answers
1 comments
2043 views
I have no trouble creating a document of type “File” and then attaching an image as a Blob using the Blob.Attach operation. However, I cannot work out how to create a document of type “Picture” with an image attached. The document creation step ...
4 votes
1 answers
4 comments
2912 views
I'm having a heck of a time finding documentation on getting/setting document tags through the automation client. I found the TagServiceImpl but it wants a CoreSession not a ConcreteJavaProxy. Can someone point me in the right direction?
0 votes
5 answers
4 comments
5334 views
We are currently looking for a DMS Solution, but one of our deal breakers is file name enforcement to the point that when a user uploads a file, a dialog should ask them for the variable information of the file name on a folder/directory basis. An ...
0 votes
1 answers
0 comments
1405 views
Is it possible to permanently delete a Document using one of the Rest Automation method. Or can I create/modify a transition to permanently delete the Document instead of putting it in the trash? Thanks
0 votes
1 answers
0 comments
2666 views
How can I set following two properties (which might be multiple value properties) dc:subjects and dc:contributors. I can set all the other properites by passing their values as string using following method… $answer = ...
0 votes
3 answers
0 comments
2129 views
I've started using PHP Automation client instead of PHP CMIS Client for my Nuxeo DM instance (5.4.2 - open source) as I couldn't upload versions of same document through PHP CMIS Client. I find no documentation for every single type of operation I ...
0 votes
2 answers
2 comments
2118 views
Another query, as we're moving documents from one system to another, we need to set up lots of metadatas when a document gets uploaded/updated. According to the PHP Automation client, I believe I can set a single property (such as dc:title or ...
0 votes
1 answers
1 comments
2148 views
Hi There, We're using Nuxeo-DM 5.4.2(open source version) with an intention to replace our own bespoke document management system which is outdated in terms of functionality. We wish to transfer all the existing documents from the bespoke DM to ...
1 votes
2 answers
4 comments
4510 views
I am using Nuxeo Studio and I want to assure that a document version is incremented automatically every time the document is modified. How can I do this?
0 votes
1 answers
0 comments
2751 views