<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions in E-Deal developers</title>
<link>https://overflow.efficy.io/?qa=questions/e-deal-developers</link>
<description>Powered by Question2Answer</description>
<item>
<title>Customizing the Save Button Background Color in Web Form (form_css_look.css)</title>
<link>https://overflow.efficy.io/?qa=7176/customizing-save-button-background-color-form-formcsslook</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I would like to know if it is possible to customize the background color of the Save button on a web form, specifically via the form&lt;em&gt;css&lt;/em&gt;look.css file (e.g., color code #add649).&lt;br&gt;
I am currently using version W2021-113.&lt;/p&gt;

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

&lt;p&gt;Kind regards,&lt;br&gt;
Laure PANON&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=7176/customizing-save-button-background-color-form-formcsslook</guid>
<pubDate>Thu, 15 May 2025 13:18:12 +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>Efficy Corporate (E-DEAL) API - Is it possible to filter the results of an API get request on a Multivalued field?</title>
<link>https://overflow.efficy.io/?qa=7007/efficy-corporate-possible-filter-results-request-multivalued</link>
<description>&lt;p&gt;Hello, &lt;/p&gt;

&lt;p&gt;if I only want to retrieve contacts who have the 'VIP' marker (PerPevID, multivalued field), is it possible to do this via the API?&lt;br&gt;
I've tried several filters without any success so far :&lt;/p&gt;

&lt;p&gt;{{[PerPevID,contains,0000000000000ab0]}}&lt;br&gt;
{{[PerPevID,contains,'0000000000000ab0']}}&lt;br&gt;
{{[PerPevID,contains,VIP]}}&lt;br&gt;
{{[PerPevID,contains,'VIP']}}&lt;br&gt;
{{[PerPevID,containsMoreThan(0)in,'VIP']}}&lt;br&gt;
{{[PerPevID,containsMoreThan(1)in,'VIP']}}&lt;br&gt;
{{[PerPevID,containsMoreThan(0)in,'0000000000000ab0']}}&lt;br&gt;
{{[PerPevID,containsMoreThan(1)in,'0000000000000ab0']}}&lt;br&gt;
{{[PerPevID,containsMoreThan(0)in,0000000000000ab0]}}&lt;br&gt;
{{[PerPevID,containsMoreThan(1)in,0000000000000ab0]}}&lt;/p&gt;

&lt;p&gt;Where '0000000000000ab0' is the ID of the 'VIP' reference value on the public demo...&lt;/p&gt;

&lt;p&gt;Maybe we just can't filter on multivalued fields via the API, but I haven't seen this limitation written anywhere....&lt;br&gt;
Please help me if you have already tried something similar....&lt;br&gt;
Thks&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=7007/efficy-corporate-possible-filter-results-request-multivalued</guid>
<pubDate>Fri, 08 Dec 2023 13:37:42 +0000</pubDate>
</item>
<item>
<title>How to display refte2 value in a fusionfield into an emailing model</title>
<link>https://overflow.efficy.io/?qa=6987/how-to-display-refte2-value-fusionfield-into-emailing-model</link>
<description>&lt;p&gt;I'm looking for displaying a greeting sentence at the end of my mailing template.&lt;/p&gt;

&lt;p&gt;It is based on the referential civility which is stated as follows:&lt;br&gt;
Code: &quot;M&quot;&lt;br&gt;
Refte1: &quot;M.&quot;&lt;br&gt;
Refte2: &quot;Monsieur&quot;&lt;br&gt;
I have to leave the control field on Refte1 and want to display in my greetings Refte2,&lt;/p&gt;

&lt;p&gt;I tried code like: ed:fusionfield=&quot;DmdPerID:PerCivID:Refte2&quot; without result (ed:fusionfield=&quot;DmdPerID:PerCivID:val&quot; displays &quot;M.&quot;)&lt;/p&gt;

&lt;p&gt;How could i do this?&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6987/how-to-display-refte2-value-fusionfield-into-emailing-model</guid>
<pubDate>Tue, 10 Oct 2023 15:48:26 +0000</pubDate>
</item>
<item>
<title>Alerte sur rejet d'import</title>
<link>https://overflow.efficy.io/?qa=6811/alerte-sur-rejet-dimport</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Pour beaucoup de nos client la tache planifiée d'import de données standard est mise en place.&lt;br&gt;
Depuis cette tache planifiée on peut voir la dernière exécution et analyser si il y a des rejets.&lt;br&gt;
Est-ce possible de façon native de mettre en place une alerte si une/des ligne(s) sont rejetées ?&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6811/alerte-sur-rejet-dimport</guid>
<pubDate>Tue, 14 Feb 2023 13:49:51 +0000</pubDate>
</item>
<item>
<title>Date de début Interaction</title>
<link>https://overflow.efficy.io/?qa=6719/date-de-debut-interaction</link>
<description>&lt;p&gt;Bonjour,&lt;/p&gt;

&lt;p&gt;Est il possible de prendre en compte la date de fin de l'interaction pour indiquer celle-ci comme &quot;En retard&quot; ?&lt;/p&gt;

&lt;p&gt;Merci pour votre aide,&lt;br&gt;
Jennifer&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6719/date-de-debut-interaction</guid>
<pubDate>Wed, 12 Oct 2022 10:00:54 +0000</pubDate>
</item>
<item>
<title>Formula to check if actor in session has one of this role</title>
<link>https://overflow.efficy.io/?qa=6715/formula-to-check-if-actor-in-session-has-one-of-this-role</link>
<description>&lt;p&gt;Hello, &lt;/p&gt;

&lt;p&gt;I want to add a readOnly condition on a displaybox.&lt;br&gt;
I want the field to be editable only if the actor in session has one of three roles&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=8897484516058458270&quot; alt=&quot;I add this condition&quot;&gt;&lt;/p&gt;

&lt;p&gt;My formula is:&lt;/p&gt;

&lt;p&gt;(get(&quot;sessionActor.ActRoles:refVal&quot;) = &quot;ADMIN&quot;) or (get(&quot;sessionActor.ActRoles:refVal&quot;) =&quot;ADMINFCT&quot;) or (get(&quot;sessionActor.ActRoles:refVal&quot;) = &quot;DEVREM&quot;)&lt;/p&gt;

&lt;p&gt;It doesn't work. I used for example this explication:&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.io/E-deal_crm/funf_solution_2_en_utilisant_une_formule.html&quot;&gt;https://help.efficy.io/E-deal_crm/funf_solution_2_en_utilisant_une_formule.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Where is my mistake?&lt;/p&gt;

&lt;p&gt;Quentin L&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6715/formula-to-check-if-actor-in-session-has-one-of-this-role</guid>
<pubDate>Tue, 11 Oct 2022 08:24:21 +0000</pubDate>
</item>
<item>
<title>Comment paramétrer le numéro de l'expéditeur des sms?</title>
<link>https://overflow.efficy.io/?qa=6703/comment-parametrer-le-numero-de-lexpediteur-des-sms</link>
<description>&lt;p&gt;Pour le paramétrage des sms, est-ce qu'il y a moyen de paramétrer le numéro de l'expéditeur du sms?&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6703/comment-parametrer-le-numero-de-lexpediteur-des-sms</guid>
<pubDate>Wed, 05 Oct 2022 14:41:23 +0000</pubDate>
</item>
<item>
<title>How do you display a custom Business Origin field the same way it is displayed in the standard.</title>
<link>https://overflow.efficy.io/?qa=6586/display-custom-business-origin-field-same-displayed-standard</link>
<description>&lt;p&gt;Standard Origin field&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=2892298815828525617&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;Custom Origin field&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=8627755380505721411&quot; alt=&quot;enter image description here&quot;&gt;&lt;br&gt;
Hello, I have created a custom field for the Offer object, which has the same caracteristics as the standard EntBusOriginID field. Notably, they both are fob fields pointing at the Business Origin object. &lt;br&gt;
As you can see in the first picture below, the standard field shows origins in a pretty list of elements.&lt;br&gt;
However, as you can see in the second image, my custom field is displayed like any other fob field. How do i get it to be displayed just like the standard one ?&lt;/p&gt;

&lt;p&gt;Thank you in advance&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6586/display-custom-business-origin-field-same-displayed-standard</guid>
<pubDate>Thu, 09 Jun 2022 13:47:04 +0000</pubDate>
</item>
<item>
<title>Demande from Mail - Shared mailbox</title>
<link>https://overflow.efficy.io/?qa=6557/demande-from-mail-shared-mailbox</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;This question is about the demande from mail feature for EDEAL 2021.&lt;/p&gt;

&lt;p&gt;Is it possible to use this feature on shared mailbox in Outlook ? And if it's possible, is there any difference durin the configuration/treatment from the &quot;Demande From Mail&quot; task between a simple mailbox and a shared mailbox ? &lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6557/demande-from-mail-shared-mailbox</guid>
<pubDate>Mon, 30 May 2022 09:47:06 +0000</pubDate>
</item>
<item>
<title>How to replace the comma in floating point fields or double type fields to .</title>
<link>https://overflow.efficy.io/?qa=6525/how-replace-comma-floating-point-fields-double-type-fields</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I have a client who prefers to use a decimal point instead of the standard comma for float/double type of fields.&lt;/p&gt;

&lt;p&gt;Is there an option available to easily change this behaviour for all fields of type float,double.&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=6525/how-replace-comma-floating-point-fields-double-type-fields</guid>
<pubDate>Fri, 29 Apr 2022 14:32:07 +0000</pubDate>
</item>
<item>
<title>Can I stop a save with a businessRule?</title>
<link>https://overflow.efficy.io/?qa=6503/can-i-stop-a-save-with-a-businessrule</link>
<description>&lt;p&gt;Hi, &lt;/p&gt;

&lt;p&gt;I want to stop a save of an custom object if a businessRule throw a exception in a presave event.&lt;br&gt;
Can I do this?&lt;/p&gt;

&lt;p&gt;Quentin LANOE&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6503/can-i-stop-a-save-with-a-businessrule</guid>
<pubDate>Wed, 06 Apr 2022 15:59:45 +0000</pubDate>
</item>
<item>
<title>Efficy Corporate - Gmail Synchronization</title>
<link>https://overflow.efficy.io/?qa=6481/efficy-corporate-gmail-synchronization</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;I have been asked the following question on Gmail synchronization:&lt;/p&gt;

&lt;p&gt;Would it be possible to filter the meetings on Gmail to synchronize only client meetings with E-DEAL?&lt;br&gt;
Apart of using the visibility tag as private, how can be marked a client meeting in the Synchronization Engine?&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6481/efficy-corporate-gmail-synchronization</guid>
<pubDate>Thu, 03 Mar 2022 16:20:18 +0000</pubDate>
</item>
<item>
<title>Efficy Corporate - Modèles de documents - Police</title>
<link>https://overflow.efficy.io/?qa=6422/efficy-corporate-modeles-de-documents-police</link>
<description>&lt;p&gt;Bonjour, &lt;/p&gt;

&lt;p&gt;Nous rencontrons un problème avec les modèles de documents. &lt;/p&gt;

&lt;p&gt;Aurélien a un soucis de police, qui change lorsqu'on transforme le modèle document Word en PDF.&lt;/p&gt;

&lt;p&gt;il s'agit d'ajouter une police au module de génération de PDF (Apache FOP). Si quelqu'un l'a déjà fait, merci pour toute aide ou info !&lt;/p&gt;

&lt;p&gt;Version du client : E-Deal&lt;em&gt;CRM&lt;/em&gt;Mid-2018-107&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6422/efficy-corporate-modeles-de-documents-police</guid>
<pubDate>Wed, 05 Jan 2022 10:52:50 +0000</pubDate>
</item>
<item>
<title>New Interaction Status</title>
<link>https://overflow.efficy.io/?qa=6418/new-interaction-status</link>
<description>&lt;p&gt;Hello,&lt;br&gt;
One of ours clients want to add a new status for interaction : &quot;Abandonned&quot;.&lt;br&gt;
We checked the regression possibilities and it's ok for lists but we found few methods in InteractionSyntaxActions class which need to be changed to apply the new status : &quot;getIntDelayIconInformation&quot; and &quot;getIntDelayLabel&quot;. They are called in some lists and in sales/interaction/read.jsp file for getting label, iconPath, altMessage and mobileClass.&lt;br&gt;
This class is not accessible for us, how can we do?&lt;br&gt;
Thanks.&lt;br&gt;
Audrey CHARBONNEAU&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6418/new-interaction-status</guid>
<pubDate>Mon, 03 Jan 2022 10:44:33 +0000</pubDate>
</item>
<item>
<title>[Edition Corportate] Log appenders</title>
<link>https://overflow.efficy.io/?qa=6361/edition-corportate-log-appenders</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;In the corporate edition version, logs are managed by log4j. In this log4j file, there is multiple appenders available.&lt;/p&gt;

&lt;p&gt;Example : &lt;/p&gt;

&lt;p&gt;log4j.logger.com.edeal.frontline.Utils=WARN&lt;br&gt;
log4j.logger.com.edeal.frontline.controller.ControllerServlet=WARN&lt;br&gt;
log4j.logger.com.edeal.frontline.controller.JSPSecurityFilter=WARN&lt;br&gt;
log4j.logger.com.edeal.frontline.display.tag.DisplayTag=WARN&lt;br&gt;
log4j.logger.httpclient.wire=ERROR&lt;br&gt;
...&lt;/p&gt;

&lt;p&gt;Is there any documentation about all these appenders, and what's exactly they log ? Is it just the java class with the same path/name ?&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6361/edition-corportate-log-appenders</guid>
<pubDate>Mon, 22 Nov 2021 14:20:35 +0000</pubDate>
</item>
<item>
<title>Filter Integer field exactly, without min/max values.</title>
<link>https://overflow.efficy.io/?qa=6326/filter-integer-field-exactly-without-min-max-values</link>
<description>&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=2004130809611050056&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Here I have a custom XML filter on a Integer field, but as you can see by default it displays 2 min/max inputs to the user. &lt;br&gt;
Is it possible to show only one input and search for the exact number the user is looking for ?&lt;/p&gt;

&lt;p&gt;Available for any questions or details.&lt;/p&gt;

&lt;p&gt;Thank you ! &lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6326/filter-integer-field-exactly-without-min-max-values</guid>
<pubDate>Tue, 19 Oct 2021 08:06:45 +0000</pubDate>
</item>
<item>
<title>Error while publishing an questionnaire</title>
<link>https://overflow.efficy.io/?qa=6297/error-while-publishing-an-questionnaire</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;For a migration project. The client has reported this error. &lt;br&gt;
I did check the hub connection succesfully.  I could publish custom forms without any errors in the reference.&lt;/p&gt;

&lt;p&gt;Please get in touch if you have a question.&lt;br&gt;
The Build and version of the app is as follows: 2021-39&lt;/p&gt;

&lt;p&gt;I could only find so much in the logs:&lt;/p&gt;

&lt;p&gt;2021-09-28 11:27:14,859 DEBUG com.edeal.frontline.SqlQuery - multival fields : []&lt;br&gt;
2021-09-28 11:27:14,972 ERROR com.edeal.frontline.services.form.impl.HubFormServiceImpl - Error during form posting to Hub&lt;br&gt;
org.restlet.resource.ResourceException: Internal Server Error&lt;br&gt;
        at org.restlet.resource.ClientResource.handle(ClientResource.java:858) ~[org.restlet-2.0.8.jar:?]&lt;br&gt;
        at org.restlet.resource.ClientResource.post(ClientResource.java:1197) ~[org.restlet-2.0.8.jar:?]&lt;br&gt;
        at com.edeal.frontline.services.form.impl.HubFormServiceImpl.post(HubFormServiceImpl.java:154) [edeal-webapp-Efficy&lt;em&gt;Corporate&lt;/em&gt;Edition&lt;em&gt;2021-039-base.jar:Efficy&lt;/em&gt;Corporate&lt;em&gt;Edition&lt;/em&gt;2021-039]&lt;br&gt;
        at com.edeal.frontline.services.form.FormServiceClient.post(FormServiceClient.java:45) [edeal-webapp-Efficy&lt;em&gt;Corporate&lt;/em&gt;Edition&lt;em&gt;2021-039-base.jar:Efficy&lt;/em&gt;Corporate&lt;em&gt;Edition&lt;/em&gt;2021-039]&lt;br&gt;
        at com.edeal.frontline.controller.actions.netbusiness.PublishCustomFormAction.execute(PublishCustomFormAction.java:110) [edeal-webapp-Efficy&lt;em&gt;Corporate&lt;/em&gt;Edition&lt;em&gt;2021-039-base.jar:Efficy&lt;/em&gt;Corporate&lt;em&gt;Edition&lt;/em&gt;2021-039]&lt;br&gt;
        at com.edeal.frontline.controller.ControllerServlet.processAction(ControllerServlet.java:625) [edeal-webapp-Efficy&lt;em&gt;Corporate&lt;/em&gt;Edition&lt;em&gt;2021-039-base.jar:Efficy&lt;/em&gt;Corporate&lt;em&gt;Edition&lt;/em&gt;2021-039]&lt;br&gt;
        at com.edeal.frontline.controller.ControllerServlet.perform(ControllerServlet.java:271) [edeal-webapp-Efficy&lt;em&gt;Corporate&lt;/em&gt;Edition&lt;em&gt;2021-039-base.jar:Efficy&lt;/em&gt;Corporate&lt;em&gt;Edition&lt;/em&gt;2021-039]&lt;br&gt;
        at com.edeal.frontline.controller.ControllerServlet.doGet(ControllerServlet.java:142) [edeal-webapp-Efficy&lt;em&gt;Corporate&lt;/em&gt;Edition&lt;em&gt;2021-039-base.jar:Efficy&lt;/em&gt;Corporate&lt;em&gt;Edition&lt;/em&gt;2021-039]&lt;br&gt;
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:626) [servlet-api.jar:4.0.FR]&lt;br&gt;
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:733) [servlet-api.jar:4.0.FR]&lt;br&gt;
        at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:227) [catalina.jar:9.0.46]&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6297/error-while-publishing-an-questionnaire</guid>
<pubDate>Tue, 28 Sep 2021 13:36:43 +0000</pubDate>
</item>
<item>
<title>Task Priority for Bulk Emailing Task and Emailing speed</title>
<link>https://overflow.efficy.io/?qa=6145/task-priority-for-bulk-emailing-task-and-emailing-speed</link>
<description>&lt;p&gt;Does the value 1 indicates maximum priority for a task in the field TskPriority ?&lt;/p&gt;

&lt;p&gt;Question 2: The emails are  being sent very slowly for a client and concerns have been raised. How could we increase the emailing speed. Please note: This client sends emails to more than 10k customers.&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=6145/task-priority-for-bulk-emailing-task-and-emailing-speed</guid>
<pubDate>Wed, 02 Jun 2021 07:37:43 +0000</pubDate>
</item>
<item>
<title>Corporate edition dev &amp; expert, any project with SharePoint integration?</title>
<link>https://overflow.efficy.io/?qa=5961/corporate-edition-expert-project-sharepoint-integration</link>
<description>&lt;p&gt;Have anyone already worked on the Sharepoint integration with Corporate Edition ( former E-DEAL)?&lt;br&gt;
If yes, for which customers? Any feedback?&lt;br&gt;
Thanx&lt;br&gt;
Vanessa&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5961/corporate-edition-expert-project-sharepoint-integration</guid>
<pubDate>Tue, 09 Mar 2021 16:13:58 +0000</pubDate>
</item>
<item>
<title>Change software color</title>
<link>https://overflow.efficy.io/?qa=5908/change-software-color</link>
<description>&lt;p&gt;Hi there&lt;br&gt;
Is it easy to change a software color in Corporate edition?&lt;br&gt;
For instance for a customer, we would like to switch menus colors between Automotion and Service modules.&lt;br&gt;
How you would that ?&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5908/change-software-color</guid>
<pubDate>Fri, 19 Feb 2021 08:30:23 +0000</pubDate>
</item>
<item>
<title>Exception sur BasicBean - Besoin d'aide</title>
<link>https://overflow.efficy.io/?qa=5873/exception-sur-basicbean-besoin-daide</link>
<description>&lt;p&gt;A la demande du client, nous avons utilisé le référentiel Iuf pour pouvoir éditer des champs de la personne au niveau d'une intéraction.&lt;/p&gt;

&lt;p&gt;ça marche avec le rôle admin, ça plante sans le rôle admin.&lt;/p&gt;

&lt;p&gt;J'obtiens une exception, très peu parlante, au niveau de BasicBean : &lt;/p&gt;

&lt;p&gt;[/resideEtudes] 2021-02-05 10:35:23,992 2057003 [http-nio-8080-exec-1] ERROR com.edeal.frontline.controller.ControllerServlet  - [ControllerServlet.processException()]null&lt;br&gt;
FrontlineException{exceptionId=aIIC9yRgv0ZY}&lt;br&gt;
at com.edeal.frontline.BasicBean.saveCore(BasicBean.java:4673)&lt;br&gt;
at com.edeal.frontline.BasicBean.save(BasicBean.java:4421)&lt;br&gt;
at com.edeal.frontline.controller.actions.SaveAction.execute(SaveAction.java:197)&lt;/p&gt;

&lt;p&gt;N'ayant pas accès à la source de BasicBean, je suis bloqué.&lt;/p&gt;

&lt;p&gt;Est-ce que quelqu'un a déjà rencontré un problème similaire ?&lt;br&gt;
Est-ce qu'on pourrait autoriser les développeurs projets à avoir accès aux librairies E-Deal AVEC LES SOURCES, comme ça se fait dans de très bonnes entreprises, afin de pouvoir visualiser ces sources en debug ?&lt;br&gt;
Est-ce que quelqu'un sait ce que signifie exceptionId=aIIC9yRgv0ZY, et si ça peut m'amener à une information exploitable ?&lt;/p&gt;

&lt;p&gt;Merci par avance de toute information pouvant m'aider sur ce point.&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5873/exception-sur-basicbean-besoin-daide</guid>
<pubDate>Fri, 05 Feb 2021 10:58:29 +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>WebService API  No deserializer for {http://www.w3.org/2001/XMLSchema}anyType</title>
<link>https://overflow.efficy.io/?qa=5540/webservice-api-deserializer-for-http-2001-xmlschema-anytype</link>
<description>&lt;p&gt;Hello, &lt;/p&gt;

&lt;p&gt;I'm currently working on the implementation of the E-DEAL WebService and I'm having a problem with the &quot;getObjectList&quot; method.&lt;/p&gt;

&lt;p&gt;This is my call through Postman&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;Envelope xmlns=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;&amp;gt;
    &amp;lt;Body&amp;gt;
        &amp;lt;getObjectList xmlns=&quot;http://www.e-deal.com&quot;&amp;gt;
            &amp;lt;in0&amp;gt;contrat_&amp;lt;/in0&amp;gt;
            &amp;lt;in1&amp;gt;
                &amp;lt;item&amp;gt;co_id&amp;lt;/item&amp;gt;
            &amp;lt;/in1&amp;gt;
            &amp;lt;in2&amp;gt;
            &amp;lt;item&amp;gt;
                &amp;lt;item&amp;gt;&amp;lt;![CDATA[co_id = '0001b20000a08108']]&amp;gt;&amp;lt;/item&amp;gt;
            &amp;lt;/item&amp;gt;
            &amp;lt;/in2&amp;gt;
        &amp;lt;/getObjectList&amp;gt;
    &amp;lt;/Body&amp;gt;
&amp;lt;/Envelope&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Response : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;
&amp;lt;soapenv:Envelope xmlns:soapenv=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&amp;gt;
    &amp;lt;soapenv:Body&amp;gt;
        &amp;lt;soapenv:Fault&amp;gt;
            &amp;lt;faultcode&amp;gt;soapenv:Server.userException&amp;lt;/faultcode&amp;gt;
            &amp;lt;faultstring&amp;gt;org.xml.sax.SAXException: No deserializer for {http://www.w3.org/2001/XMLSchema}anyType&amp;lt;/faultstring&amp;gt;
            &amp;lt;detail&amp;gt;
                &amp;lt;ns1:hostname xmlns:ns1=&quot;http://xml.apache.org/axis/&quot;&amp;gt;xxxxxxxxx&amp;lt;/ns1:hostname&amp;gt;
            &amp;lt;/detail&amp;gt;
        &amp;lt;/soapenv:Fault&amp;gt;
    &amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Moreover, the GetObjectsList2.txt that we got with the documentation, which works &quot;theoretically&quot;, returns the same deserializer error &lt;/p&gt;

&lt;p&gt;GetObjectsList2.txt&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;soapenv:Envelope xmlns:soapenv=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:e=&quot;http://www.e-deal.com&quot;&amp;gt;
   &amp;lt;soapenv:Header/&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;e:getObjectList&amp;gt;
        &amp;lt;in0&amp;gt;Person&amp;lt;/in0&amp;gt;
        &amp;lt;in1&amp;gt;
            &amp;lt;item&amp;gt;PerID&amp;lt;/item&amp;gt;
            &amp;lt;item&amp;gt;PerCivID&amp;lt;/item&amp;gt;
            &amp;lt;item&amp;gt;PerFstName&amp;lt;/item&amp;gt;
            &amp;lt;item&amp;gt;PerName&amp;lt;/item&amp;gt;
            &amp;lt;item&amp;gt;PerAdherentA_&amp;lt;/item&amp;gt;
        &amp;lt;/in1&amp;gt;
        &amp;lt;in2&amp;gt;
            &amp;lt;item&amp;gt;
                &amp;lt;item&amp;gt;&amp;lt;![CDATA[PerCtrID:RefVal &amp;lt;&amp;gt; 'US']]&amp;gt;&amp;lt;/item&amp;gt;
            &amp;lt;/item&amp;gt;
        &amp;lt;/in2&amp;gt;
    &amp;lt;/e:getObjectList&amp;gt;
&amp;lt;/soapenv:Body&amp;gt;
&amp;lt;/soapenv:Envelope&amp;gt;



&amp;lt;soapenv:Envelope xmlns:soapenv=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot; xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot; xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&amp;gt;
   &amp;lt;soapenv:Body&amp;gt;
      &amp;lt;getObjectListResponse xmlns=&quot;http://www.e-deal.com&quot;&amp;gt;
         &amp;lt;getObjectListReturn xmlns=&quot;&quot;&amp;gt;
            &amp;lt;item&amp;gt;
               &amp;lt;item&amp;gt;00013f00000b9375&amp;lt;/item&amp;gt;
               &amp;lt;item&amp;gt;00013f000001d215&amp;lt;/item&amp;gt;
               &amp;lt;item&amp;gt;Romain&amp;lt;/item&amp;gt;
               &amp;lt;item&amp;gt;NIDAC&amp;lt;/item&amp;gt;
               &amp;lt;item&amp;gt;00013f000000c7f7|00013f000000c7f3&amp;lt;/item&amp;gt;
            &amp;lt;/item&amp;gt;
....
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Could you please help/guide me in resolving this error please? &lt;/p&gt;

&lt;p&gt;Thanks for your help ! &lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5540/webservice-api-deserializer-for-http-2001-xmlschema-anytype</guid>
<pubDate>Wed, 19 Aug 2020 06:23:20 +0000</pubDate>
</item>
</channel>
</rss>