<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged multivalue-field</title>
<link>https://overflow.efficy.io/?qa=tag/multivalue-field</link>
<description>Powered by Question2Answer</description>
<item>
<title>Export Multivalue field that is on relation table is not working</title>
<link>https://overflow.efficy.io/?qa=7180/export-multivalue-field-that-is-relation-table-not-working</link>
<description>&lt;p&gt;I have multivalue fields on a relation table &quot;&lt;code&gt;DEMA_DIIN&lt;/code&gt;&quot;: &lt;code&gt;F_DD_OS&lt;/code&gt;, &lt;code&gt;F_DD_GOS&lt;/code&gt;, &lt;code&gt;F_DD_CT&lt;/code&gt;&lt;br&gt;
I have added them to the &lt;code&gt;SYS_QUERIES&lt;/code&gt; and they are display in consult tab correctly&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=7440275144033376856&quot; alt=&quot;DEMA_DIIN consult&quot;&gt;&lt;/p&gt;

&lt;p&gt;In the consult tab code, I have the following table headers:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;table 
class=&quot;data-grid grid-density-0&quot; 
data-channel=&quot;entitylist/grid&quot; 
data-entity=&quot;Diin&quot; data-recordcount=&quot;3&quot; 
data-columnlist=&quot;F_ACRONYM,F_DD_OS,F_DD_GOS,F_DD_CT,F_DD_INT_DISPO{MEMO},F_DD_MONT_DEMANDE{NUMERIC},F_DD_POUR_DEMANDE{PERCENTAGE},F_DD_MONT_ACCORDE{NUMERIC},F_DD_POUR_ACCORDE{PERCENTAGE},R_F_DD_AVIS,F_DD_COMMENTAIRE{MEMO}&quot; 
data-inlineedit-columns=&quot;0{TEXT},1{MULTIVALUE},2{MULTIVALUE},3{MULTIVALUE},4{MEMO},5{NUMERIC},6{PERCENTAGE},7{NUMERIC},8{PERCENTAGE},9{LOOKUPDROPDOWNSEARCH},10{MEMO}&quot; 
data-inlineedit-origins=&quot;DIINS,DEMA_DIIN,DEMA_DIIN,DEMA_DIIN,DEMA_DIIN,DEMA_DIIN,DEMA_DIIN,DEMA_DIIN,DEMA_DIIN,DEMA_DIIN,DEMA_DIIN&quot; 
data-queryhandle=&quot;35&quot;&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I have also added the following definition in ExportColumnsCustom.txt: (60058 is the &lt;code&gt;K_TABLE&lt;/code&gt; of the relation table &quot;&lt;code&gt;DEMA_DIIN&lt;/code&gt;&quot; where the field is)&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;datatype.F_DD_OS,
datatype.F_DD_GOS,
datatype.F_DD_CT {[text]}

cell.F_DD_OS,
cell.F_DD_GOS,
cell.F_DD_CT {[&amp;lt;#F=$FIELD$;MULTIVALUE=T;TABLEID=60058;FIELDID=$FIELDID$;SEPARATOR=, ;context=tag&amp;gt;]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;When I tried to export to Excel I have the following error which is strange because I specified the TABLEID in ExportColumnsCustom.txt which correspond to the &lt;code&gt;DEMA_DIIN&lt;/code&gt; table not the DIINS table.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Message&lt;/strong&gt;: LookupTableManager&lt;br&gt;
&lt;strong&gt;Cannot fetch Lookup Table Values on table&lt;/strong&gt; &quot;&lt;code&gt;DIINS.F_DD_GOS&lt;/code&gt;&quot;&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=13021793625500079603&quot; alt=&quot;Excel Export Error&quot;&gt;&lt;/p&gt;

&lt;p&gt;Does anyone have a solution for this issue ?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=7180/export-multivalue-field-that-is-relation-table-not-working</guid>
<pubDate>Wed, 28 May 2025 16:08:40 +0000</pubDate>
</item>
<item>
<title>How to fill a multivalue field in a list criteria via SyntaxNode class</title>
<link>https://overflow.efficy.io/?qa=7050/how-fill-multivalue-field-list-criteria-via-syntaxnode-class</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm trying to render default values into a multivalued criteria field exactly like the method sessionActor() which is defined in the class SyntaxNode.&lt;/p&gt;

&lt;p&gt;The method works for one value return. When I try to return multiple values separated by pipe. The view does't render.&lt;/p&gt;

&lt;p&gt;I would like to know if it's possible to render default values via SyntaxNode.&lt;/p&gt;

&lt;p&gt;In my list:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;   &amp;lt;line&amp;gt;
         &amp;lt;field value=&quot;OffAgences_&quot; multicond=&quot;true&quot;&amp;gt;
               sessionActorAgences()            
          &amp;lt;/field&amp;gt;
   &amp;lt;/line&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Things that didn't work:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;1: I tried returning String &quot;&amp;lt;default&amp;gt;id1&amp;lt;/default&amp;gt;&amp;lt;default&amp;gt;id2&amp;lt;/default&amp;gt;&quot;  in the string too

2: separated the id with a pipe i.e, &quot;id1|id2&quot;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Things that work:&lt;/p&gt;

&lt;p&gt;If I send one id. It's rendered perfectly.&lt;/p&gt;

&lt;p&gt;Any help would be greatly appreciated.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br&gt;
Binoy&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=7050/how-fill-multivalue-field-list-criteria-via-syntaxnode-class</guid>
<pubDate>Tue, 19 Mar 2024 15:27:36 +0000</pubDate>
</item>
<item>
<title>Filter Mulitselect based on other field</title>
<link>https://overflow.efficy.io/?qa=5834/filter-mulitselect-based-on-other-field</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Is there a way to filter a multiselect field depending on the value selected on other field?&lt;br&gt;
I have two fields. First one is a single select and the other one is a multi select. Both uses the same lookup table.&lt;/p&gt;

&lt;p&gt;Once an item is selected in the single select field, the multiselect field values will update removing the selected item in the single select field.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=15684344745659841666&quot; alt=&quot;enter image description here&quot;&gt;&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=7757246055314427953&quot; alt=&quot;enter image description here&quot;&gt;&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=12573557807172493379&quot; alt=&quot;enter image description here&quot;&gt;&lt;br&gt;
Thank you!&lt;br&gt;
Marvin&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5834/filter-mulitselect-based-on-other-field</guid>
<pubDate>Thu, 28 Jan 2021 08:50:13 +0000</pubDate>
</item>
<item>
<title>ajouter un evénement on change sur un champ multi valué</title>
<link>https://overflow.efficy.io/?qa=5824/ajouter-un-evenement-on-change-sur-un-champ-multi-value</link>
<description>&lt;p&gt;Je dois ajouter en java script un événement on change sur un champ multi valué défini dans un display box. Est-ce quelqu'un a déjà fait ça, ou connait un exemple dans l'application ?&lt;/p&gt;

&lt;p&gt;Merci.&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5824/ajouter-un-evenement-on-change-sur-un-champ-multi-value</guid>
<pubDate>Mon, 25 Jan 2021 11:03:54 +0000</pubDate>
</item>
<item>
<title>Multivalue in Email template in Products grid (Efficy 11.3)</title>
<link>https://overflow.efficy.io/?qa=5362/multivalue-in-email-template-in-products-grid-efficy-11-3</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I'm struggling with a emailtemplate and a multivalue field. I haven't been able to find the right syntax to have the multivalues values shown in the grid of Products.&lt;br&gt;
I've tried all of these:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&amp;lt;#F=F_ORIGIN;TYPE=MULTIVALUE&amp;gt;&lt;/li&gt;
&lt;li&gt;&amp;lt;#F=F_ORIGIN;MULTIVALUE=T&amp;gt;&lt;/li&gt;
&lt;li&gt;&amp;lt;#F=F_ ORIGIN;TYPE=MULTIVALUE;TABLEID=30022;FIELDID=F_ORIGIN;SEPARATOR=, ;context=tag&amp;gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;All of these give the values of the keys and not the text values.&lt;/p&gt;

&lt;p&gt;Does anyone know the right syntax to have the values shown in the email?&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Jeroen&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5362/multivalue-in-email-template-in-products-grid-efficy-11-3</guid>
<pubDate>Mon, 16 Mar 2020 08:41:53 +0000</pubDate>
</item>
<item>
<title>How to show a group from ACC_ACCOUNTS in a multivalue field?</title>
<link>https://overflow.efficy.io/?qa=4875/how-to-show-a-group-from-accaccounts-in-a-multivalue-field</link>
<description>&lt;p&gt;Hey all,&lt;/p&gt;

&lt;p&gt;How can i fill in a multivalue field with the specific users of group sales?&lt;/p&gt;

&lt;p&gt;Thanks in advance!&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4875/how-to-show-a-group-from-accaccounts-in-a-multivalue-field</guid>
<pubDate>Tue, 08 Oct 2019 08:56:31 +0000</pubDate>
</item>
<item>
<title>Is there a way to get a list of user in a formFieldConsult, from a multivalue</title>
<link>https://overflow.efficy.io/?qa=3977/is-there-way-get-list-user-formfieldconsult-from-multivalue</link>
<description>&lt;p&gt;Hello Efficy Team, &lt;/p&gt;

&lt;p&gt;A customer have a list of multivalue, pointing on ACC_ACCOUNT.&lt;br&gt;
We want to show the result in FormFieldCustom.&lt;/p&gt;

&lt;p&gt;Is there a better way than this ?&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;%Delay(1)%&amp;gt;RunQuery(id=listOfUsers$FIELD$, sql=|
    select value from string_split(
    (select $FIELD$ from proj$cide where k_project = :param1
    ), ';') where value &amp;lt;&amp;gt; ''
|, param1='%%GetKey()')%&amp;gt;

&amp;lt;dt&amp;gt;
    &amp;lt;%Delay(1)%&amp;gt;GetDataGrid(query='listOfUsers$FIELD$', templateText=|
        &amp;lt;#repeat&amp;gt;
            &amp;lt;%Delay(2)%&amp;gt;GetUserName(param='&amp;lt;#F=value&amp;gt;')%&amp;gt;
        &amp;lt;/#repeat&amp;gt;
    |)%&amp;gt;
&amp;lt;/dt&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;(as you may have guessed, this is still Efficy 10sp2+. But any suggestion for Efficy 11&amp;gt; are welcome !)&lt;/p&gt;

&lt;p&gt;Thanks in advance, &lt;/p&gt;

&lt;p&gt;Loïc&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3977/is-there-way-get-list-user-formfieldconsult-from-multivalue</guid>
<pubDate>Thu, 21 Feb 2019 20:43:46 +0000</pubDate>
</item>
<item>
<title>Create a multi value field, on acc_account but filter on a specific group</title>
<link>https://overflow.efficy.io/?qa=3581/create-multi-value-field-accaccount-filter-specific-group</link>
<description>&lt;p&gt;Hello Efficy Team, &lt;/p&gt;

&lt;p&gt;I am looking for the best way to filter a multivalue field on acc_account in a category. For exemple, in a category, the possibly to select only user from the group &quot;sales&quot;.&lt;/p&gt;

&lt;p&gt;We thought of three &quot;simple&quot; solutions :&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;In client side, with a serverscript, dynamically load the acc_account &lt;/li&gt;
&lt;li&gt;Report the users in an other lookup, with their name and their k_user (I don't like this solution)&lt;/li&gt;
&lt;li&gt;Edit the &quot;sqlrule&quot; of the multivalue field (but we struggle with the semicolon separator)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The solution provided by Kristof in the project guide about the &quot;form in category&quot; might do the job (because we could set a special definition for this field). Am I correct ? &lt;/p&gt;

&lt;p&gt;Have someone another idea ? &lt;/p&gt;

&lt;p&gt;Cheers, &lt;/p&gt;

&lt;p&gt;Loïc&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3581/create-multi-value-field-accaccount-filter-specific-group</guid>
<pubDate>Tue, 02 Oct 2018 11:21:50 +0000</pubDate>
</item>
<item>
<title>Multivalue custom Options</title>
<link>https://overflow.efficy.io/?qa=2855/multivalue-custom-options</link>
<description>&lt;p&gt;Hi all!&lt;/p&gt;

&lt;p&gt;I had to create a new entity (THEMATICS) and i need to use its values to fill a multivalue.&lt;br&gt;
This multivalue is a field of Documents that allows users to choose some thematics.&lt;br&gt;
To fill it i need a custom field and i found this post :&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://overflow.efficy.com/?qa=2468/custom-options-in-a-multi-value-field&amp;amp;show=2468#q2468&quot;&gt;https://overflow.efficy.com/?qa=2468/custom-options-in-a-multi-value-field&amp;amp;show=2468#q2468&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;so i implemented my field like this :&lt;br&gt;
&lt;strong&gt;&lt;em&gt;FormFieldsEditCustom.txt&lt;/em&gt;&lt;/strong&gt;:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;field.THEMATICS {[
    &amp;lt;%GetEdit('$FIELD$',
    data-ajax-url='dialog?_macro=MultiValue_DOCU_Thematics&amp;amp;_macrofile=MacroAjax&amp;amp;Key=&amp;lt;%RunScript(getMainDetail, detail=Them)%&amp;gt;',
    data-json='{&amp;lt;%GetField(&quot;$FIELD$&quot;, type=&quot;MULTIVALUE&quot;, json=T)%&amp;gt;}')
]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;MacroAjaxCustom.txt&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;MultiValue_DOCU_Thematics {[
&amp;lt;%RunQuery(id='getThematicEntries', store=10001, SQL='select Them.K_THEMATIC, Them.NAME from THEMATICS Them order by NAME desc')%&amp;gt;
&amp;lt;%GetDataGrid(query='getThematicEntries', count=-1, norecords='', nolinefeed=T,
    templatetext=|[&amp;lt;#repeat&amp;gt;
            {
                 &quot;id&quot;:&amp;lt;#F=K_THEMATIC;nospace=T&amp;gt;
                ,&quot;text&quot;:&quot;&amp;lt;#F=NAME;jsontext=T;nospace=T&amp;gt;&quot;
            }&amp;lt;#S=;SEPARATOR=,&amp;gt;
        &amp;lt;/#repeat&amp;gt;]|
    )%&amp;gt;
]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;The multivalue field is &quot;works&quot; : when i want to look a Document that have thematics this error is thrown :&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;ID: ENTT-1515&lt;/p&gt;
  
  &lt;p&gt;Message: LookupTableManager&lt;br&gt;
  Cannot fetch Lookup Table Values on table &quot;DOCUMENTS.F_THEMATICS&quot;&lt;/p&gt;
  
  &lt;p&gt;Commentaire:&lt;/p&gt;
  
  &lt;p&gt;Details: Application Server Error&lt;br&gt;
  (ENTT-1513) LookupTableManager&lt;br&gt;
  Cannot fetch Lookup Table Values on table &quot;DOCUMENTS.F&lt;em&gt;THEMATICS&quot;&lt;br&gt;
  (ENTT-1515) LookupTableManager&lt;br&gt;
  FieldName &quot;0&quot; not found in SYS&lt;/em&gt;FIELDS&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Secondly, why a button &quot;Download&quot; is display below ?&lt;br&gt;
All tab (green buttons on the screens) display the same thing. I think it's the buttons of the next tab.. This error only appears when i define the field definition (THEMATICS instead of MULTIVALUE in Edit Document on Conficy)&lt;/p&gt;

&lt;p&gt;Thanks a lot !&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=3700115100989004848&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2855/multivalue-custom-options</guid>
<pubDate>Tue, 26 Dec 2017 11:59:59 +0000</pubDate>
</item>
<item>
<title>Custom options in a multi-value field</title>
<link>https://overflow.efficy.io/?qa=2468/custom-options-in-a-multi-value-field</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;I would like to customize a multi-value field with data fetched from a custom query.&lt;/p&gt;

&lt;p&gt;The multi-value is linked to the companies table and when I run my query and I try to populate the field, the custom declaration is ignored.&lt;/p&gt;

&lt;p&gt;My example:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;field.F_CONCURRENTEN.Oppo{[ 
&amp;lt;%RunQuery(id=&quot;Competitors&quot;, SQL=&quot;select comp.K_COMPANY, comp.NAME from COMPANIES comp
    inner join COMP_COMP cc on comp.K_COMPANY = cc.K_COMPANY2
    where cc.RELATION in (35) and cc.K_COMPANY=:p1&quot;, param1=&quot;%%RunScript(getMainDetail, detail=Comp)&quot;)%&amp;gt;

&amp;lt;select multiple name=&quot;$FIELD$&quot; id=&quot;$FIELD$&quot;&amp;gt;
    &amp;lt;option&amp;gt;&amp;lt;/option&amp;gt;
    &amp;lt;%GetDataGrid(query=&quot;Competitors&quot;, templateText=|&amp;lt;#repeat&amp;gt;
        &amp;lt;option value=&quot;&amp;lt;#F=K_COMPANY&amp;gt;&quot; &amp;lt;%OnField($FIELD$, value=&quot;&amp;lt;#F=K_COMPANY&amp;gt;&quot;, then=&quot;SELECTED&quot;)%&amp;gt;&amp;gt;&amp;lt;#F=NAME&amp;gt;&amp;lt;/option&amp;gt;
    &amp;lt;/#repeat&amp;gt;|)%&amp;gt;
&amp;lt;/select&amp;gt;
]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;The result I get is a list of &lt;/p&gt;

&lt;p&gt;Any suggesions?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2468/custom-options-in-a-multi-value-field</guid>
<pubDate>Fri, 05 May 2017 08:55:23 +0000</pubDate>
</item>
<item>
<title>Get values of a multi value field</title>
<link>https://overflow.efficy.io/?qa=1618/get-values-of-a-multi-value-field</link>
<description>&lt;p&gt;Hi,&lt;br&gt;
I'm trying to show values in a consult view based on the selected values of a multi value field in the edit window. &lt;br&gt;
I tried it like this:&lt;br&gt;
&amp;lt;%GetField(&quot;F_PROJECTFASE&quot;, type=&quot;MULTIVALUE&quot;, separator=&quot;; &quot;)%&amp;gt;&lt;/p&gt;

&lt;p&gt;But as result I get 'undefined' back. How can I get these values?&lt;br&gt;
Thanks in advance!&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1618/get-values-of-a-multi-value-field</guid>
<pubDate>Fri, 13 May 2016 13:06:14 +0000</pubDate>
</item>
<item>
<title>Efficy2014 - How to override lib\js\query script file in a custom</title>
<link>https://overflow.efficy.io/?qa=542/efficy2014-how-to-override-lib-js-query-script-file-in-custom</link>
<description>&lt;p&gt;Hi,&lt;br&gt;
In 2014 version, the &quot;R_&quot; view associated to a table does not contain the last value of a multiple values field. This will be fixed in the next build (Augist 2015). Meanwhile, you can find the new select2.js (lib \ js \ jquery) and the way to override it in a custom, in the Efficy Document | Efficy 2014 - multivalue field correction / Select2.js (&lt;a rel=&quot;nofollow&quot; href=&quot;https://ivm.efficy.com/efficy.dll/dialog?page=remote/DialogOperation&amp;amp;action=View%28%27Docu%27,150382%29&amp;amp;close=T&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://ivm.efficy.com/efficy.dll/dialog?page=remote/DialogOperation&amp;amp;action=View%28%27Docu%27,150382%29&amp;amp;close=T&quot;&gt;https://ivm.efficy.com/efficy.dll/dialog?page=remote/DialogOperation&amp;amp;action=View%28%27Docu%27,150382%29&amp;amp;close=T&lt;/a&gt;) .&lt;br&gt;
Regards, Anne&lt;/p&gt;
</description>
<category>Minor bug fixes</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=542/efficy2014-how-to-override-lib-js-query-script-file-in-custom</guid>
<pubDate>Fri, 24 Jul 2015 06:40:49 +0000</pubDate>
</item>
</channel>
</rss>