<?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 Workflow nuxeo studio : field in a node -&amp;gt; force uppercase (without accent) ? in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/workflow-nuxeo-studio-field-in-a-node-gt-force-uppercase-without/m-p/327893#M14894</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I use nuxeo workflow in nuxeo studio.&lt;/P&gt;
&lt;P&gt;I defined fields on a task. As "name", "firstname".&lt;/P&gt;
&lt;P&gt;I would like to force answers on this fields to "uppercase".&lt;/P&gt;
&lt;P&gt;Is it possible on nuxeo studio ?&lt;/P&gt;
&lt;P&gt;thank you&lt;/P&gt;</description>
    <pubDate>Mon, 08 Apr 2013 16:40:36 GMT</pubDate>
    <dc:creator>milonette_</dc:creator>
    <dc:date>2013-04-08T16:40:36Z</dc:date>
    <item>
      <title>Workflow nuxeo studio : field in a node -&gt; force uppercase (without accent) ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/workflow-nuxeo-studio-field-in-a-node-gt-force-uppercase-without/m-p/327893#M14894</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;I use nuxeo workflow in nuxeo studio.&lt;/P&gt;
&lt;P&gt;I defined fields on a task. As "name", "firstname".&lt;/P&gt;
&lt;P&gt;I would like to force answers on this fields to "uppercase".&lt;/P&gt;
&lt;P&gt;Is it possible on nuxeo studio ?&lt;/P&gt;
&lt;P&gt;thank you&lt;/P&gt;</description>
      <pubDate>Mon, 08 Apr 2013 16:40:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/workflow-nuxeo-studio-field-in-a-node-gt-force-uppercase-without/m-p/327893#M14894</guid>
      <dc:creator>milonette_</dc:creator>
      <dc:date>2013-04-08T16:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow nuxeo studio : field in a node -&gt; force uppercase (without accent) ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/workflow-nuxeo-studio-field-in-a-node-gt-force-uppercase-without/m-p/327894#M14895</link>
      <description>&lt;P&gt;Hello Me&lt;/P&gt;
&lt;P&gt;Solution is based in two operations:&lt;/P&gt;
&lt;P&gt;Created a css style class or use balise "style" with transformation of text inserted "just for visibility "&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;text-transform:uppercase;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Accents are still possible at this time and the texte is not yet register in uppercase.&lt;/P&gt;
&lt;P&gt;After click to go to next node, use an automation chain this way:
Choose ONE of this TWO =&amp;gt;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;WorkflowVariables["varvar"]=WorkflowVariables["varvar"].toUpperCase();  
WorkflowVariables["varvar"]=org.apache.commons.lang.StringUtils.upperCase(WorkflowVariables["varvar"]) ;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and then do :&lt;/P&gt;
&lt;PRE&gt;&lt;CODE&gt;WorkflowVariables["varvar"]=org.nuxeo.common.utils.StringUtils.toAscii(WorkflowVariables["varvar"]);
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 22 Apr 2013 15:54:35 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/workflow-nuxeo-studio-field-in-a-node-gt-force-uppercase-without/m-p/327894#M14895</guid>
      <dc:creator>milonette_</dc:creator>
      <dc:date>2013-04-22T15:54:35Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow nuxeo studio : field in a node -&gt; force uppercase (without accent) ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/workflow-nuxeo-studio-field-in-a-node-gt-force-uppercase-without/m-p/327895#M14896</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;A blog post on this topic has been posted: &lt;A href="http://www.nuxeo.com/blog/development/2013/05/red-uppercase-nuxeo-studio/" target="test_blank"&gt;http://www.nuxeo.com/blog/development/2013/05/red-uppercase-nuxeo-studio/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thibaud&lt;/P&gt;</description>
      <pubDate>Mon, 06 May 2013 15:43:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/workflow-nuxeo-studio-field-in-a-node-gt-force-uppercase-without/m-p/327895#M14896</guid>
      <dc:creator>ThibArg_</dc:creator>
      <dc:date>2013-05-06T15:43:00Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow nuxeo studio : field in a node -&gt; force uppercase (without accent) ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/workflow-nuxeo-studio-field-in-a-node-gt-force-uppercase-without/m-p/327896#M14897</link>
      <description>&lt;P&gt;Ok, thanks making a post for more details, but don't forget to refer the original answered ticket in your blog, please.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jun 2013 16:25:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/workflow-nuxeo-studio-field-in-a-node-gt-force-uppercase-without/m-p/327896#M14897</guid>
      <dc:creator>milonette_</dc:creator>
      <dc:date>2013-06-14T16:25:11Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow nuxeo studio : field in a node -&gt; force uppercase (without accent) ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/workflow-nuxeo-studio-field-in-a-node-gt-force-uppercase-without/m-p/327897#M14898</link>
      <description>&lt;P&gt;The "original source for this information" (as you commented on the blog) was not your reply. The blog was written a few days after the question was posted, and because it is longer than our usual blogs, it took way more time to proof-read and then to publish.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2013 05:32:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/workflow-nuxeo-studio-field-in-a-node-gt-force-uppercase-without/m-p/327897#M14898</guid>
      <dc:creator>ThibArg_</dc:creator>
      <dc:date>2013-06-17T05:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow nuxeo studio : field in a node -&gt; force uppercase (without accent) ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/workflow-nuxeo-studio-field-in-a-node-gt-force-uppercase-without/m-p/327898#M14899</link>
      <description>&lt;P&gt;And please think to mark the best answer of your question.&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2013 10:14:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/workflow-nuxeo-studio-field-in-a-node-gt-force-uppercase-without/m-p/327898#M14899</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2013-06-17T10:14:41Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow nuxeo studio : field in a node -&gt; force uppercase (without accent) ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/workflow-nuxeo-studio-field-in-a-node-gt-force-uppercase-without/m-p/327899#M14900</link>
      <description>&lt;P&gt;All right! I forgot rule N°2&lt;/P&gt;</description>
      <pubDate>Thu, 10 Oct 2013 15:07:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/workflow-nuxeo-studio-field-in-a-node-gt-force-uppercase-without/m-p/327899#M14900</guid>
      <dc:creator>milonette_</dc:creator>
      <dc:date>2013-10-10T15:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Workflow nuxeo studio : field in a node -&gt; force uppercase (without accent) ?</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/workflow-nuxeo-studio-field-in-a-node-gt-force-uppercase-without/m-p/327900#M14901</link>
      <description>&lt;P&gt;Wondering what's rule number 1&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2013 18:12:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/workflow-nuxeo-studio-field-in-a-node-gt-force-uppercase-without/m-p/327900#M14901</guid>
      <dc:creator>ThibArg_</dc:creator>
      <dc:date>2013-10-17T18:12:18Z</dc:date>
    </item>
  </channel>
</rss>

