<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged efficy2021</title>
<link>https://overflow.efficy.io/?qa=tag/efficy2021</link>
<description>Powered by Question2Answer</description>
<item>
<title>DatasyncRemote: ERROR &quot;RetrieveUsersList: Please Logon to Database&quot; ?</title>
<link>https://overflow.efficy.io/?qa=6497/datasyncremote-error-retrieveuserslist-please-database</link>
<description>&lt;p&gt;Dear all,&lt;/p&gt;

&lt;p&gt;I have an Issue with the DatasyncRemote at a customer, when we try to get the &lt;code&gt;Efficy Object&lt;/code&gt; list we get the following Error : &lt;/p&gt;

&lt;p&gt;&lt;code&gt;RetrieveUsersList: Please Logon to Database&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;I activated the SOAP logs (generation of request and response XML files) and I see in the Response file that the connexion seems OK, it has been marked as &lt;code&gt;&quot;handle=&quot;true&quot;&lt;/code&gt;.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[2022/03/30 17:11:42.623]  https://xxxxxx/crm/soap?customer=xxxx
&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;
&amp;lt;SOAP-ENV:Envelope xmlns:SOAP-ENV=&quot;http://schemas.xmlsoap.org/soap/envelope&quot; xmlns:efficy=&quot;http://www.efficy.com&quot;&amp;gt;
  &amp;lt;SOAP-ENV:Body&amp;gt;
    &amp;lt;efficy:logon customer=&quot;xxxx&quot; handled=&quot;true&quot; id=&quot;6&quot; password=&quot;************************&quot; user=&quot;ADMIN&quot;/&amp;gt;
  &amp;lt;/SOAP-ENV:Body&amp;gt;
&amp;lt;/SOAP-ENV:Envelope&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;But when I check the responses of the of the &lt;code&gt;Efficy Object&lt;/code&gt; retrieve list we get the Error : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[2022/03/30 17:11:42.654]  https://xxxxxx/crm/soap?customer=xxxx
&amp;lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&amp;gt;
&amp;lt;SOAP-ENV:Envelope xmlns:SOAP-ENV=&quot;http://schemas.xmlsoap.org/soap/envelope&quot; xmlns:efficy=&quot;http://www.efficy.com&quot;&amp;gt;
  &amp;lt;SOAP-ENV:Body&amp;gt;
    &amp;lt;SOAP-ENV:Fault&amp;gt;
      &amp;lt;Detail&amp;gt;FRMK-1660&amp;lt;/Detail&amp;gt;
      &amp;lt;faultcode&amp;gt;EEfficyException&amp;lt;/faultcode&amp;gt;
      &amp;lt;faultid/&amp;gt;
      &amp;lt;faultstring&amp;gt;RetrieveUsersList: Please Logon to Database&amp;lt;/faultstring&amp;gt;
    &amp;lt;/SOAP-ENV:Fault&amp;gt;
    &amp;lt;efficy:api error=&quot;true&quot; id=&quot;7&quot;&amp;gt;
      &amp;lt;data id=&quot;10&quot; operation=&quot;currentlicensename&quot;/&amp;gt;
      &amp;lt;data id=&quot;11&quot; operation=&quot;currentusergroups&quot;/&amp;gt;
      &amp;lt;data id=&quot;12&quot; operation=&quot;currentdatabasealias&quot;/&amp;gt;
      &amp;lt;data id=&quot;13&quot; operation=&quot;currentdatabasetimezone&quot;/&amp;gt;
      &amp;lt;data id=&quot;14&quot; operation=&quot;currentusertimezone&quot;/&amp;gt;
      &amp;lt;data id=&quot;18&quot; operation=&quot;largefileminsize&quot;/&amp;gt;
      &amp;lt;data id=&quot;9&quot; operation=&quot;currentuserid&quot;/&amp;gt;
      &amp;lt;datacontainer format=&quot;binary&quot; id=&quot;8&quot; operation=&quot;userlist&quot;/&amp;gt;
      &amp;lt;datacontainer id=&quot;15&quot; operation=&quot;options&quot;/&amp;gt;
      &amp;lt;datacontainer id=&quot;16&quot; operation=&quot;entitycollection&quot;/&amp;gt;
      &amp;lt;datacontainer id=&quot;17&quot; operation=&quot;relationentitycollection&quot;/&amp;gt;
    &amp;lt;/efficy:api&amp;gt;
  &amp;lt;/SOAP-ENV:Body&amp;gt;
&amp;lt;/SOAP-ENV:Envelope&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I found the following Efficy ticket (old one, accessible only to Efficy Employee), where it says that we should remove the sessions with &quot;.&quot; from the Efficy Admin console : &lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://submariners.efficy.com/crm/view/Case/2400000792&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://submariners.efficy.com/crm/view/Case/2400000792&quot;&gt;https://submariners.efficy.com/crm/view/Case/2400000792&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I did it but this did not change a thing.&lt;/p&gt;

&lt;p&gt;Remark : In the Alias Manager, the SOAP and JSON end point are allowed.&lt;/p&gt;

&lt;p&gt;I remarked also the following Script Exception file, the following error, but that appears in the morning ... can it be that we missed a configuration on the customer serveur IIS settings ? &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[2022/03/30 09:26:20.868] TObjectWrapper.Invoke: EEfficyException
Session timeout
EEfficyException in Node  &quot;SOAP-ENV:Fault&quot; of SOAP request
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;And if we try to launch the Datasync we get the &quot;Session timeout&quot; : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[09:16:08.235] Starting Synchro
[09:16:08.532]   Retrieving List of Records...
[09:16:08.563]     1083 Records Found
[09:16:08.563] Start job - Total records: 1083
[09:16:08.766] [1]   Handling Record &quot;2015-002357 121436&quot;
[09:16:08.766]   Processing Recette on Opportunity(2015-002357)
[09:16:08.798] [1] 
[09:16:08.798] [1] *** ERROR ***
[09:16:08.798] [1] Error while creating or modifying destination record &quot;2015-002357 121436&quot;
[09:16:08.798] [1] Error: WKFL-2142 Error while executing script &quot;EfficyImportRecord&quot; at line 62 char 2. (File &quot;DatasyncImportScript&quot; line 61)
Message: &quot;Session timeout
EEfficyException in Node  &quot;SOAP-ENV:Fault&quot; of SOAP request&quot;
[09:16:08.798] [1] *************
[09:16:08.798] [1] 
[09:16:08.798] [1] Synchro Aborted because of Error
[09:16:08.969] Job finished
[09:16:09.079] Synchro Finished
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Remark 2 : This Datasync is working on the TEST environment at the customer, so it is not a script Error !&lt;/p&gt;

&lt;p&gt;Does anyone have a clue what I should look for to solve this issue ?&lt;/p&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6497/datasyncremote-error-retrieveuserslist-please-database</guid>
<pubDate>Wed, 30 Mar 2022 15:47:45 +0000</pubDate>
</item>
<item>
<title>Announcement: Efficy Enterprise 2021 Winter ❄️ (build r25924) is available</title>
<link>https://overflow.efficy.io/?qa=6433/announcement-efficy-enterprise-winter-build-r25924-available</link>
<description>&lt;p&gt;The new &lt;strong&gt;Efficy Enterprise 2021 Winter ❄️ release build 25924&lt;/strong&gt; is now available from the Efficy Partner FTP.&lt;/p&gt;

&lt;p&gt;Here is a highlight of the major changes since the build 25477:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Apsis One Integration&lt;/li&gt;
&lt;li&gt;Attachment search with Elasticsearch&lt;/li&gt;
&lt;li&gt;Database tools improvements&lt;/li&gt;
&lt;li&gt;Digital signing improvements&lt;/li&gt;
&lt;li&gt;External cloud storage for files&lt;/li&gt;
&lt;li&gt;Inline Edit improvements&lt;/li&gt;
&lt;li&gt;Marketing Automation Connector improvements&lt;/li&gt;
&lt;li&gt;Project management improvements&lt;/li&gt;
&lt;li&gt;Security improvements&lt;/li&gt;
&lt;li&gt;Sidebar file edition improvements&lt;/li&gt;
&lt;li&gt;Teams meetings integration&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The complete list of changes in the release notes at &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.io/edn/dev/rlhs_efficy12&quot;&gt;https://help.efficy.io/edn/dev/rlhs_efficy12&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Please consult the online technical documentation for the main features in the “CRM Features” manual at &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.com/edn/dev/crft_welcome&quot;&gt;https://help.efficy.com/edn/dev/crft_welcome&lt;/a&gt;&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=6433/announcement-efficy-enterprise-winter-build-r25924-available</guid>
<pubDate>Fri, 14 Jan 2022 09:05:51 +0000</pubDate>
</item>
<item>
<title>Error in FieldByName</title>
<link>https://overflow.efficy.io/?qa=6254/error-in-fieldbyname</link>
<description>&lt;p&gt;I get the following error DS&lt;em&gt;CompConsult&lt;/em&gt;0_Comp: Field 'EMAIL1' not found with the following code:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;   var K_COMPANY = Efficy.GetMainDetail(EditHandle, ntComp)
   var compHandle = Database.OpenConsultContext(ntComp, K_COMPANY)
   if(compHandle &amp;gt; 0){
    var compDS = Database.getMasterDataSet(compHandle,0)
        var mail = compDS.FieldByName(&quot;EMAIL1&quot;).AsString
  }
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6254/error-in-fieldbyname</guid>
<pubDate>Tue, 17 Aug 2021 10:00:10 +0000</pubDate>
</item>
<item>
<title>Call EditInitializedPackProd on edit and on add</title>
<link>https://overflow.efficy.io/?qa=6205/call-editinitializedpackprod-on-edit-and-on-add</link>
<description>&lt;p&gt;Hello&lt;/p&gt;

&lt;p&gt;When you edit an existing pack_prod relation by pressing 'Edit relation' on a product in a package, the function EditInitializedPackProd is called. When a new product is added and a product is selected that already has a relation with the package, the same EditInitializedPackProd function is called.&lt;/p&gt;

&lt;p&gt;Is there a way to know if the function is called from the editRelation button or via the addProduct button?&lt;/p&gt;

&lt;p&gt;Right now, the function has 2 parameters EditHandle and Inserted. Inserted returns false in both cases, so this is not the solution I was hoping for.&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6205/call-editinitializedpackprod-on-edit-and-on-add</guid>
<pubDate>Tue, 29 Jun 2021 12:55:22 +0000</pubDate>
</item>
<item>
<title>AfterLoaded add pack to docu</title>
<link>https://overflow.efficy.io/?qa=6196/afterloaded-add-pack-to-docu</link>
<description>&lt;p&gt;Hello&lt;/p&gt;

&lt;p&gt;I'm trying to do some custom coding when a user adds a package to a document. I'm trying to edit the AfterLoaded function in docuEdit.js.&lt;/p&gt;

&lt;p&gt;When I call the following code, a list of all packs linked to the document is returned, but the onclick function only works when the pack is selected as main. The second problem with this code is that the list is returned with every change on the document.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;var packlink = document.getElementsByName(&quot;Pack-MAIN&quot;);
    console.log(packlink);
    if(packlink) {
        for (var i = 0 ; i &amp;lt; packlink.length ; ++i) {
            packlink[i].onclick = OnPackLinkChanged
        }
    }
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Is there a way for me to know which package is added to the document and only execute the custom code for the package that is added?&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6196/afterloaded-add-pack-to-docu</guid>
<pubDate>Wed, 23 Jun 2021 08:11:47 +0000</pubDate>
</item>
<item>
<title>duplicate document in workflow</title>
<link>https://overflow.efficy.io/?qa=6153/duplicate-document-in-workflow</link>
<description>&lt;p&gt;Hello&lt;/p&gt;

&lt;p&gt;When a document is duplicated, a couple of values are overwritten to the default values because of the function 'EditInitializedDocu' in the workflow.&lt;/p&gt;

&lt;p&gt;I want to put these lines of code in an if else clause, so the default values are not set when the document is a duplicate from another.&lt;br&gt;
 Is there a way to know if a document is a duplicate in the workflowfunction 'EditInitializedDocu'?&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6153/duplicate-document-in-workflow</guid>
<pubDate>Mon, 07 Jun 2021 10:20:36 +0000</pubDate>
</item>
<item>
<title>InsertDetail AfterCommit</title>
<link>https://overflow.efficy.io/?qa=6131/insertdetail-aftercommit</link>
<description>&lt;p&gt;Hello&lt;br&gt;
I'm trying to add a specific project to a case after the commit. It should happen after the commit, because I need to look at the MAINComp to see which project should be linked. If I do it BeforCommit, the CASE&lt;em&gt;COMP relation is not added, so I can't access the K&lt;/em&gt;COMPANY of the MAINComp.&lt;/p&gt;

&lt;p&gt;I execute the following code :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;function AfterCommitCase(EditHandle, Inserted) {
    StartDebug('AfterCommitCase')
    CheckEntitySecurity(EditHandle, Inserted, 'Case')   

    if(Inserted) {
        var dsCase = Database.GetMasterDataSet(EditHandle, 0);
        dsCase.Edit    
        var K_CASE = dsCase.FieldByName('K_CASE').AsString
        var EditCase = Database.OpenEditContext(ntCase, K_CASE)
        var SQL = &quot;...&quot;
        var QueryEx = new QueryExecuter();
        var K_PROJECT = QueryEx.FirstColumn(SQL, K_CASE, 0)
        if (K_PROJECT &amp;gt; 0) {
            Database.InsertDetail2(EditCase, ntProj, K_PROJECT, false) 
        }

    }
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;The K_PROJECT that I get returned is correct, but the InsertDetail2 doesn't work. I tried the EditCase but also the EditHandle from the parameter.&lt;/p&gt;

&lt;p&gt;Is there a way to insert details in the AfterCommit or get the CASE_COMP relation in BeforeCommit?&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6131/insertdetail-aftercommit</guid>
<pubDate>Thu, 27 May 2021 09:30:44 +0000</pubDate>
</item>
<item>
<title>Break from BeforeCommit</title>
<link>https://overflow.efficy.io/?qa=6104/break-from-beforecommit</link>
<description>&lt;p&gt;Hello&lt;/p&gt;

&lt;p&gt;I'm trying to break out of the BeforeCommitCase so AfterCommit is never called, if waiting is a certain value and another field is empty. I tried throwing a new error and returning, but it doesn't seem to work. &lt;/p&gt;

&lt;p&gt;Is there a way to not call AfterCommitCase after BeforeCommitCase?&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;function AfterCommitCase(EditHandle, Inserted) {
    CheckEntitySecurity(EditHandle, Inserted, 'Case') 
}
function BeforeCommitCase(EditCase, Inserted) {
        var dsCase = Database.GetMasterDataSet(EditCase, 0);
        dsCase.Edit
        var waiting = dsCase.FieldByName('WAITINGFOR').AsString
        var jira = dsCase.FieldByName('F_REMARK').AsString
        try {
           if(waiting == 3 &amp;amp;&amp;amp; (jira == &quot;&quot; || jira == null)) {
                throw new Error(&quot;Please fill in the JIRA-task&quot;)
            }
        }
        catch (ex) {
            EfficyJavaAlert(ex);
           return;
        }
    }
}
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6104/break-from-beforecommit</guid>
<pubDate>Tue, 18 May 2021 13:21:08 +0000</pubDate>
</item>
<item>
<title>Delete WrkAlloc function in workflow</title>
<link>https://overflow.efficy.io/?qa=6079/delete-wrkalloc-function-in-workflow</link>
<description>&lt;p&gt;Hello&lt;/p&gt;

&lt;p&gt;I'm trying to add a custom code to our Efficy workflow regarding the allocations in the new project module.&lt;/p&gt;

&lt;p&gt;I managed to do something when the allocation is being placed, but I would like to reverse that actions when an allocation is deleted.&lt;/p&gt;

&lt;p&gt;When an allocation is being placed, the function AfterCommitWrkAlloc works perfectly fine. On deleting, I can't seem to manage to find the right function for the deletion; both onDeleteWrkAlloc(EditHandle, Key) &amp;amp; onBeforeDeleteWrkAlloc(EditHandle, Key) don't seem to work. The function is not called when I debug.&lt;/p&gt;

&lt;p&gt;What function should I call when to do something before the allocation is deleted?&lt;/p&gt;

&lt;p&gt;Thank you in advance!&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6079/delete-wrkalloc-function-in-workflow</guid>
<pubDate>Tue, 11 May 2021 13:31:35 +0000</pubDate>
</item>
<item>
<title>set datetime with fieldbyname</title>
<link>https://overflow.efficy.io/?qa=6041/set-datetime-with-fieldbyname</link>
<description>&lt;p&gt;Hello&lt;/p&gt;

&lt;p&gt;I am trying to set a datetime for an action, based on D_START of an allocation.&lt;/p&gt;

&lt;p&gt;I managed to get the correct date, but the time is not saved. It just says &quot;02/05/2021 00:00:00&quot; instead of &quot;02/05/2021 08:00:00&quot;. When I debug, the variable has the correct time, but the fieldbyname does not seem to take it correctly.&lt;/p&gt;

&lt;p&gt;Another issue I am having with my code is that the &lt;code&gt;P_D_BEGIN&lt;/code&gt; and &lt;code&gt;P_D_END&lt;/code&gt; are set to be the same value, but when I execute it, &lt;code&gt;P_D_END&lt;/code&gt; is 1 lower than &lt;code&gt;P_D_BEGIN&lt;/code&gt;, which ofcourse is not possible, since your end date cannot be before the begin date.&lt;/p&gt;

&lt;p&gt;I have the following code now (after second possible answer):&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;function AfterCommitWrkAlloc(EditHandle, Inserted){
        StartDebug('AfterCommitWrkAlloc')
        CheckEntitySecurity(EditHandle, Inserted, 'WrkAlloc')

    //get data for queries
    var ds = Database.GetMasterDataSet(EditHandle, 0)
    var K_PROJECT = ds.FieldByName('K_PROJECT').AsFloat
    var D_START = ds.FieldByName('D_START').AsDateTime
    var K_TEAMMEMBER = ds.FieldByName('K_TEAMMEMBER').AsInteger
    var KIND = ds.FieldByName('KIND').AsInteger
    var LOCKED = ds.FieldByName('LOCKED').AsInteger

    //get variables with the data
    var location = (LOCKED == 1? 3 : 4) //When lock is set then location is onsite, else offsite
    var action_kind = (LOCKED == 1? 14 : 15) //allocations onsite or offsite

    var date_start = (KIND==0? incHour(D_START, 8) : incHour(D_START, 13));
    var date_end = (KIND==0? incHour(D_START, 12) : incHour(D_START, 17));

    var QueryEx = new QueryExecuter();
    var SQL = &quot;SELECT top(1) NAME FROM ArdisICT.PROJECTS where K_PROJECT=:param1&quot;;
    var SQL2 = &quot;select K_USER from ArdisICT.R_WRK_TEAMMEMBERS where K_TEAMMEMBER =:param1 and K_PROJECT =:param2&quot;;
    var projectname = QueryEx.FirstColumn(SQL, K_PROJECT, 0) + ' | ' + (LOCKED == 1? 'onsite' : 'remote');
    var k_user = QueryEx.FirstColumn(SQL2, K_TEAMMEMBER + '\n' + K_PROJECT, 0);

    //create action with the correct time, user, project, Kind, nature and location
var EditAct = Database.OpenEditContext(ntActi, 0);
var K_ACTION = Database.GetEditKey(EditAct);
var dsAction = Database.GetMasterDataSet(EditAct, 0);
dsAction.Edit;

dsAction.FieldByName(&quot;D_BEGIN&quot;).AsFloat = date_start;
    dsAction.FieldByName(&quot;D_END&quot;).AsFloat = date_end;
dsAction.FieldByName(&quot;KIND&quot;).AsInteger = action_kind;
    dsAction.FieldByName(&quot;LOCATION&quot;).AsInteger = location;
dsAction.FieldByName(&quot;SUBJECT&quot;).AsString = projectname;


Database.InsertDetail2(EditAct, ntProj, K_PROJECT, false);
Database.SetUsers(EditAct, k_user, false, false);

Database.CommitChanges(EditAct, false);
    var teststart = dsAction.FieldByName(&quot;D_BEGIN&quot;).AsFloat;

    //create relation between allocation and action.
    ds.Edit;
    ds.FieldByName('F_K_ACTION').AsString = K_ACTION
    Database.CommitChanges(EditHandle, false);    
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;The result after debugging the code:&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=11165665211375892477&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6041/set-datetime-with-fieldbyname</guid>
<pubDate>Mon, 26 Apr 2021 10:34:11 +0000</pubDate>
</item>
<item>
<title>Custom field Lookup in Search Map (no text)</title>
<link>https://overflow.efficy.io/?qa=5979/custom-field-lookup-in-search-map-no-text</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I add a custom field F&lt;em&gt;TYPE (lookup) in Search Map but i see the id but not the text of lookup.&lt;br&gt;
I tried to add in sys&lt;/em&gt;queries R&lt;em&gt;F&lt;/em&gt;TYPE, but no changes.&lt;br&gt;
I tried also add custom defintion in GridColumnsCustom.&lt;br&gt;
Only in search company, i can see the text of lookup.&lt;/p&gt;

&lt;p&gt;MacroSearchCustom code :&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;SearchResultColumns.Comp {[MENU,R&lt;em&gt;F&lt;/em&gt;TYPE,NAME{NAMESEARCH},PHONE1{PHONE},CITY,TAGS,F_DEPT]}&lt;/p&gt;
  
  &lt;p&gt;SearchResultMap.Comp {[&lt;br&gt;
  &lt;br&gt;
  &amp;lt;%GetDataGrid(columndefs=&quot;GridColumns.txt&quot;, entity=&quot;%%GetEntity()&quot;,
  norecords=&quot;%%Macro('SearchNoRecordsFound')&quot;,columns=&quot;F_TYPE,NAME{NAMESEARCH2},PHONE1{PHONE},CITY,CITY,F_DEPT,SHOWMARKER&quot;)%&amp;gt;&lt;br&gt;
  ]}&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Some one have a solution to see the text of lookup in Search Map ?&lt;/p&gt;

&lt;p&gt;Thanks by advance !&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5979/custom-field-lookup-in-search-map-no-text</guid>
<pubDate>Tue, 16 Mar 2021 18:04:15 +0000</pubDate>
</item>
<item>
<title>Error when creating database on Efficy 2021</title>
<link>https://overflow.efficy.io/?qa=5730/error-when-creating-database-on-efficy-2021</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;When I try to create the first database from the Designer login page, I have this error at the very beginning of the process :&lt;/p&gt;

&lt;p&gt;14:40:09.549&amp;gt;     Fatal error during Database Creation:&lt;br&gt;
14:40:09.549&amp;gt;     Cannot create file &quot;C:\Program Files\Alias.ini&quot;. Accès refusé&lt;/p&gt;

&lt;p&gt;Error when trying to delete alias: Cannot create file &quot;C:\Program Files\Alias.ini&quot;. Accès refusé&lt;/p&gt;

&lt;p&gt;I think the file Alias.ini is not supposed to be there but in the Efficy folder.&lt;/p&gt;

&lt;p&gt;Sébastien&lt;/p&gt;
</description>
<category>Efficy Installation/Settings</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5730/error-when-creating-database-on-efficy-2021</guid>
<pubDate>Tue, 08 Dec 2020 13:53:43 +0000</pubDate>
</item>
<item>
<title>Announcement: Efficy Enterprise 2021 is available</title>
<link>https://overflow.efficy.io/?qa=5708/announcement-efficy-enterprise-2021-is-available</link>
<description>&lt;p&gt;The new &lt;strong&gt;Efficy Enterprise 2021 release build 23939&lt;/strong&gt; is now available from the Efficy Partner FTP.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Major new features:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Agenda sharing in ICAL format.&lt;/li&gt;
&lt;li&gt;Business chats.&lt;/li&gt;
&lt;li&gt;Inline editing.&lt;/li&gt;
&lt;li&gt;Invoicing module.&lt;/li&gt;
&lt;li&gt;Managing credentials.&lt;/li&gt;
&lt;li&gt;Marketing Automation Connector.&lt;/li&gt;
&lt;li&gt;On-boarding of new users.&lt;/li&gt;
&lt;li&gt;Personalized regional settings.&lt;/li&gt;
&lt;li&gt;Reactions and comments in Chronos.&lt;/li&gt;
&lt;li&gt;Signing documents digitally.&lt;/li&gt;
&lt;li&gt;Tagging entities.&lt;/li&gt;
&lt;li&gt;Two-factor authentication.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Please consult the online technical documentation for the main features in the “CRM Features” manual at &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.com/edn/dev/crft_welcome&quot;&gt;https://help.efficy.com/edn/dev/crft_welcome&lt;/a&gt; and the expanded &quot;API&quot; section of the online manual at &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.com/edn/api&quot;&gt;https://help.efficy.com/edn/api&lt;/a&gt; .&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=5708/announcement-efficy-enterprise-2021-is-available</guid>
<pubDate>Wed, 02 Dec 2020 16:11:46 +0000</pubDate>
</item>
</channel>
</rss>