<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged mobile-application</title>
<link>https://overflow.efficy.io/?qa=tag/mobile-application</link>
<description>Powered by Question2Answer</description>
<item>
<title>Change of color of the texts of the agenda in the mobile application</title>
<link>https://overflow.efficy.io/?qa=6669/change-of-color-the-texts-the-agenda-the-mobile-application</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I would like to customize the Efficy mobile app for a client by changing the text color in the calendar.&lt;br&gt;
But my changes don't work and crash the access to efficy on my phone.&lt;br&gt;
I added in the sys&lt;em&gt;storage the parameter MobileStyle&lt;/em&gt;DEV with the value :&lt;/p&gt;

&lt;p&gt;{&lt;br&gt;
  &quot;agenda&quot;: {&lt;br&gt;
modeMeetingIn: {&quot;backgroundColor&quot; : &quot;#000000&quot;},&lt;br&gt;
modeMeetingOut: {&quot;backgroundColor&quot; : &quot;#000000&quot;},&lt;br&gt;
modeHolidays: {&quot;backgroundColor&quot; : &quot;#000000&quot;},&lt;br&gt;
natureConfidential: {&quot;backgroundColor&quot; : &quot;#000000&quot;},&lt;br&gt;
naturePrivate: {&quot;backgroundColor&quot; : &quot;#000000&quot;}&lt;br&gt;
  }&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;Is this the right way to do it?&lt;br&gt;
I don't know if adding this definition overwrites the standard definition?&lt;/p&gt;

&lt;p&gt;I found the documentation (&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.io/edn/dev/mbad_customizeagenda).&quot;&gt;https://help.efficy.io/edn/dev/mbad_customizeagenda).&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Thank you in advance for your help&lt;/p&gt;

&lt;p&gt;Quentin&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6669/change-of-color-the-texts-the-agenda-the-mobile-application</guid>
<pubDate>Wed, 31 Aug 2022 08:25:51 +0000</pubDate>
</item>
<item>
<title>Mobile App Error : The list couldn't be retrieved ! Any restriction into standard entities ?</title>
<link>https://overflow.efficy.io/?qa=6388/mobile-error-couldnt-retrieved-restriction-standard-entities</link>
<description>&lt;p&gt;I have this bug on Mobile app when I want to use the R&lt;em&gt;F&lt;/em&gt;FIELD into the company entity rather than in a custom entity the R&lt;em&gt;F&lt;/em&gt;FIELD is well recognized. &lt;br&gt;
both are declared as lookup by key.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=7758260125129739452&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&quot;listCardDefinitions&quot;:{
      &quot;Amou&quot;:{
         &quot;default&quot;:[
            {
               &quot;field&quot;:&quot;NAME&quot;,
               &quot;spaces&quot;:13
            },
            {
               &quot;field&quot;:&quot;F_D_START&quot;,
               &quot;display&quot;:&quot;date&quot;
            },
            {
               &quot;field&quot;:&quot;R_F_KIND&quot;
            },
            {
               &quot;field&quot;:&quot;F_OBJECTIVE&quot;
            },
            {
               &quot;field&quot;:&quot;F_HEAD&quot;
            },
            {
               &quot;field&quot;:&quot;F_HAND&quot;
            },
            {
               &quot;field&quot;:&quot;F_BODY&quot;
            },
            {
               &quot;field&quot;:&quot;F_FOOT&quot;
            },
            {
               &quot;field&quot;:&quot;F_FALL&quot;
            },
            {
               &quot;field&quot;:&quot;F_OTHER&quot;
            }
         ]
      },
      &quot;Comp&quot;:{
         &quot;default&quot;:[
            {
               &quot;field&quot;:&quot;NAME&quot;,
               &quot;template&quot;:&quot;#NAME#&quot;
            },
            {
               &quot;field&quot;:&quot;R_F_TYPE1&quot;,
               &quot;spaces&quot;:13
            },
            {
               &quot;field&quot;:&quot;PHONE1&quot;,
               &quot;display&quot;:&quot;phone&quot;,
               &quot;spaces&quot;:7
            },
            {
               &quot;field&quot;:&quot;EMAIL1&quot;,
               &quot;display&quot;:&quot;email&quot;,
               &quot;spaces&quot;:8
            },
            {
               &quot;field&quot;:[
                  &quot;STREET&quot;,
                  &quot;BUILDING&quot;,
                  &quot;CITY&quot;
               ],
               &quot;template&quot;:&quot;#STREET# #BUILDING#, #CITY#&quot;,
               &quot;display&quot;:&quot;map&quot;,
               &quot;forceLabel&quot;:&quot;Address&quot;,
               &quot;spaces&quot;:8
            },
            {
               &quot;field&quot;:&quot;POSTCODE&quot;,
               &quot;spaces&quot;:13
            },
            {
               &quot;field&quot;:&quot;F_ERP_CODE&quot;,
               &quot;spaces&quot;:6
            },
            {
               &quot;field&quot;:&quot;F_CODE&quot;
            }
         ],
         &quot;consultDetail&quot;:[
            {
               &quot;field&quot;:[
                  &quot;NAME&quot;
               ],
               &quot;template&quot;:&quot;#NAME#&quot;,
               &quot;forceLabel&quot;:&quot;Name&quot;,
               &quot;spaces&quot;:10
            },
            {
                &quot;field&quot;:&quot;F_ERP_CODE&quot;,
                &quot;spaces&quot;:8
             },
             {
                &quot;field&quot;:&quot;F_CODE&quot;
             },
            {
               &quot;field&quot;:&quot;PHONE1&quot;,
               &quot;display&quot;:&quot;phone&quot;
            },
            {
                &quot;field&quot;:[
                   &quot;STREET&quot;,
                   &quot;BUILDING&quot;,
                   &quot;CITY&quot;
                ],
                &quot;template&quot;:&quot;#STREET# #BUILDING#, #CITY#&quot;,
                &quot;display&quot;:&quot;map&quot;,
                &quot;forceLabel&quot;:&quot;Address&quot;,
                &quot;spaces&quot;:8
             }
         ]
      }
   },
   &quot;Cont&quot;:{
      &quot;default&quot;:[
         {
            &quot;field&quot;:[
               &quot;FIRSTNAME&quot;,
               &quot;NAME&quot;
            ],
            &quot;template&quot;:&quot;#NAME# #FIRSTNAME#&quot;,
            &quot;forceLabel&quot;:&quot;Name&quot;,
            &quot;spaces&quot;:10
         },
         {
            &quot;field&quot;:&quot;PHONE1&quot;,
            &quot;display&quot;:&quot;phone&quot;,
            &quot;spaces&quot;:7
         },
         {
            &quot;field&quot;:&quot;PHONE2&quot;,
            &quot;display&quot;:&quot;phone&quot;,
            &quot;spaces&quot;:7
         },
         {
            &quot;field&quot;:&quot;EMAIL1&quot;,
            &quot;display&quot;:&quot;email&quot;,
            &quot;spaces&quot;:8
         },
         {
            &quot;field&quot;:[
               &quot;STREET&quot;,
               &quot;BUILDING&quot;,
               &quot;CITY&quot;
            ],
            &quot;template&quot;:&quot;#STREET# #BUILDING#, #CITY#&quot;,
            &quot;display&quot;:&quot;map&quot;,
            &quot;forceLabel&quot;:&quot;Address&quot;,
            &quot;spaces&quot;:8
         }
      ],
      &quot;search&quot;:[
         {
            &quot;field&quot;:[
               &quot;FIRSTNAME&quot;,
               &quot;NAME&quot;
            ],
            &quot;template&quot;:&quot;#NAME# #FIRSTNAME#&quot;,
            &quot;forceLabel&quot;:&quot;Name&quot;,
            &quot;spaces&quot;:10
         },
         {
            &quot;field&quot;:&quot;PHONE1&quot;,
            &quot;display&quot;:&quot;phone&quot;,
            &quot;spaces&quot;:7
         },
         {
            &quot;field&quot;:&quot;PHONE2&quot;,
            &quot;display&quot;:&quot;phone&quot;,
            &quot;spaces&quot;:7
         },
         {
            &quot;field&quot;:&quot;EMAIL1&quot;,
            &quot;display&quot;:&quot;email&quot;,
            &quot;spaces&quot;:8
         },
         {
            &quot;field&quot;:&quot;COMPANY&quot;,
            &quot;template&quot;:&quot;#COMPANY#&quot;
         }
      ],
      &quot;consultDetail&quot;:[
         {
            &quot;field&quot;:[
               &quot;FIRSTNAME&quot;,
               &quot;NAME&quot;
            ],
            &quot;template&quot;:&quot;#NAME# #FIRSTNAME#&quot;,
            &quot;forceLabel&quot;:&quot;Name&quot;,
            &quot;spaces&quot;:10
         },
         {
            &quot;field&quot;:&quot;PHONE1&quot;,
            &quot;display&quot;:&quot;phone&quot;
         },
         {
            &quot;field&quot;:&quot;EMAIL1&quot;,
            &quot;display&quot;:&quot;email&quot;
         }
      ] 
   }
}
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>Errors</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6388/mobile-error-couldnt-retrieved-restriction-standard-entities</guid>
<pubDate>Tue, 07 Dec 2021 17:11:35 +0000</pubDate>
</item>
<item>
<title>how to display more information in mobile app for relations in standard entities</title>
<link>https://overflow.efficy.io/?qa=6381/display-more-information-mobile-relations-standard-entities</link>
<description>&lt;p&gt;I want to add more informations in the relation displayed fields between comp comp.  I want to display the relation type in a custom field.&lt;/p&gt;

&lt;p&gt;I try to change sys_queries to do as already done for information displayed into my custom entity but without success.&lt;/p&gt;

&lt;p&gt;It is possible for standard entities and if it possible how. The documentation talk only about displaying the card of each relation.&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=18160736164674387665&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt; &quot;entityRelations&quot;: {
         &quot;Acti&quot;: &quot;User,Cont,Comp,Proj,Publ,Oppo,Case,Docu,Mail,Prod,Prof,Acti&quot;,
         &quot;Appo&quot;: &quot;User,Cont,Comp,Proj,Publ,Oppo,Case,Docu,Mail,Prod,Prof,Acti&quot;,
         &quot;Case&quot;: &quot;User,Cont,Comp,Proj,Oppo&quot;,
         &quot;Comp&quot;: &quot;User&quot;,
         &quot;Cont&quot;: &quot;User,Comp&quot;,
         &quot;Docu&quot;: &quot;User,Cont,Comp,Proj,Publ,Oppo,Case,Mail&quot;,
         &quot;Mail&quot;: &quot;User,Cont,Comp,Proj,Publ,Oppo,Case,Docu,Acti,Prof&quot;,
         &quot;Objv&quot;: &quot;User,Cont,Comp&quot;,
         &quot;Oppo&quot;: &quot;User,Cont,Comp,Proj&quot;,
         &quot;Prod&quot;: &quot;User&quot;,
         &quot;Proj&quot;: &quot;User,Cont,Comp&quot;,
         &quot;Tmpl&quot;: &quot;User,Cont,Comp,Proj&quot;
 },
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Here I want to display on this screen more information than the phone number and map coordinate. &lt;/p&gt;

&lt;p&gt;like a did it by customizing the sys_queries for this relation to my custom entity.&lt;br&gt;
it takes the listcarddefinition of my entity + fields declared into my query.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;    &quot;listCardDefinitions&quot;:{
          &quot;Amou&quot;:{
             &quot;default&quot;:[
                {
                   &quot;field&quot;:&quot;NAME&quot;,
                   &quot;spaces&quot;:13
                },
                {
                   &quot;field&quot;:&quot;F_D_START&quot;,
                   &quot;display&quot;:&quot;date&quot;
                },
                {
                   &quot;field&quot;:&quot;R_F_KIND&quot;
                },
                {
                   &quot;field&quot;:&quot;F_OBJECTIVE&quot;
                },
                {
                   &quot;field&quot;:&quot;F_HEAD&quot;
                },
                {
                   &quot;field&quot;:&quot;F_HAND&quot;
                },
                {
                   &quot;field&quot;:&quot;F_BODY&quot;
                },
                {
                   &quot;field&quot;:&quot;F_FOOT&quot;
                },
                {
                   &quot;field&quot;:&quot;F_FALL&quot;
                },
                {
                   &quot;field&quot;:&quot;F_OTHER&quot;
                }
             ]
          }
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=14420937990540121029&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=6381/display-more-information-mobile-relations-standard-entities</guid>
<pubDate>Mon, 29 Nov 2021 14:06:06 +0000</pubDate>
</item>
<item>
<title>how to fill the data into the LK with EditInitialized into the workflow for the mobile Application ?</title>
<link>https://overflow.efficy.io/?qa=6363/into-with-editinitialized-into-workflow-mobile-application</link>
<description>&lt;p&gt;I created into my function EditInitializedComp an instruction to update some LK fields depending on user preferences. &lt;br&gt;
Into the web version it's working perfectly.&lt;br&gt;
But when I create a new company from mobile App it seem that the EditInitializedComp is not used.&lt;/p&gt;

&lt;p&gt;Any solution to do the same thing by loading the workflow. &lt;br&gt;
Thank's &lt;br&gt;
Laurent&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6363/into-with-editinitialized-into-workflow-mobile-application</guid>
<pubDate>Tue, 23 Nov 2021 16:57:31 +0000</pubDate>
</item>
<item>
<title>how change recent list information for companies into mobile application</title>
<link>https://overflow.efficy.io/?qa=6359/change-recent-list-information-companies-mobile-application</link>
<description>&lt;p&gt;I want to add into the recent view into mobile application more fields.&lt;br&gt;
so I updated into my custom the listCardDefinitions because decree fields are similar as the the informations displayed into the recent list.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;{
   &quot;entities&quot;:{
      &quot;Amou&quot;:{
         &quot;active&quot;:false,
         &quot;icon&quot;:&quot;coin-euro&quot;
      }
   },
   &quot;listCardDefinitions&quot;:{
      &quot;Amou&quot;:{
         &quot;default&quot;:[
            {
               &quot;field&quot;:&quot;NAME&quot;,
               &quot;spaces&quot;:13
            },
            {
               &quot;field&quot;:&quot;F_D_START&quot;,
               &quot;display&quot;:&quot;date&quot;
            },
            {
               &quot;field&quot;:&quot;R_F_KIND&quot;
            },
            {
               &quot;field&quot;:&quot;F_OBJECTIVE&quot;
            },
            {
               &quot;field&quot;:&quot;F_HEAD&quot;
            },
            {
               &quot;field&quot;:&quot;F_HAND&quot;
            },
            {
               &quot;field&quot;:&quot;F_BODY&quot;
            },
            {
               &quot;field&quot;:&quot;F_FOOT&quot;
            },
            {
               &quot;field&quot;:&quot;F_FALL&quot;
            },
            {
               &quot;field&quot;:&quot;F_OTHER&quot;
            }
         ]
      },
      &quot;Comp&quot;:{
         &quot;default&quot;:[
            {
               &quot;field&quot;:&quot;NAME&quot;,
               &quot;template&quot;:&quot;#NAME#&quot;
            },
            {
               &quot;field&quot;:&quot;PHONE1&quot;,
               &quot;display&quot;:&quot;phone&quot;,
               &quot;spaces&quot;:7
            },
            {
               &quot;field&quot;:&quot;EMAIL1&quot;,
               &quot;display&quot;:&quot;email&quot;,
               &quot;spaces&quot;:8
            },
            {
               &quot;field&quot;:[
                  &quot;STREET&quot;,
                  &quot;BUILDING&quot;,
                  &quot;CITY&quot;
               ],
               &quot;template&quot;:&quot;#STREET# #BUILDING#, #CITY#&quot;,
               &quot;display&quot;:&quot;map&quot;,
               &quot;forceLabel&quot;:&quot;Address&quot;,
               &quot;spaces&quot;:8
            },
            {
               &quot;field&quot;:&quot;POSTCODE&quot;,
               &quot;spaces&quot;:8
            },
            {
               &quot;field&quot;:&quot;F_ERP_CODE&quot;,
               &quot;spaces&quot;:8
            },
            {
               &quot;field&quot;:&quot;F_CODE&quot;
            }
         ],
         &quot;_params&quot;:{
            &quot;search&quot;:{
               &quot;queryview&quot;:99999017
            }
         }
      }
   },
   &quot;entityRelations&quot;:{
      &quot;Amou&quot;:&quot;User,Cont,Comp&quot;
   }
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Is that the good way to do that ?&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=17555084666499838911&quot; alt=&quot;enter image description here&quot;&gt;&lt;br&gt;
the &lt;strong&gt;F&lt;em&gt;ERP&lt;/em&gt;CODE&lt;/strong&gt; and &lt;strong&gt;F_CODE&lt;/strong&gt; are not displayed.&lt;/p&gt;

&lt;p&gt;Any ideas ?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6359/change-recent-list-information-companies-mobile-application</guid>
<pubDate>Thu, 18 Nov 2021 16:53:01 +0000</pubDate>
</item>
<item>
<title>How customize relations fields to show + icon on mobile APP</title>
<link>https://overflow.efficy.io/?qa=6343/how-customize-relations-fields-to-show-icon-on-mobile-app</link>
<description>&lt;p&gt;I want to display 3 informations in relation of a custom entity like for exemple the actions where it possible to display the subject, d_begin and mode.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&quot;Acti&quot;: {
                 &quot;default&quot;: [{
                         &quot;field&quot;: &quot;SUBJECT&quot;,
                         &quot;spaces&quot;: 13
                 }, {
                         &quot;field&quot;: &quot;D_BEGIN&quot;,
                         &quot;display&quot;: &quot;date&quot;
                 }, {
                         &quot;field&quot;: &quot;MODE&quot;
                 }],
                 &quot;favorite&quot;: [{
                         &quot;field&quot;: &quot;NAME&quot;,
                         &quot;template&quot;: &quot;#NAME#&quot;
                 }]
         },
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=8112706156549623302&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;So I customized as for Acti my new entity like that : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;{
   &quot;entities&quot;:{
      &quot;Amou&quot;:{
         &quot;active&quot;:false,
         &quot;icon&quot;:&quot;Amou&quot;
      }
   },
   &quot;listCardDefinitions&quot;:{
      &quot;Amou&quot;:{
         &quot;default&quot;:[
            {
               &quot;field&quot;:&quot;NAME&quot;,
               &quot;spaces&quot;:13
            },
            {
               &quot;field&quot;:&quot;F_D_START&quot;,
               &quot;display&quot;:&quot;date&quot;
            },
            {
               &quot;field&quot;:&quot;R_F_KIND&quot;
            },
            {
               &quot;field&quot;:&quot;F_OBJECTIVE&quot;
            }
         ]
      }
   },
   &quot;entityRelations&quot;:{
      &quot;Amou&quot;:&quot;User,Cont,Comp&quot;
   }
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;But I only have the Name field &quot;test pour integration mobile&quot; not the 3 fields I want to display.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=6107995832337564721&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;Second problem is the icon.  How display the custom icon ? &lt;br&gt;
in The web version it's an euro&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=11225265996769085107&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;So I try to display it by using like for the other entities the name of the custom amou. I try all amou, amous, amounts. It display each time an &quot;?&quot;.&lt;br&gt;
I try also to use the i-euro but without success. &lt;/p&gt;

&lt;p&gt;Any one can help me to display fields and icons has I want ?&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6343/how-customize-relations-fields-to-show-icon-on-mobile-app</guid>
<pubDate>Wed, 03 Nov 2021 16:02:59 +0000</pubDate>
</item>
<item>
<title>is it possible to add javascript interaction in the Mobile App ?</title>
<link>https://overflow.efficy.io/?qa=6291/is-it-possible-to-add-javascript-interaction-the-mobile-app</link>
<description>&lt;p&gt;We want add controls like javascripts controls into the edit screen of the Mobile App like it's possible to do into a classical web form.&lt;br&gt;
Ex having mandatory field depending on a value of a list for exemple.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6291/is-it-possible-to-add-javascript-interaction-the-mobile-app</guid>
<pubDate>Thu, 16 Sep 2021 13:54:24 +0000</pubDate>
</item>
<item>
<title>Read-only users (licenses) can be use Efficy App (mobile application)?</title>
<link>https://overflow.efficy.io/?qa=6032/read-only-users-licenses-can-use-efficy-mobile-application</link>
<description>&lt;p&gt;Read-only users (licenses) can be use Efficy App?&lt;/p&gt;
</description>
<category>Efficy Installation/Settings</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6032/read-only-users-licenses-can-use-efficy-mobile-application</guid>
<pubDate>Thu, 15 Apr 2021 11:30:54 +0000</pubDate>
</item>
<item>
<title>Customize application mobile</title>
<link>https://overflow.efficy.io/?qa=3963/customize-application-mobile</link>
<description>&lt;p&gt;Hello the team, &lt;/p&gt;

&lt;p&gt;A customer asked me today if it was possible to customize the application mobile, what could be change via conficy : &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Adding an Entity (I know it is possible, I just don't know how)&lt;/li&gt;
&lt;li&gt;Showing the job-title of the contacts (defined in the cont-comp relation), in the search from&lt;/li&gt;
&lt;li&gt;customize the consult of the cont-comp&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Could you enlighten me ? I found no documentation so far. It would be nice to have some (maybe a project team guide ?)&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=3963/customize-application-mobile</guid>
<pubDate>Mon, 18 Feb 2019 17:51:35 +0000</pubDate>
</item>
</channel>
</rss>