<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged efficy11-3</title>
<link>https://overflow.efficy.io/?qa=tag/efficy11-3</link>
<description>Powered by Question2Answer</description>
<item>
<title>ORA-01653: unable to extend table ADMINOLVEA.ACTIONS by 1024 in tablespace EFFOLVEA</title>
<link>https://overflow.efficy.io/?qa=7012/01653-unable-extend-adminolvea-actions-tablespace-effolvea</link>
<description>&lt;p&gt;Hello,&lt;br&gt;
Trying to save an action in the application i'm faced with this error message &lt;br&gt;
&quot;ORA-01653: unable to extend table ADMINxxxx.ACTIONS by 1024 in tablespace EFFxxxx&quot; &lt;/p&gt;

&lt;p&gt;after researching a little i found &lt;a rel=&quot;nofollow&quot; href=&quot;https://stackoverflow.com/questions/27129376/ora-01653-unable-to-extend-table-by-in-tablespace-ora-06512&quot;&gt;&lt;strong&gt;This&lt;/strong&gt;&lt;/a&gt; thread requiring adding storage files to the tablespace, i was wondering if any one has a solution &lt;/p&gt;
</description>
<category>Database</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=7012/01653-unable-extend-adminolvea-actions-tablespace-effolvea</guid>
<pubDate>Wed, 20 Dec 2023 13:20:57 +0000</pubDate>
</item>
<item>
<title>Customize servicy</title>
<link>https://overflow.efficy.io/?qa=6976/customize-servicy</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Is there a way to customize the folder servicy ?&lt;br&gt;
We want to customize our Efficy extranet including the forgot password page and email template.&lt;br&gt;
I tried to create a custom/customname/servicy folder, but it doesn't work.&lt;/p&gt;

&lt;p&gt;Sébastien&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6976/customize-servicy</guid>
<pubDate>Thu, 28 Sep 2023 07:14:42 +0000</pubDate>
</item>
<item>
<title>Why can't I bypass the read-only dataset with Efficy.disableSecurity</title>
<link>https://overflow.efficy.io/?qa=6911/cant-bypass-read-only-dataset-with-efficy-disablesecurity</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I want to bypass a security (a customer who haven't the rigth to modify an entity) so I wrote this code : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;SetContactRobinson: function(kCont, blacklisted) {
        if (!kCont) return;
        var editContext = Efficy.openEditContext(ntCont, kCont);

        //on désactive les sécurités pour permettre la modifications des contacts
        var disableSecurityOld = Efficy.disableSecurity;
        Efficy.disableSecurity = true;

        try {
            Efficy.updateField(editContext, 0, 'ROBINSON', (blacklisted ? &quot;1&quot; : &quot;0&quot;));
            Efficy.commitChanges(editContext, false);
        }
        finally {
            Efficy.closeContext(editContext);
            Efficy.disableSecurity = disableSecurityOld;
        }
    },
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;But I have this error : &lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;!! ERROR: DS&lt;em&gt;ContEdit&lt;/em&gt;0_Cont: Cannot modify a read-only dataset&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I guess the data set is read only cause my user haven't right to modify this contact, but why &lt;code&gt;Efficy.disableSecurity = true;&lt;/code&gt; dosen't work here ? &lt;/p&gt;

&lt;p&gt;thanks in advance&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6911/cant-bypass-read-only-dataset-with-efficy-disablesecurity</guid>
<pubDate>Thu, 01 Jun 2023 08:49:33 +0000</pubDate>
</item>
<item>
<title>What is needed to add Excel Export to Extranet ?</title>
<link>https://overflow.efficy.io/?qa=6842/what-is-needed-to-add-excel-export-to-extranet</link>
<description>&lt;p&gt;What is needed to enable export to Excel on grids in the Extranet?&lt;/p&gt;

&lt;p&gt;We have the ExportExcel macro and the ExportColumns file but are getting this error :&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=15323573750979719279&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6842/what-is-needed-to-add-excel-export-to-extranet</guid>
<pubDate>Fri, 17 Mar 2023 05:43:53 +0000</pubDate>
</item>
<item>
<title>Display of a product photo (PHOTO field) in the offer templates</title>
<link>https://overflow.efficy.io/?qa=6758/display-of-product-photo-photo-field-in-the-offer-templates</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;The customer wants to display a picture of a product (PICTURE field) in the offer templates.&lt;/p&gt;

&lt;p&gt;Is it possible?&lt;br&gt;
If yes, what is the necessary configuration?&lt;br&gt;
I have tested locally with a template for contacts but the template file is corrupted at its creation.&lt;/p&gt;

&lt;p&gt;Sincerely&lt;br&gt;
Quentin PRIGENT&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6758/display-of-product-photo-photo-field-in-the-offer-templates</guid>
<pubDate>Thu, 10 Nov 2022 17:11:52 +0000</pubDate>
</item>
<item>
<title>how to use an UTF8-BOM file with SmartDecompressEx(myStream);</title>
<link>https://overflow.efficy.io/?qa=6743/how-to-use-an-utf8-bom-file-with-smartdecompressex-mystream</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm using the SmartDecompressEx() to read csv file within a processrunner.&lt;br&gt;
My problem is that accented characters are not decoded.&lt;/p&gt;

&lt;p&gt;My file is a csv ; separated file.&lt;br&gt;
What i've try is to encode my file in :&lt;br&gt;
- UTF8. (&lt;strong&gt;OK&lt;/strong&gt; in NotePad++, &lt;strong&gt;NOK&lt;/strong&gt; in Excell, &lt;strong&gt;NOK&lt;/strong&gt; in Efficy with SmartDecompressEx())&lt;br&gt;
- UTF8-BOM. (&lt;strong&gt;OK&lt;/strong&gt; in NotePad++, &lt;strong&gt;OK&lt;/strong&gt; in Excell, &lt;strong&gt;NOK&lt;/strong&gt; in Efficy with SmartDecompressEx())&lt;/p&gt;

&lt;p&gt;I also tryed the smartDecompressToFile() with my UTF8-BOM file, and then use the strLoadTextFile(), the result of this is &lt;strong&gt;OK&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;It seems like the SmartDecompressEx() doesn't take into account the UTF8-BOM format.&lt;/p&gt;

&lt;p&gt;Have you any idea of what i could do ?&lt;br&gt;
I'm using this with the processRunner on an Efficy 11.3&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6743/how-to-use-an-utf8-bom-file-with-smartdecompressex-mystream</guid>
<pubDate>Mon, 07 Nov 2022 09:59:31 +0000</pubDate>
</item>
<item>
<title>set a dataset field to null</title>
<link>https://overflow.efficy.io/?qa=6735/set-a-dataset-field-to-null</link>
<description>&lt;p&gt;Hi,&lt;br&gt;
I want to set a field to null but when I try this : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;DataSet.fieldByName('F_FIELD').AsString = null;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I get this message.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Message: Could not convert variant of type (Null) into type (OleStr)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;hence my question, how could I set null to a dataset ? By why should I replace &quot;asString&quot; ? &lt;/p&gt;

&lt;p&gt;Thanks in advance ;) &lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6735/set-a-dataset-field-to-null</guid>
<pubDate>Tue, 25 Oct 2022 08:27:29 +0000</pubDate>
</item>
<item>
<title>LOGCHANGES selected fields for logging</title>
<link>https://overflow.efficy.io/?qa=6724/logchanges-selected-fields-for-logging</link>
<description>&lt;p&gt;When activating the LOGCHANGES on the TABLEVIEW &quot;Time&quot; in &lt;code&gt;SYS_TABLEVIEWS&lt;/code&gt;, the saved or changed &lt;code&gt;K_PROJECT&lt;/code&gt; is not saved in &lt;code&gt;SYS_CHANGED&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;what defines that this field isn't logged ?&lt;br&gt;
Can we activate it ?&lt;/p&gt;

&lt;p&gt;In the TableView no specific fields are selected:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=14611727426373814277&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>Database</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6724/logchanges-selected-fields-for-logging</guid>
<pubDate>Mon, 17 Oct 2022 19:03:20 +0000</pubDate>
</item>
<item>
<title>Can't toggle element when using Group by field in a list</title>
<link>https://overflow.efficy.io/?qa=6707/cant-toggle-element-when-using-group-by-field-in-a-list</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I am facing an issue with the toggling of elements in a list when I use the Group function.&lt;br&gt;
It works fine in all the entities in the CRM except for one.&lt;br&gt;
When I use Group function on this entities, the grouping is fine BUT the little arrow is not displayed near the name of the Companies (I grouped by company's names).&lt;br&gt;
And when I try to toggle by clicking on a company name, I get this error in the Chrome console :&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Uncaught ReferenceError: CollapseGroup is not defined&lt;br&gt;
      at HTMLTableCellElement.onclick (entitylist?ENTITY=Cred&amp;amp;PAGE=pages/desktop/List.htm&amp;amp;GRIDNAME=CredList&amp;amp;active=true&amp;amp;OPENED=T&amp;amp;recentlyused=true&amp;amp;DETAIL=List&amp;amp;group=NOM_SCT:581:81)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If I look at the source, I have indeed a CollapseGroup function on the attribute :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;td colspan=12 onclick=&quot;CollapseGroup('52C20544')&quot; style=&quot;cursor:
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I tried to search for this function in the code, but I just found the definition in GridToolsExcel.htm (custom page).&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6707/cant-toggle-element-when-using-group-by-field-in-a-list</guid>
<pubDate>Fri, 07 Oct 2022 06:50:34 +0000</pubDate>
</item>
<item>
<title>Opportunity : set Linked Prod read only</title>
<link>https://overflow.efficy.io/?qa=6599/opportunity-set-linked-prod-read-only</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I have a need for a customer who wants to trigger some security changes if the status of an Oppo changes.&lt;br&gt;
There is already a workflow (BeforeCommitOppo) based on this field that set the Oppo read only except for Administrators.&lt;/p&gt;

&lt;p&gt;Now my customer wants to also set all Linked Products read only but just the Prod_Oppo relation, not the Product element. Knowing that they use the old system for Linked Prod, due to some custom, you can't add Product in the Oppo window, you have to use the Linked prod tab on the consult window of the Oppo.&lt;/p&gt;

&lt;p&gt;Is there an easy way to do that ? I saw the function applySecurityToContent but I am not sure it works as I want.&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6599/opportunity-set-linked-prod-read-only</guid>
<pubDate>Wed, 15 Jun 2022 07:22:24 +0000</pubDate>
</item>
<item>
<title>Impossible to import file without extension in task scheduler service</title>
<link>https://overflow.efficy.io/?qa=6519/impossible-import-file-without-extension-scheduler-service</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;I want to import some utile files in my script runned by &quot;task scheduler service&quot;.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;/*
@import General from &quot;dataSynchro/general&quot;;
*/
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;But I get this error : &lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Error: Cannot open file &quot;[...]\efficy\serverjs\dataSynchro\general&quot;.&lt;br&gt;
  Le fichier spécifié est introuvable&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;If I change for this :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;/*
@import General from &quot;dataSynchro/general.js&quot;;
*/
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;it works. I don't understand why I couldn't use this notation while I see in the documentation that I can : &lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.io/edn/admin/scpr_taskscheduleraddscheduledscript&quot;&gt;Documentation&lt;/a&gt;&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=11975129511579841757&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;If someone could explain me what I did wrong, it will be really appreciated :) &lt;br&gt;
Thanks for your help ;) &lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6519/impossible-import-file-without-extension-scheduler-service</guid>
<pubDate>Wed, 27 Apr 2022 12:06:01 +0000</pubDate>
</item>
<item>
<title>How to use &quot;where clause&quot; in DoubleFinder</title>
<link>https://overflow.efficy.io/?qa=6465/how-to-use-where-clause-in-doublefinder</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;what would be the correct syntax to exclude contacts from being a duplicate by filtering for a specific field in the table? In the DoublFinder Configuration is a node &quot;Where clause&quot; having child nodes for all entities that are searched for duplicates.&lt;/p&gt;

&lt;p&gt;I want to prevent contacts having F&lt;em&gt;TYPE = 5 in the contacts entity to be considered as a duplicate. So do i need to just insert&lt;br&gt;
F&lt;/em&gt;TYPE != 5 like an SQL statement? &lt;/p&gt;

&lt;p&gt;And what would be the syntax in case of multiple filters? Using and and or and using brackets? I don't find any information in the documentation concerning the &quot;where clause&quot;. Sorry, if i just did not find it!&lt;/p&gt;

&lt;p&gt;Best&lt;br&gt;
Stefan&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6465/how-to-use-where-clause-in-doublefinder</guid>
<pubDate>Wed, 16 Feb 2022 10:23:21 +0000</pubDate>
</item>
<item>
<title>User Option : Default Display Grid Density?</title>
<link>https://overflow.efficy.io/?qa=6450/user-option-default-display-grid-density</link>
<description>&lt;p&gt;Dear all, &lt;/p&gt;

&lt;p&gt;Since Efficy 11.3 Release Build r18130, a new functionnality &quot;grid density&quot; appears.&lt;br&gt;
The setting can be found in User Option : comfortable, intermediate, compact.&lt;/p&gt;

&lt;p&gt;It seems in the documentation, that we can set the default User Option from SYS_SETTINGS : &quot;gridDisplayDensity&quot; (cf EDN : &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.io/edn/dev/cust_definegridcolumns&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.io/edn/dev/cust_definegridcolumns&quot;&gt;https://help.efficy.io/edn/dev/cust_definegridcolumns&lt;/a&gt;) &lt;/p&gt;

&lt;p&gt;I try to find in &lt;code&gt;SYS_SETTINGS&lt;/code&gt; the &quot;gridDisplayDensity&quot; option, but I cannot find it. &lt;br&gt;
Should we add it manually, if so where in sys_settings should we do that ?&lt;/p&gt;

&lt;p&gt;Best Regards&lt;/p&gt;
</description>
<category>Efficy Installation/Settings</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6450/user-option-default-display-grid-density</guid>
<pubDate>Fri, 04 Feb 2022 13:30:07 +0000</pubDate>
</item>
<item>
<title>Default Dashboard for a team on Tasks</title>
<link>https://overflow.efficy.io/?qa=6413/default-dashboard-for-a-team-on-tasks</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I would like to create a default dashboard for a specific team in the tasklist.&lt;br&gt;
This dashboard should appear automatically when the users go to their tasklist.&lt;br&gt;
Is this possible?&lt;/p&gt;

&lt;p&gt;kr&lt;br&gt;
Erwin Vogeleer&lt;/p&gt;
</description>
<category>Reporting Solutions</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6413/default-dashboard-for-a-team-on-tasks</guid>
<pubDate>Wed, 22 Dec 2021 16:45:56 +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 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>When inserting mail through JSON API, is it possible to fill MEMO with body of Mail</title>
<link>https://overflow.efficy.io/?qa=6342/when-inserting-mail-through-json-possible-fill-memo-with-body</link>
<description>&lt;p&gt;When inserting mail through JSON API, is it possible to fill MEMO with body of Mail just like the Outlook addin does this ?&lt;/p&gt;

&lt;p&gt;Meaning : Is there a function in Efficy that does this or does the customer need to extract the body from the .eml file and then set the MEMO field in the normal (API) way ?&lt;/p&gt;
</description>
<category>Efficy Integrations</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6342/when-inserting-mail-through-json-possible-fill-memo-with-body</guid>
<pubDate>Wed, 03 Nov 2021 09:04:14 +0000</pubDate>
</item>
<item>
<title>Error in history of custom entity</title>
<link>https://overflow.efficy.io/?qa=6309/error-in-history-of-custom-entity</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I have an error in the database that prevents me from displaying the modification history of a custom entity.&lt;/p&gt;

&lt;p&gt;I don't get a response to the query and i have an error when I launch the Ajax request :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;crm/dialog?_macrofile=MacroAjax&amp;amp;_macro=JsonHistory&amp;amp;entity=Shop&amp;amp;key=37696&amp;amp;edithandle=
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Error:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;ID: ZEOS-2174 Message: LookupTableManager Cannot fetch Lookup Table
Values on table &quot;SHOP$PDM.F_DELIVERY_OPTIONS&quot; Comment: Detail:
Application Server Error (ENTT-1513) LookupTableManager Cannot fetch
Lookup Table Values on table &quot;SHOP$PDM.F_DELIVERY_OPTIONS&quot; (ZEOS-2174)
TADOZeosQuery: incorrect Parameter Count select
LK_DELIVERY_OPTIONS.K_DELIVERY_OPTIONS,
LK_DELIVERY_OPTIONS.F_DELIVERY_OPTIONS from
adminbeslist.LK_DELIVERY_OPTIONS LK_DELIVERY_OPTIONS where
(K_DELIVERY_OPTIONS in (:4:)) order by LK_DELIVERY_OPTIONS.K_SORT,
LK_DELIVERY_OPTIONS.F_DELIVERY_OPTIONS Trace Send Screenshot
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Do you have any idea what could be causing the error?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br&gt;
Quentin&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6309/error-in-history-of-custom-entity</guid>
<pubDate>Tue, 12 Oct 2021 16:41:43 +0000</pubDate>
</item>
<item>
<title>Problem with format export to Excel</title>
<link>https://overflow.efficy.io/?qa=6308/problem-with-format-export-to-excel</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I have a client who uses queries to export to Excel, and in these Excel exports I find fields that are in text when they are floats. The error lines are not usable in Excel because the display format is not good.&lt;/p&gt;

&lt;p&gt;The error comes from the fact that the decimal separator is a . (dot) and that the thousands separator is a , (comma). This separator definition is in the Efficy configuration on the server.&lt;/p&gt;

&lt;p&gt;I can't change the global definition but I would like to override it at least in the selections.&lt;br&gt;
How can I override the separator definition so that the data exported to Excel is a float and can be used in Excel.&lt;/p&gt;

&lt;p&gt;I tried to customize the ExportColumn.txt file but it didn't change anything on the display in Excel.&lt;br&gt;
What is the format that allows me to remove the thousands separator and change the decimal separator to a point?&lt;/p&gt;

&lt;p&gt;Definitions in ExportColumnsCustom.txt :&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;format.F&lt;em&gt;AMOUNT&lt;/em&gt;ALLOCATED {[#,##0.00 €;[Red]-#,##0.00 €]}  &lt;br&gt;
  datatype.F&lt;em&gt;AMOUNT&lt;/em&gt;ALLOCATED {[float]}&lt;/p&gt;
&lt;/blockquote&gt;

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

&lt;p&gt;Incorrect only for values bigger than 1000 :&lt;br&gt;
Other 2 columns have the same datatype and format and do work…&lt;/p&gt;

&lt;p&gt;what could be the cause of this ?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6308/problem-with-format-export-to-excel</guid>
<pubDate>Tue, 12 Oct 2021 13:40:11 +0000</pubDate>
</item>
<item>
<title>When going to second page of Crystal Report, Efficy asks the parameters to be entered again, what's wrong ?</title>
<link>https://overflow.efficy.io/?qa=6306/second-crystal-report-efficy-parameters-entered-whats-wrong</link>
<description>&lt;p&gt;When going to second page of Crystal Report, Efficy asks the parameters to be entered again, what's wrong ?&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=4763750478921116028&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>Reporting Solutions</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6306/second-crystal-report-efficy-parameters-entered-whats-wrong</guid>
<pubDate>Mon, 11 Oct 2021 11:03:17 +0000</pubDate>
</item>
<item>
<title>The tooltip does not appear when the mouse cursor hovers over a checkbox type field</title>
<link>https://overflow.efficy.io/?qa=6293/tooltip-does-appear-when-mouse-cursor-hovers-checkbox-field</link>
<description>&lt;p&gt;The tooltip does not appear when the mouse cursor hovers over a checkbox type field or Lookup, date etc ..&lt;/p&gt;
</description>
<category>Efficy Designer (Conficy)</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6293/tooltip-does-appear-when-mouse-cursor-hovers-checkbox-field</guid>
<pubDate>Fri, 17 Sep 2021 15:26:01 +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>How to unlock a user with Efficy 11.3+</title>
<link>https://overflow.efficy.io/?qa=6287/how-to-unlock-a-user-with-efficy-11-3</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;How to unlock quickly  a user which does too many  logon errors  ?&lt;/p&gt;

&lt;p&gt;In previous versions, it was possible by updating some  fields from ACC_ACOUNTS...&lt;/p&gt;

&lt;p&gt;Thank&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6287/how-to-unlock-a-user-with-efficy-11-3</guid>
<pubDate>Tue, 14 Sep 2021 09:31:03 +0000</pubDate>
</item>
<item>
<title>Custom filename after launch template</title>
<link>https://overflow.efficy.io/?qa=6286/custom-filename-after-launch-template</link>
<description>&lt;p&gt;How can I manipulate filename after launching a template?&lt;br&gt;
For example I want to have the reference as prefix in my filename&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6286/custom-filename-after-launch-template</guid>
<pubDate>Tue, 14 Sep 2021 08:19:51 +0000</pubDate>
</item>
<item>
<title>master-detail field in category</title>
<link>https://overflow.efficy.io/?qa=6235/master-detail-field-in-category</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I would like to know what's the best way to make a master-detail fields in a category table.&lt;br&gt;
It seems that it's not working in standard.&lt;br&gt;
(The question came from a customer who have simply made in the designer what is writed in the edn)&lt;/p&gt;

&lt;p&gt;Do we need to add some customs scripts to make it working in a category ?&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;
</description>
<category>Efficy Designer (Conficy)</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6235/master-detail-field-in-category</guid>
<pubDate>Thu, 22 Jul 2021 11:57:51 +0000</pubDate>
</item>
<item>
<title>Error : (ZEOS-2174) External exception C000001D</title>
<link>https://overflow.efficy.io/?qa=6190/error-zeos-2174-external-exception-c000001d</link>
<description>&lt;p&gt;At a customer we received the following error code, but we don't don't what it means. Does anyone know about this error  ?&lt;/p&gt;

&lt;p&gt;Error while executing script &quot;AfterCommitMiss&quot; at line 1464 char 5. (File &quot;customs\xxxx\shared\serverjs\workflow\mainWorkflow.js&quot; line 1044)&lt;/p&gt;

&lt;p&gt;Message: &quot;&lt;strong&gt;External exception C000001D&lt;/strong&gt;&lt;br&gt;
&lt;code&gt;select MISS_CONT.*, CONTACTS.NAME, CONTACTS.FIRSTNAME, CONTACTS.MIDDLENAME, CONTACTS.OPENED, CONTACTS.F_PROFIL, (select F_LABEL from admindemosthene.LK_CONT_PROFIL L1081 where L1081.K_CONT_PROFIL=CONTACTS.F_PROFIL) as R_F_PROFIL, (select F_LABEL from admindemosthene.LK_CONT_FACTURE L1153 where L1153.K_CONT_FACTURE=MISS_CONT.F_FACTURE) as R_F_FACTURE, (select NAME from admindemosthene.COMPANIES L1154 where L1154.K_COMPANY=MISS_CONT.F_PARTENAIRE) as R_F_PARTENAIRE, (select F_LABEL from admindemosthene.LK_CONT_TYPE_CONTRAT L1157 where L1157.K_CONT_TYPE_CONTRAT=MISS_CONT.F_TYPE_CONTRAT) as R_F_TYPE_CONTRAT from admindemosthene.MISS_CONT MISS_CONT join admindemosthene.CONTACTS CONTACTS on MISS_CONT.K_CONTACT = CONTACTS.K_CONTACT where (MISS_CONT.K_MISSION = :MISS_CONT_K_MISSION) order by MISS_CONT.MAIN DESC, CONTACTS.NAME&lt;/code&gt;&lt;/p&gt;

&lt;h2&gt;ErrorContext&lt;/h2&gt;

&lt;p&gt;EEfficyException 0&lt;br&gt;
&lt;strong&gt;(ZEOS-2174) External exception C000001D&lt;/strong&gt;&lt;br&gt;
&lt;code&gt;select MISS_CONT.*, CONTACTS.NAME, CONTACTS.FIRSTNAME, CONTACTS.MIDDLENAME, CONTACTS.OPENED, CONTACTS.F_PROFIL, (select F_LABEL from admindemosthene.LK_CONT_PROFIL L1081 where L1081.K_CONT_PROFIL=CONTACTS.F_PROFIL) as R_F_PROFIL, (select F_LABEL from admindemosthene.LK_CONT_FACTURE L1153 where L1153.K_CONT_FACTURE=MISS_CONT.F_FACTURE) as R_F_FACTURE, (select NAME from admindemosthene.COMPANIES L1154 where L1154.K_COMPANY=MISS_CONT.F_PARTENAIRE) as R_F_PARTENAIRE, (select F_LABEL from admindemosthene.LK_CONT_TYPE_CONTRAT L1157 where L1157.K_CONT_TYPE_CONTRAT=MISS_CONT.F_TYPE_CONTRAT) as R_F_TYPE_CONTRAT from admindemosthene.MISS_CONT MISS_CONT join admindemosthene.CONTACTS CONTACTS on MISS_CONT.K_CONTACT = CONTACTS.K_CONTACT where (MISS_CONT.K_MISSION = :MISS_CONT_K_MISSION) order by MISS_CONT.MAIN DESC, CONTACTS.NAME&lt;/code&gt;&lt;/p&gt;

&lt;h2&gt;Error&lt;/h2&gt;

&lt;p&gt;ESlspException 0&lt;br&gt;
Application Server Error&quot;)&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6190/error-zeos-2174-external-exception-c000001d</guid>
<pubDate>Tue, 22 Jun 2021 13:43:01 +0000</pubDate>
</item>
<item>
<title>Modify the size of the MEMO field in the automatic mails sent during the notification of modification of actions</title>
<link>https://overflow.efficy.io/?qa=6166/modify-automatic-during-notification-modification-actions</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I would like to change the number of characters in the MEMO field displayed in the email sent automatically during email notifications when an action is created.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=9516844821417465012&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=6166/modify-automatic-during-notification-modification-actions</guid>
<pubDate>Mon, 14 Jun 2021 10:37:21 +0000</pubDate>
</item>
<item>
<title>When adding D_CREATE to the consult form of a Case, the hours are 2h off.</title>
<link>https://overflow.efficy.io/?qa=6127/when-adding-dcreate-the-consult-form-case-the-hours-are-off</link>
<description>&lt;p&gt;When adding D_CREATE to the consult form of a Case, the hours are 2h off.&lt;/p&gt;

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

&lt;p&gt;What way is the best to show this date correctly?&lt;/p&gt;

&lt;p&gt;The version is Efficy 11.3&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6127/when-adding-dcreate-the-consult-form-case-the-hours-are-off</guid>
<pubDate>Tue, 25 May 2021 09:05:26 +0000</pubDate>
</item>
<item>
<title>Is it possible to log changes done on ACC_ACCOUNTS and ACC_GROUPS tables ?</title>
<link>https://overflow.efficy.io/?qa=6038/possible-log-changes-done-accaccounts-accgroups-tables</link>
<description>&lt;p&gt;For a customer, we have an interface that is creating the users from their Active Directory.&lt;/p&gt;

&lt;p&gt;We would like to log the changes to the tables &lt;code&gt;ACC_ACCOUNTS&lt;/code&gt; and &lt;code&gt;ACC_GROUPS&lt;/code&gt; in order to check if the modification done are done from the Efficy Designer by a specific user or by the interface we created.&lt;/p&gt;

&lt;p&gt;Is it possible to log those changes ?&lt;/p&gt;
</description>
<category>Database</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6038/possible-log-changes-done-accaccounts-accgroups-tables</guid>
<pubDate>Thu, 22 Apr 2021 08:01:03 +0000</pubDate>
</item>
<item>
<title>Template with generateProposal function</title>
<link>https://overflow.efficy.io/?qa=6023/template-with-generateproposal-function</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;When I use the generate Proposal function to generate a template with linked products, the font of the getTable ('Prod') block is automatically in Arial while the rest of the document has another font.&lt;/p&gt;

&lt;p&gt;Is it possible in the options of the function to define the font?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6023/template-with-generateproposal-function</guid>
<pubDate>Thu, 08 Apr 2021 12:44:36 +0000</pubDate>
</item>
<item>
<title>Efficy function varArrayOf is not working under Efficy 11.3.23950</title>
<link>https://overflow.efficy.io/?qa=6008/efficy-function-vararrayof-not-working-under-efficy-23950</link>
<description>&lt;p&gt;Dear All,&lt;/p&gt;

&lt;p&gt;At a customer we used the varArrayOf function to translate JavaScript array into Array of Variants : &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.io/edn/serverjs#Library-varArrayOf&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.io/edn/serverjs#Library-varArrayOf&quot;&gt;https://help.efficy.io/edn/serverjs#Library-varArrayOf&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;But it is seems that it is not working in Efficy 11.3.23950.0&lt;/p&gt;

&lt;p&gt;Here is the test I did to show that it is not working in a standard Efficy.&lt;br&gt;
I created a scheduleScript with this code, which is pretty straight forward : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;/*
@import &quot;ecma&quot;;
*/
function main() {
var users = [1,2,3,4]
var userArr = varArrayOf(users);
Efficy.log('\r\nUsers:' + JSON.stringify(users) + '\r\nUsers Array Of: ' + JSON.stringify(userArr));
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;And here is the result :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[2021/04/02 12:38:46.018] 
[2021/04/02 12:38:46.018] === Run Job ===
[2021/04/02 12:38:46.042] [Efficy113Std - 2] 
[2021/04/02 12:38:46.042] [Efficy113Std - 2] ========================================================================================
[2021/04/02 12:38:46.042] [Efficy113Std - 2] Task 2: Test usersInGroup
[2021/04/02 12:38:46.042] [Efficy113Std - 2] Log on Database Efficy113Std - User ADMIN113
[2021/04/02 12:38:46.084] [Efficy113Std - 2] Load Script File: C:\inetpub\wwwroot\11.3\customs\default\efficy\serverjs\testUsersInGroups.js
[2021/04/02 12:38:46.085] [Efficy113Std - 2] ----------------------------------------------------------------------------------------
[2021/04/02 12:38:46.086] [Efficy113Std - 2] 
Users:[1,2,3,4]
Users Array Of: undefined
[2021/04/02 12:38:46.086] [Efficy113Std - 2] ========================================================================================
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6008/efficy-function-vararrayof-not-working-under-efficy-23950</guid>
<pubDate>Fri, 02 Apr 2021 10:46:02 +0000</pubDate>
</item>
<item>
<title>Efficy usersInGroup function is not working under Efficy 11.3.23950</title>
<link>https://overflow.efficy.io/?qa=6007/efficy-usersingroup-function-not-working-under-efficy-23950</link>
<description>&lt;p&gt;Dear All,&lt;/p&gt;

&lt;p&gt;For a customer we used the server side function &quot;Efficy.usersInGroup&quot; : &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.io/edn/serverjs#Efficy-usersInGroup&quot;&gt;https://help.efficy.io/edn/serverjs#Efficy-usersInGroup&lt;/a&gt;&lt;br&gt;
But it seems this function is not working in Efficy 11.3.23950.0 &lt;/p&gt;

&lt;p&gt;Here is the test I did to show that this is not working, I created a scheduleScript with this code : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;/*
@import &quot;ecma&quot;;
*/
function main() {
var users = Efficy.usersInGroup(99999002);
Efficy.log('Users in admin group: ' + JSON.stringify(users));
var users = Efficy.usersInGroup(1);
Efficy.log('Users in admin group: ' + JSON.stringify(users));
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;And here is the result :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[2021/04/02 12:17:59.532] === Run Job ===
[2021/04/02 12:17:59.549] [Efficy113Std - 2] 
[2021/04/02 12:17:59.549] [Efficy113Std - 2] ========================================================================================
[2021/04/02 12:17:59.549] [Efficy113Std - 2] Task 2: Test usersInGroup
[2021/04/02 12:17:59.549] [Efficy113Std - 2] Log on Database Efficy113Std - User ADMIN113
[2021/04/02 12:17:59.605] [Efficy113Std - 2] Load Script File: C:\inetpub\wwwroot\11.3\customs\default\efficy\serverjs\testUsersInGroups.js
[2021/04/02 12:17:59.606] [Efficy113Std - 2] ----------------------------------------------------------------------------------------
[2021/04/02 12:17:59.608] [Efficy113Std - 2] Users in admin group: undefined
[2021/04/02 12:17:59.608] [Efficy113Std - 2] Users in admin group: undefined
[2021/04/02 12:17:59.608] [Efficy113Std - 2] ========================================================================================
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6007/efficy-usersingroup-function-not-working-under-efficy-23950</guid>
<pubDate>Fri, 02 Apr 2021 10:25:36 +0000</pubDate>
</item>
<item>
<title>EntityCatalogue get Relation table Name is empty ?</title>
<link>https://overflow.efficy.io/?qa=5995/entitycatalogue-get-relation-table-name-is-empty</link>
<description>&lt;p&gt;Dear All,&lt;/p&gt;

&lt;p&gt;At a customer we have use the following code in order to get the relation table name between a project and an e-Mail, but the result is an empty string.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;var relationTableName = Efficy.entityCatalog.getRelationEntityTableName(20, 33);
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;The Table MAIL_PROJ exist in the database.&lt;/p&gt;

&lt;p&gt;I am pretty sure there is a configuration to make this entityCatalog methode working, but I don't know where. &lt;/p&gt;

&lt;p&gt;Does someone know in which SYS_table I should look to make it work ?&lt;/p&gt;

&lt;p&gt;Best Regards&lt;br&gt;
Stéphane Roncin&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5995/entitycatalogue-get-relation-table-name-is-empty</guid>
<pubDate>Thu, 25 Mar 2021 10:00:47 +0000</pubDate>
</item>
<item>
<title>GetExportGrid with a RunQuery instead of QueryHandle</title>
<link>https://overflow.efficy.io/?qa=5957/getexportgrid-with-a-runquery-instead-of-queryhandle</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I have an issue with an Excel export in the Extranet.&lt;br&gt;
With Efficy 10.0, we used a html link which points to a DialogExcel.htm file. In this file we have a RunQuery to get our data and then a GetDataGrid to render the data.&lt;br&gt;
The result of the html link was an Excel file to download.&lt;/p&gt;

&lt;p&gt;I want the same result in Efficy 11.3 so I think I need to use the macro GetExportGrid but I can't use my query as datasource, this macro requires a queryhandle.&lt;/p&gt;

&lt;p&gt;How can I do that ?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br&gt;
Sébastien&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5957/getexportgrid-with-a-runquery-instead-of-queryhandle</guid>
<pubDate>Tue, 09 Mar 2021 10:47:42 +0000</pubDate>
</item>
<item>
<title>Designer 11.3: error when applying structure to add new field</title>
<link>https://overflow.efficy.io/?qa=5934/designer-11-3-error-when-applying-structure-to-add-new-field</link>
<description>&lt;p&gt;Hello.&lt;/p&gt;

&lt;p&gt;In the designer, when I click on &quot;Apply structure&quot; after I just added a field on a custom entity, I have this error:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;09:55:50.053&amp;gt; Upgrading Database &quot;ldf&quot; 09:55:50.068&amp;gt; Connection&lt;br&gt;
  09:55:50.068&amp;gt; Loading Database Structure File 09:55:50.505&amp;gt; Retrieving&lt;br&gt;
  Current Database Structure 09:55:50.505&amp;gt;   Retrieving Procedures&lt;br&gt;
  09:55:50.686&amp;gt;   Retrieving Triggers 09:55:50.833&amp;gt;   Retrieving&lt;br&gt;
  Relations 09:56:15.519&amp;gt;   Retrieving Tables Subquery returned more&lt;br&gt;
  than 1 value. This is not permitted when the subquery follows =, !=,&lt;br&gt;
  &amp;lt;, &amp;lt;= , &amp;gt;, &amp;gt;= or when the subquery is used as an expression select&lt;br&gt;
  indid, name, id from sysindexes where sysindexes.id = (select id from&lt;br&gt;
  sysobjects where name = :TableName) and name not like '&lt;em&gt;WA&lt;/em&gt;Sys&lt;em&gt;%' and&lt;br&gt;
  status &amp;lt;&amp;gt; 2050 and indid not in (0, 255) and name not in (select name&lt;br&gt;
  from SYSOBJECTS where (XTYPE = 'PK') and parent&lt;/em&gt;obj = (select id from&lt;br&gt;
  sysobjects where name = :TableName2) and UID = (select UID from&lt;br&gt;
  SYSOBJECTS where (NAME = 'SYS&lt;em&gt;DATABASE') and (XTYPE = 'U'))) and name&lt;br&gt;
  not in (select s.name from sys.stats s where s.object&lt;/em&gt;id =&lt;br&gt;
  sysindexes.id and (user&lt;em&gt;created = 1 or auto&lt;/em&gt;created = 1) ) SQL: select&lt;br&gt;
  indid, name, id from sysindexes where sysindexes.id = (select id from&lt;br&gt;
  sysobjects where name = :TableName) and name not like '&lt;em&gt;WA&lt;/em&gt;Sys&lt;em&gt;%' and&lt;br&gt;
  status &amp;lt;&amp;gt; 2050 and indid not in (0, 255) and name not in (select name&lt;br&gt;
  from SYSOBJECTS where (XTYPE = 'PK') and parent&lt;/em&gt;obj = (select id from&lt;br&gt;
  sysobjects where name = :TableName2) and UID = (select UID from&lt;br&gt;
  SYSOBJECTS where (NAME = 'SYS&lt;em&gt;DATABASE') and (XTYPE = 'U'))) and name&lt;br&gt;
  not in (select s.name from sys.stats s where s.object&lt;/em&gt;id =&lt;br&gt;
  sysindexes.id and (user&lt;em&gt;created = 1 or auto&lt;/em&gt;created = 1) ) The&lt;br&gt;
  database structure change failed. Check the log file on the server for&lt;br&gt;
  further details&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I am on an efficytest database.&lt;/p&gt;
</description>
<category>Efficy Designer (Conficy)</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5934/designer-11-3-error-when-applying-structure-to-add-new-field</guid>
<pubDate>Wed, 03 Mar 2021 09:09:08 +0000</pubDate>
</item>
<item>
<title>Can the treeview show 2 holdings?</title>
<link>https://overflow.efficy.io/?qa=5929/can-the-treeview-show-2-holdings</link>
<description>&lt;p&gt;Hi Guys,&lt;/p&gt;

&lt;p&gt;Is it possible to show 2 holdings in the treeview?&lt;br&gt;
Using Efficy 11.3&lt;/p&gt;

&lt;p&gt;Situation:&lt;/p&gt;

&lt;p&gt;1 company has 2 holdings but when you open the treeview of that company only 1 holding shows.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5929/can-the-treeview-show-2-holdings</guid>
<pubDate>Mon, 01 Mar 2021 12:12:53 +0000</pubDate>
</item>
<item>
<title>How to have a Bar Widget in Efficy 11.3 displaying all month even if there is no data ?</title>
<link>https://overflow.efficy.io/?qa=5885/how-have-widget-efficy-displaying-all-month-even-there-data</link>
<description>&lt;p&gt;A customer wanted to have a Bar Widget that display 12 months from the current date and then display the number of opportunity per Nature.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=16745718196784928250&quot; alt=&quot;Nb Opportunities per Nature on 12 months&quot;&gt;&lt;/p&gt;

&lt;p&gt;This is not easy to do it with standard Efficy Query and Widget, because standard Efficy Query and Widget will only display the month where there is data.&lt;/p&gt;

&lt;p&gt;Check solution below&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5885/how-have-widget-efficy-displaying-all-month-even-there-data</guid>
<pubDate>Wed, 10 Feb 2021 14:56:49 +0000</pubDate>
</item>
<item>
<title>Caculated field in SYS_TABLEVIEWS</title>
<link>https://overflow.efficy.io/?qa=5879/caculated-field-in-systableviews</link>
<description>&lt;p&gt;Could we use a calculated field in SYS_TABLEVIEWS?&lt;/p&gt;

&lt;p&gt;Usage in a (invoice) template&lt;/p&gt;

&lt;p&gt;Original SYS_TABLEVIEWS.SELECTFIELDS:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;DOCU_PROD.*, PRODUCTS.NAME, PROD$PRIJZEN.F_EENHEID, PROD$OMSCHRIJVING.F_ARTIKELNUMMER, PROD$OMSCHRIJVING.F_OMSCHRIJVING
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;New SYS_TABLEVIEWS.SELECTFIELDS:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;DOCU_PROD.*, (DOCU_PROD.PRICE - ((DOCU_PROD.PRICE /100) * DOCU_PROD.DISCOUNT)) AS NETTO_PRICE, PRODUCTS.NAME, PROD$PRIJZEN.F_EENHEID, PROD$OMSCHRIJVING.F_ARTIKELNUMMER, PROD$OMSCHRIJVING.F_OMSCHRIJVING
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Or should I use a virtual field or how should I approach this?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5879/caculated-field-in-systableviews</guid>
<pubDate>Wed, 10 Feb 2021 09:57:16 +0000</pubDate>
</item>
<item>
<title>LookupTableManager : Cannot fetch Lookup Table Values on table for oppo history</title>
<link>https://overflow.efficy.io/?qa=5876/lookuptablemanager-cannot-fetch-lookup-table-values-history</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I have an error when i try to see the &quot;Show Change History&quot; of Opportunity. (Efficy 11.3)&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=7603963602025686839&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;Any idea on what's going wrong ?&lt;/p&gt;

&lt;p&gt;Quentin PRIGENT&lt;/p&gt;
</description>
<category>Database</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5876/lookuptablemanager-cannot-fetch-lookup-table-values-history</guid>
<pubDate>Tue, 09 Feb 2021 18:57:13 +0000</pubDate>
</item>
<item>
<title>Flexmail Synchro - is it possible to disable synchro for EMAIL1 field from Flexmail to Efficy ?</title>
<link>https://overflow.efficy.io/?qa=5850/flexmail-synchro-possible-disable-synchro-email1-flexmail</link>
<description>&lt;p&gt;Flexmail Synchro - is it possible to disable synchro for EMAIL1 field from Flexmail to Efficy ?&lt;/p&gt;

&lt;p&gt;in fields.js I don't see this field, so there the synchrotype cannot be changed ?&lt;/p&gt;
</description>
<category>Efficy Integrations</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5850/flexmail-synchro-possible-disable-synchro-email1-flexmail</guid>
<pubDate>Tue, 02 Feb 2021 19:32:23 +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>COMP_COMP: Error after deleting Detail with custom Edit grid</title>
<link>https://overflow.efficy.io/?qa=5801/compcomp-error-after-deleting-detail-with-custom-edit-grid</link>
<description>&lt;p&gt;Hello, I get an error after deleting a COMP_COMP detail and clicking on Apply:&lt;br&gt;
&quot;Vind detail met sleutel &quot;50015999&quot; en relatie &quot;-1&quot; niet terug.&lt;br&gt;
Translated: Cannot find detail with key &quot;50015999&quot; and relation &quot;-1&quot;.&lt;br&gt;
(The key is the master key, by the way)&lt;/p&gt;

&lt;p&gt;I inserted this macro custom:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;&quot;FormFieldsEditCustom.txt&quot;&lt;/em&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;EntityRelationsGrid.Comp.Comp {[ &amp;lt;%GetRelationGrid(columndefs=&quot;RelationColumns&quot;, entity=&quot;$DETAIL$&quot;, noheader=&quot;true&quot;, columns=&quot;%%IfReadOnly(then='MAIN,FULLNAME', else='MAIN,COMMANDS,FULLNAME,F_COMP_COMPANYROLE')&quot;)%&amp;gt; ]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;AND&lt;br&gt;
&lt;em&gt;&quot;RelationColumnsCustom.txt&quot;&lt;/em&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;td.F_COMP_COMPANYROLE.Comp [&amp;lt;td&amp;gt;&amp;lt;%GetEdit(detail=&quot;Comp&quot;,detailkey=&quot;&amp;lt;#F=K_COMPANY2;context=TAG&amp;gt;&quot;,field=&quot;$FIELD$&quot;,type=&quot;lookup&quot;)%&amp;gt;&amp;lt;/td&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;What am I doing wrong here or what do I miss here?&lt;br&gt;
Thanks in advance&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5801/compcomp-error-after-deleting-detail-with-custom-edit-grid</guid>
<pubDate>Tue, 19 Jan 2021 09:01:50 +0000</pubDate>
</item>
<item>
<title>Extend the number of row in the opportunities listview</title>
<link>https://overflow.efficy.io/?qa=5796/extend-the-number-of-row-in-the-opportunities-listview</link>
<description>&lt;p&gt;When an opportunity listview is opened, the maximum number of rows shown at once (with no paging) is limited to 500. &lt;/p&gt;

&lt;p&gt;Is there a possibility to extend it to 1000 rows ?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5796/extend-the-number-of-row-in-the-opportunities-listview</guid>
<pubDate>Mon, 18 Jan 2021 15:06:50 +0000</pubDate>
</item>
<item>
<title>Prevent &quot;subprojects&quot; from being determined as content to be secured</title>
<link>https://overflow.efficy.io/?qa=5777/prevent-subprojects-from-being-determined-content-secured</link>
<description>&lt;p&gt;By default, when the content of a project is secured. This content-security is applied to mails, documents and actions by default. The entities to be considered as &quot;content&quot; can be extended by adding a field to the entity and adding that entity in the settings (ContentEntities). &lt;/p&gt;

&lt;p&gt;However, a subproject which is linked to a project (PROJ_PROJ) is always considered as content to be secured, regardless of the settings. *And these subprojects will have the same content-security settings*&lt;/p&gt;

&lt;p&gt;Is it somehow possible to customize Efficy so that the linked subprojects are not considered as &quot;Content to be secured&quot; ?&lt;/p&gt;

&lt;p&gt;This is highly requested by one of our customers in The Netherlands.&lt;br&gt;
Thanks for any help.&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5777/prevent-subprojects-from-being-determined-content-secured</guid>
<pubDate>Fri, 18 Dec 2020 13:19:24 +0000</pubDate>
</item>
<item>
<title>Efficy 11.3 - 23072 - Auto Change not working</title>
<link>https://overflow.efficy.io/?qa=5755/efficy-11-3-23072-auto-change-not-working</link>
<description>&lt;p&gt;In Designer the fields are configured as follows :&lt;/p&gt;

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

&lt;p&gt;In Efficy 2012 it worked fine, but now in the new 11.3 the auto-fill in of the fields next to the dropdowns doesnt work anymore. Is this a known issue, or do we need to do some custom to activate this ? &lt;/p&gt;

&lt;p&gt;Efficy 11.3 - 23072&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=4674121593796522455&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=5755/efficy-11-3-23072-auto-change-not-working</guid>
<pubDate>Fri, 11 Dec 2020 08:36:22 +0000</pubDate>
</item>
<item>
<title>Nomad replication can't establish connection</title>
<link>https://overflow.efficy.io/?qa=5732/nomad-replication-cant-establish-connection</link>
<description>&lt;p&gt;We want to move an existing Nomad replication from an old server to a new server. &lt;br&gt;
The alias manager on the new server can make a connection to the Nomad database.&lt;/p&gt;

&lt;p&gt;However, when we want to run the replication, it stops with the message &lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Error: This operation requires a database connection&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;The Efficy version installed on the server is exactly the same as the version on the old server (on which the replication runs fine).&lt;br&gt;
The only difference (I can think of that might be of importance) is that the new server is not part of any domain.&lt;/p&gt;

&lt;p&gt;Can anyone think of what might cause this ?&lt;/p&gt;
</description>
<category>Errors</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5732/nomad-replication-cant-establish-connection</guid>
<pubDate>Tue, 08 Dec 2020 16:32:23 +0000</pubDate>
</item>
<item>
<title>Announcement: Efficy Enterprise 11.3 build r23950 is available</title>
<link>https://overflow.efficy.io/?qa=5709/announcement-efficy-enterprise-11-build-r23950-available</link>
<description>&lt;p&gt;&lt;strong&gt;Efficy Enterprise 11.3 Release Build 23950&lt;/strong&gt; is now available from the Efficy Partner FTP.&lt;br&gt;
This build improves or corrects a number of issues that were present in builds 11.3.23072 including the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Alias Manager: Return error codes for non-existing alias, customer or guest in command-line mode (CFT-2020-132432).&lt;/li&gt;
&lt;li&gt;API: Use stricter ISO8601 date value conversion for JSON date values (CFT-2020-115852).&lt;/li&gt;
&lt;li&gt;API: Limit FindContactsFromEMails to 500 contacts to prevent SQL query errors (CFT-2020-129997).&lt;/li&gt;
&lt;li&gt;Azure AD: Use Microsoft OAuth2 v2 implementation compatible with multi-factor authentication (CFT-2020-116115).&lt;/li&gt;
&lt;li&gt;Data Synchro Remote: Correct naming issue when loading custom script files (CFT-2020-116650).&lt;/li&gt;
&lt;li&gt;Edit entity grid: Fix disappearance of grid after CebPerform calls (CFT-2019-107087).&lt;/li&gt;
&lt;li&gt;Edit widget: Add search in headers for indicators entity picker (CFT-2020-113428).&lt;/li&gt;
&lt;li&gt;Efficy: Fix not restarted dropdowns after navigation (CFT-2020-128720).&lt;/li&gt;
&lt;li&gt;Excel Export: Remove 512 character limit for export columns (CFT-2020-120373).&lt;/li&gt;
&lt;li&gt;ExchangeSync: Simplify configuration by using user e-mail address when MAILALIAS and MAILSERVER are empty (CFT-2020-132778).&lt;/li&gt;
&lt;li&gt;Grids: Fix descending sort order on a field with translated content (CFT-2020-129029).&lt;/li&gt;
&lt;li&gt;Grids: Improve memo display (CFT-2020-128373).&lt;/li&gt;
&lt;li&gt;Inline Edit: Support inline edit for native query results.&lt;/li&gt;
&lt;li&gt;KPI: Avoid loss of sticky widgets when dashboard layout is changed from its consult window (CFT-2020-118672).&lt;/li&gt;
&lt;li&gt;KPI: Improve handling of lookup fields referring to ACC&lt;em&gt;ACCOUNTS.K&lt;/em&gt;USER (MANAGER, OWNER, etc.).&lt;/li&gt;
&lt;li&gt;KPI: Fix potential error when displaying a dashboard with DashView.htm.&lt;/li&gt;
&lt;li&gt;KPI: Increase length of FLD_xxxx fields in INDICATORS (CFT-2020-129302).&lt;/li&gt;
&lt;li&gt;KPI: Fix not memorized filters upon reload on KPI widgets.(CFT-2020-130512)&lt;/li&gt;
&lt;li&gt;ProcessRunner Service: Catch exceptions at process termination (CFT-2020-130504).&lt;/li&gt;
&lt;li&gt;RunQuery: Support * wildcard for columns in &amp;lt;%GetDataGrid()&amp;gt;&amp;gt; for native query.&lt;/li&gt;
&lt;li&gt;Scripts: Avoid loading same script file multiple times (CFT-2020-130119).&lt;/li&gt;
&lt;li&gt;Sidebar: Add support for Edge Chromium and Chromium.&lt;/li&gt;
&lt;li&gt;Sidebar: reduce occurrences of &quot;Cannot Obtain Session Token from inactive session&quot; message (CFT-2020-129171).&lt;/li&gt;
&lt;li&gt;Sidebar: Avoid &quot;Cannot Obtain Session Token from inactive session&quot; error with Azure.&lt;/li&gt;
&lt;li&gt;Sidebar: Improve stability and faster closing for file edition.&lt;/li&gt;
&lt;li&gt;Sidebar: force replacement of midas.dll in c:\windows\system32 during Sidebar installation.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We strongly recommend that you install this build on your production servers.&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Yann&lt;/p&gt;
</description>
<category>Announcements</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5709/announcement-efficy-enterprise-11-build-r23950-available</guid>
<pubDate>Wed, 02 Dec 2020 16:37:26 +0000</pubDate>
</item>
<item>
<title>Efficy Drive - Is there a alternative solution for Mac?</title>
<link>https://overflow.efficy.io/?qa=5681/efficy-drive-is-there-a-alternative-solution-for-mac</link>
<description>&lt;p&gt;Seen that Efficy Drive doesn't support MacOS,&lt;br&gt;
is there an alternative solution we can propose customers ?&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Something with Google Drive ?&lt;/li&gt;
&lt;li&gt;Is Efficy Drive for Mac in the pipeline ?&lt;/li&gt;
&lt;li&gt;other ideas&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I need to know what I can tell my customer.&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5681/efficy-drive-is-there-a-alternative-solution-for-mac</guid>
<pubDate>Tue, 10 Nov 2020 12:37:08 +0000</pubDate>
</item>
<item>
<title>Random errors when using DataSynchro</title>
<link>https://overflow.efficy.io/?qa=5664/random-errors-when-using-datasynchro</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I am trying to migrate our Efficy 10.0 to Efficy 11.3.&lt;br&gt;
The CRM part works fine, except some little issues due to the custom, but globally it's fine.&lt;/p&gt;

&lt;p&gt;I have a more important problem trying to set up the DataSynchro. I have several DataSynchro communicating with our IBMi server. They all work fine on the old server (Efficy 10.0).&lt;/p&gt;

&lt;p&gt;When I try to reuse the .dat already configured with DataSynchro 64 bits.exe, I am encountering a weird error, which appears in a background dialog, the message is in French :&lt;/p&gt;

&lt;p&gt;&quot;Défaillance irrémédiable&quot;.&lt;/p&gt;

&lt;p&gt;Then, if I try again, I have an access violation problem on jscript9.dll...&lt;/p&gt;

&lt;p&gt;I am totally lost, I have already used et configured DataSynchro with Efficy 11.3 between SQL Server (Efficy side) and Db2 (IMBi side) without problem for a customer...&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Sébastien&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5664/random-errors-when-using-datasynchro</guid>
<pubDate>Thu, 29 Oct 2020 12:04:58 +0000</pubDate>
</item>
</channel>
</rss>