<?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 how to initialize dropdown in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/how-to-initialize-dropdown/m-p/231026#M184156</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My process:&amp;nbsp; start –&amp;gt; service task –&amp;gt;user task–&amp;gt;end&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We can use DelegateExecution.setVariable("myId","test") in service task. And in user task has input text with id "myId".&amp;nbsp; The input text will initialized with "test" value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And my question is how to set a variable in service rask for dropdown?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jan 2016 07:13:57 GMT</pubDate>
    <dc:creator>johnnylin</dc:creator>
    <dc:date>2016-01-11T07:13:57Z</dc:date>
    <item>
      <title>how to initialize dropdown</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-initialize-dropdown/m-p/231026#M184156</link>
      <description>My process:&amp;nbsp; start –&amp;gt; service task –&amp;gt;user task–&amp;gt;endWe can use DelegateExecution.setVariable("myId","test") in service task. And in user task has input text with id "myId".&amp;nbsp; The input text will initialized with "test" value.And my question is how to set a variable in service rask for dropdow</description>
      <pubDate>Mon, 11 Jan 2016 07:13:57 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-initialize-dropdown/m-p/231026#M184156</guid>
      <dc:creator>johnnylin</dc:creator>
      <dc:date>2016-01-11T07:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to initialize dropdown</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-initialize-dropdown/m-p/231027#M184157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, for populating the dropdown with a default value you have to do exactly the same you did for a simple text field but you have to set the "id" value to the variable not the label value.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;ex: dropdown1 [{"v1", "Value 1"}, {"v2", "Value 2"}])&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;you have to set: execution.setVariable("dropdown1", "v2") -&amp;gt; and the ui will show "Value 2" as selected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jan 2016 21:26:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-initialize-dropdown/m-p/231027#M184157</guid>
      <dc:creator>vasile_dirla</dc:creator>
      <dc:date>2016-01-11T21:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: how to initialize dropdown</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-initialize-dropdown/m-p/231028#M184158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for your reply. my question is how to set values for the dropdown options. e.g.dropdown1&amp;nbsp; [{"v1", "Value 1"}, {"v2", "Value 2"}]).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I notice that the function execution.setVariables(Map), but how to set the map values to dropdown1? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jan 2016 02:30:03 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-initialize-dropdown/m-p/231028#M184158</guid>
      <dc:creator>johnnylin</dc:creator>
      <dc:date>2016-01-12T02:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: how to initialize dropdown</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-initialize-dropdown/m-p/231029#M184159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Do we have any solution for this query? &lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Aug 2016 05:36:53 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-initialize-dropdown/m-p/231029#M184159</guid>
      <dc:creator>dilip_chenani</dc:creator>
      <dc:date>2016-08-08T05:36:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to initialize dropdown</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/how-to-initialize-dropdown/m-p/231030#M184160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;*push*&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm facing the same issue. Is any solution available?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2017 13:30:07 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/how-to-initialize-dropdown/m-p/231030#M184160</guid>
      <dc:creator>aoezlem</dc:creator>
      <dc:date>2017-12-11T13:30:07Z</dc:date>
    </item>
  </channel>
</rss>

