nuxeo-studio
Hi, I want to set a field of a document with the current value of its life cycle state. In the studio I use a context variable in an automation chain and these three operations : Fetch > Context Document(s) Execution Context >Set Context ...
0 votes
2 answers
0 comments
4152 views
For example, I have Persons and Companies, and I want to represent that Persons work at one or more Companies. I defined the content model for Person and Company, but I cannot define a field pointing to a Company or Person, just to basic types ...
0 votes
0 answers
0 comments
984 views
Hello, I got a document content view with a filter form. In this filters, I try to had a boolean field such us “myschema:isImportant”. This boolean field is, in studio content view search table “not mandatory”. Nevertheless, because it's a ...
3 votes
0 answers
1 comments
2771 views
Hi , I have 2 tasks to the same entity (Document). The Task 1 has attributes required. The task 2 has no attributes required. When I answer the second task, the Nuxeo is validating the first wrong Can someone help me?
0 votes
0 answers
0 comments
1503 views
I have the following Automation Chain: Fetch -> Context documents Workflow Context -> Cancel Workflow | id = @{workflowInstanceId} I want to cancel this workflow, but I've got the following error chain Name: UA_Approved Exception: ...
0 votes
2 answers
1 comments
3388 views
Is there any nuxeo built in method available to validate uniqueness of the title of document.
1 votes
1 answers
0 comments
1709 views
I have the following Automation Chain: Fetch -> Context documents Execution Flow -> Run Chain | id = @{Document[“dcns-common:comments”] == empty ? “WF_Show_Warning_Chain” : “WF_Do_Something_Chain”} Workflow Context -> Cancel Workflow | id = ...
0 votes
0 answers
2 comments
3195 views
Hello, I'm working on unit tests as described at http://doc.nuxeo.com/display/public/CORG/Unit+Testing#UnitTesting-Overview . My Nuxeo Studio extension also has custom UID generation as described at ...
0 votes
2 answers
1 comments
3452 views
I am able to change the label using studio which will be shown in Platform . I am not able to change the studio label . it show as saved but not actually saving. I am in Layout Widget Editor and i use “Text” When i change studio label of “Title” to ...
0 votes
1 answers
0 comments
1304 views
If i have to add 10 text boxes with same properties . is there any easy way to do it . i can drag and drop and change the properties 10 times. any other way ?? I am in Docuements-> workspace -> creation lay out
0 votes
1 answers
0 comments
1514 views
Hello guys, How to validate if the title of the document already exists in the moment of creation? thank you!
0 votes
0 answers
1 comments
1558 views
Bonsoir, Je viens de mettre en place un système de publication qui me permet de publier un document dans différentes sections, j'utilise un Multiple document suggestion pour définir mes points de publication. donc l'idée maintenant est de dépublier ...
0 votes
0 answers
0 comments
1901 views
Bonjour à tous, Je viens de changer l'icon pour le type work space : <extension target=“org.nuxeo.ecm.platform.types.TypeService” point="types">
<type id="Workspace"> ...
0 votes
0 answers
0 comments
1815 views
Hi. How can I use some condition statments in a Automation Chain? I found some explanation in this topic http://answers.nuxeo.com/questions/321/condition-in-an-automation-chain But, the “Execution Flow > Run Operation” is not present anymore on ...
0 votes
1 answers
3 comments
3433 views
Hello, I want to remove LOCK and UNLOCK and Add selection to clipboard on some Documents custom. My filter is successful, because I could hidde other button, nevertheless, with this 3 actions, I couldn't find their action id name in order to apply ...
0 votes
1 answers
0 comments
2564 views