<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Fill up a form when the document state is to be changed within a workflow in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/fill-up-a-form-when-the-document-state-is-to-be-changed-within-a/m-p/325181#M12182</link>
    <description>&lt;P&gt;anyone? Any reference would be really appreciated. thanks&lt;/P&gt;</description>
    <pubDate>Sun, 08 Apr 2012 05:05:11 GMT</pubDate>
    <dc:creator>Ramprasad_</dc:creator>
    <dc:date>2012-04-08T05:05:11Z</dc:date>
    <item>
      <title>Fill up a form when the document state is to be changed within a workflow</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/fill-up-a-form-when-the-document-state-is-to-be-changed-within-a/m-p/325180#M12181</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I have searched in the forum and answers however not been able to find anything that could help me. I am a newbie and your help will be greatly appreciated.&lt;/P&gt;
&lt;P&gt;I have implemented Nuxeo 5.5 Document Management. Within the DM, the document life cyle has been modified, shortened it to 3 states Project, Approved and Client.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;Project -&amp;gt; Approved -&amp;gt; Client

   ^          |          |

   |          |          |

   ----------------------
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Once the document has reached a certain maturity, it is sent off for an approval where it changes to amajor version. In certain cases, only approved documents are sent off to Client and this change of state is activated by running a single task workflow by the user before downloading and mailing the document.&lt;/P&gt;
&lt;P&gt;If there are changes after the document is approved or sent to Client, the user edits and the document state automatically gets changed to project and the earlier version is preserved in history. The current version carries on with the last assigned version number -&amp;gt; changing version only after an approval lifecyle again.&lt;/P&gt;
&lt;P&gt;I have 2 needs&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;When the state is "Client", it does not change back to initial project. This does happen with the "Approved" state though. An approved document automatically changes into project on editing. I want the same to happen with the "Client" document. I have compared the versioning rules and transistions within the plugin that I have deployed and there is no difference between the Approved and Client&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;How can I make this happen?&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;In some very special cases, documents in certain folders only, when sent to "Client", a form has to be filled up (a checklist and validation custom form) before the state changes. If the form is not filled, the state does not change or the task is rejected.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;I am aware of automation chains and events in Studio however cannot seem to find how to create a custom form and attach it as a compulsary action within the workflow for certain conditions.&lt;/P&gt;
&lt;P&gt;Is there a reference for this or a method I can achieve this?&lt;/P&gt;
&lt;P&gt;Thank you very much in advance for your responses. I have tried searching without any success and any answers or references will help me greatly&lt;/P&gt;
&lt;P&gt;regards&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2012 07:52:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/fill-up-a-form-when-the-document-state-is-to-be-changed-within-a/m-p/325180#M12181</guid>
      <dc:creator>Ramprasad_</dc:creator>
      <dc:date>2012-04-06T07:52:44Z</dc:date>
    </item>
    <item>
      <title>Re: Fill up a form when the document state is to be changed within a workflow</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/fill-up-a-form-when-the-document-state-is-to-be-changed-within-a/m-p/325181#M12182</link>
      <description>&lt;P&gt;anyone? Any reference would be really appreciated. thanks&lt;/P&gt;</description>
      <pubDate>Sun, 08 Apr 2012 05:05:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/fill-up-a-form-when-the-document-state-is-to-be-changed-within-a/m-p/325181#M12182</guid>
      <dc:creator>Ramprasad_</dc:creator>
      <dc:date>2012-04-08T05:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Fill up a form when the document state is to be changed within a workflow</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/fill-up-a-form-when-the-document-state-is-to-be-changed-within-a/m-p/325182#M12183</link>
      <description>&lt;OL&gt;
&lt;LI&gt;For the first question if I well understand, you would like to automatically change the state of your document from Client to Project each time the document is modified, right?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Your lifecycle is good, now you have to create the treatment that will be triggered when the document is modified and when state is Client. In Studio this easy:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create an event handler attached to the Before document modification for document in the Client state lifecycle&lt;/LI&gt;
&lt;LI&gt;Attach the Event Handler to this following operation chain: fetch context &amp;gt; Follow Lifecycle Transition (with the name you gave for the transition&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;That's all&lt;/P&gt;
&lt;OL start="2"&gt;
&lt;LI&gt;The second point will need a bit more work and I'm not sure to understand what you want to do.&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 10 Apr 2012 19:00:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/fill-up-a-form-when-the-document-state-is-to-be-changed-within-a/m-p/325182#M12183</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2012-04-10T19:00:47Z</dc:date>
    </item>
    <item>
      <title>Re: Fill up a form when the document state is to be changed within a workflow</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/fill-up-a-form-when-the-document-state-is-to-be-changed-within-a/m-p/325183#M12184</link>
      <description>&lt;P&gt;For the second question Nuxeo Studio will implement a tab designer that will give you the possibility to create tabs against you document.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2012 19:16:44 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/fill-up-a-form-when-the-document-state-is-to-be-changed-within-a/m-p/325183#M12184</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2012-04-10T19:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: Fill up a form when the document state is to be changed within a workflow</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/fill-up-a-form-when-the-document-state-is-to-be-changed-within-a/m-p/325184#M12185</link>
      <description>&lt;P&gt;Hi Bjalon,&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2012 19:20:42 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/fill-up-a-form-when-the-document-state-is-to-be-changed-within-a/m-p/325184#M12185</guid>
      <dc:creator>Ramprasad_</dc:creator>
      <dc:date>2012-04-10T19:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Fill up a form when the document state is to be changed within a workflow</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/fill-up-a-form-when-the-document-state-is-to-be-changed-within-a/m-p/325185#M12186</link>
      <description>&lt;P&gt;hey thanks. You answered as I was adding more explanation. Thanks a ton. I will try to work with what you have suggested. If any issues I will put a new question as suggested but perhaps with a secondary issue and more directed within the explanation you have given.&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2012 19:23:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/fill-up-a-form-when-the-document-state-is-to-be-changed-within-a/m-p/325185#M12186</guid>
      <dc:creator>Ramprasad_</dc:creator>
      <dc:date>2012-04-10T19:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Fill up a form when the document state is to be changed within a workflow</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/fill-up-a-form-when-the-document-state-is-to-be-changed-within-a/m-p/325186#M12187</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;</description>
      <pubDate>Sun, 15 Apr 2012 07:51:27 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/fill-up-a-form-when-the-document-state-is-to-be-changed-within-a/m-p/325186#M12187</guid>
      <dc:creator>Ramprasad_</dc:creator>
      <dc:date>2012-04-15T07:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Fill up a form when the document state is to be changed within a workflow</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/fill-up-a-form-when-the-document-state-is-to-be-changed-within-a/m-p/325187#M12188</link>
      <description>&lt;P&gt;Hi bjalon,&lt;/P&gt;</description>
      <pubDate>Sun, 22 Apr 2012 19:52:58 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/fill-up-a-form-when-the-document-state-is-to-be-changed-within-a/m-p/325187#M12188</guid>
      <dc:creator>Ramprasad_</dc:creator>
      <dc:date>2012-04-22T19:52:58Z</dc:date>
    </item>
  </channel>
</rss>

