<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged efficy11-2</title>
<link>https://overflow.efficy.io/?qa=tag/efficy11-2</link>
<description>Powered by Question2Answer</description>
<item>
<title>Alphanumeric field gives bizarre error in JSON API request</title>
<link>https://overflow.efficy.io/?qa=6318/alphanumeric-field-gives-bizarre-error-in-json-api-request</link>
<description>&lt;p&gt;when executing the following request&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[{
        &quot;@name&quot;: &quot;Edit&quot;,
        &quot;entity&quot;: &quot;Docu&quot;,
        &quot;commit&quot;: &quot;true&quot;,
        &quot;closecontext&quot;: &quot;true&quot;,
        &quot;@func&quot;: [{
                &quot;@name&quot;: &quot;update&quot;,
                &quot;@data&quot;: {
                    &quot;NAME&quot;: &quot;Klein testje 2021&quot;,
                    &quot;F_DIENST&quot;: 6,
                    &quot;F_TYPE&quot;: 70,
                    &quot;F_ONTVANGSTWIJZE&quot;: 0,
                    &quot;F_NR_AANGETEKEND&quot;: &quot;220309282357&quot;,
                    &quot;MEMOFORMATTED&quot;: 0,
                    &quot;MEMO&quot;: &quot;&quot;,
                    &quot;F_STATUS&quot;: 0
                }
            }
        ]
    }
]
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;we get this error :&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&quot;#error&quot;: {&lt;br&gt;
                    &quot;errorcode&quot;: &quot;EConvertError&quot;,&lt;br&gt;
                    &quot;errorstring&quot;: &quot;'' is not a valid date and time&quot;&lt;br&gt;
                }&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The field &lt;code&gt;F_NR_AANGETEKEND&lt;/code&gt; is the problem.&lt;br&gt;
It's an alphanumeric field with a length of 32.&lt;/p&gt;

&lt;p&gt;values like &quot;&quot; or &quot;123&quot; or &quot;0&quot; etc are no problem.&lt;br&gt;
But values like this give the conversion error.&lt;br&gt;
Is this a bug or is there another way how we can force the API to see the value as a string ?&lt;/p&gt;

&lt;p&gt;This happens on a Efficy (Build 11.2.19857.0 2019-12-07 12:02)&lt;/p&gt;
</description>
<category>Remote API (JSON, SOAP, Node)</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6318/alphanumeric-field-gives-bizarre-error-in-json-api-request</guid>
<pubDate>Thu, 14 Oct 2021 18:22:26 +0000</pubDate>
</item>
<item>
<title>format settings difference between efficy and scheduleur</title>
<link>https://overflow.efficy.io/?qa=6262/format-settings-difference-between-efficy-and-scheduleur</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;i'm in Efficy 11.2&lt;br&gt;
I have a custom module using this code &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;var strDate = formatDateTime(&quot;yyyy/mm/dd hh:nn:ss&quot;, dateItemNomenclature)
dateItemNomenclature = standardStrToDateTime(strDate);
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;according the edn, &lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;&quot;/&quot; : Displays the date separator character given by the&lt;br&gt;
  DateSeparator global variable.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;so i suppose formatDateTime is using the one configured in the base.js DateSeparator variable (for efficy 11.2)&lt;/p&gt;

&lt;p&gt;My problem is that when this code is called by efficy scheduler, it seems that formatDateTime() is using the separator from windows regional settings who in my case is different (- in place of /)&lt;/p&gt;

&lt;p&gt;My &quot;second&quot; problem is that in both cases (Efficy Web and Efficy Scheduler) the function standardStrToDateTime() is using the &quot;/&quot; separator (i didn't know from where he get his config)&lt;/p&gt;

&lt;p&gt;The resume is that i have two function, one using a different separator when called from efficy or from scheduler,  and the second using the same separator watherver it is called from efficy or from scheduler.&lt;/p&gt;

&lt;p&gt;So, i will try to see if we can change the regional settings of the server to bypass the problem, but i have some questions.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Is it different with newer version of Efficy ?&lt;/li&gt;
&lt;li&gt;Can we force scheduleur to use another dateseparator settings?&lt;/li&gt;
&lt;li&gt;From where the function standardStrToDateTime() is getting his settings ?&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Regards,&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6262/format-settings-difference-between-efficy-and-scheduleur</guid>
<pubDate>Thu, 26 Aug 2021 08:18:36 +0000</pubDate>
</item>
<item>
<title>Mass update in result Query?</title>
<link>https://overflow.efficy.io/?qa=6234/mass-update-in-result-query</link>
<description>&lt;p&gt;Is it possible to implement the &quot;mass update&quot; functionality in the result of a query?  (Efficy 11.2)&lt;br&gt;
If yes, has someone an example ?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6234/mass-update-in-result-query</guid>
<pubDate>Tue, 20 Jul 2021 12:37:24 +0000</pubDate>
</item>
<item>
<title>Announcement: Efficy Enterprise 11.2 build r25277 is available</title>
<link>https://overflow.efficy.io/?qa=6211/announcement-efficy-enterprise-11-build-r25277-available</link>
<description>&lt;p&gt;&lt;strong&gt;Efficy Enterprise 11.2 Release Build r25277&lt;/strong&gt; is now available from the Efficy Partner FTP.&lt;/p&gt;

&lt;p&gt;This build integrates the recent changes for &lt;strong&gt;Exchange Sync services to allow new authentication scheme&lt;/strong&gt;, addressing the &lt;a rel=&quot;nofollow&quot; href=&quot;https://docs.microsoft.com/en-us/lifecycle/announcements/exchange-online-basic-auth-deprecated&quot;&gt;depreciation of basic authentication for some Microsoft services&lt;/a&gt;.&lt;br&gt;
This consists in a new set of authentication parameters (applicationID / TenantID / and Secret for synchronization profiles).&lt;/p&gt;

&lt;p&gt;A configuration guide is ready here : &lt;a rel=&quot;nofollow&quot; href=&quot;https://files.efficy.com/file/download?p=rHN7W6$ZM86C9Vscw8&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://files.efficy.com/file/list?p=rHN7W7C4PHXdTl-jGu&quot;&gt;https://files.efficy.com/file/list?p=rHN7W7C4PHXdTl-jGu&lt;/a&gt;&lt;br&gt;
And will be soon publishes to the EDN as well.&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=6211/announcement-efficy-enterprise-11-build-r25277-available</guid>
<pubDate>Fri, 02 Jul 2021 15:39:49 +0000</pubDate>
</item>
<item>
<title>Duplication Merge Workflow?</title>
<link>https://overflow.efficy.io/?qa=6106/duplication-merge-workflow</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm trying to execute a script in the workflow trigger PrepareDuplicateMerge but this trigger is called 2 times : &lt;br&gt;
 - once when the page of Duplication is loaded&lt;br&gt;
 - and when we validate our choice to merge&lt;/p&gt;

&lt;p&gt;What i need is to execute only the script when the user submit his choice to merge, could you help me please?&lt;/p&gt;

&lt;p&gt;Thanks&lt;br&gt;
Version : Efficy 11.2&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6106/duplication-merge-workflow</guid>
<pubDate>Wed, 19 May 2021 12:01:12 +0000</pubDate>
</item>
<item>
<title>Announcement: Efficy Enterprise 11.2 build r24536 is available</title>
<link>https://overflow.efficy.io/?qa=5955/announcement-efficy-enterprise-11-build-r24536-available</link>
<description>&lt;p&gt;&lt;strong&gt;Efficy Enterprise 11.2 Release Build r24536&lt;/strong&gt; is now available from the Efficy Partner FTP.&lt;/p&gt;

&lt;p&gt;This build improves or corrects a number of issues that were present in builds 11.2.24200 including the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Designer: Fix security issue.&lt;/li&gt;
&lt;li&gt;Efficy: Fixed for DB settings returning back to global values (CFT-2020-110211).&lt;/li&gt;
&lt;li&gt;Grids Excel exports: fixed issue when using similar fields from several tables (CFT-2020-110221).&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=5955/announcement-efficy-enterprise-11-build-r24536-available</guid>
<pubDate>Mon, 08 Mar 2021 14:28:17 +0000</pubDate>
</item>
<item>
<title>disableSecurity inefficient when called via node request</title>
<link>https://overflow.efficy.io/?qa=5944/disablesecurity-inefficient-when-called-via-node-request</link>
<description>&lt;p&gt;When some code called via a node request tries do disable the security,&lt;br&gt;
it's INEFFICIENT ! (Efficy 11.2)&lt;br&gt;
I implemented a minimum node file to demonstrate it, where I try to open an edit context on a record for which the user linked to the API key has no right:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;function main() {
    Efficy.disableSecurity = true;
    try {
        try {
            var editHandle = Efficy.openEditContext(ntDocu, 828855);
            try {
                Response.setContent(&quot;I did open my record!&quot;);
                Response.setStatusCode(200); // HTTP_OK
            }
            finally {
                Efficy.closeContext(editHandle);
            }
        } catch (e) {
            Response.setStatusCode(400); // HTTP_BADREQUEST
            Response.setContent(&quot;Efficy.disableSecurity = &quot; + Efficy.disableSecurity + &quot; but...\n&quot; + e.message);
        }
    }
    finally {
        Efficy.disableSecurity = false;
    }
};
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;And the response is : &lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=18103778925339841033&quot; alt=&quot;enter image description here&quot;&gt;&lt;br&gt;
This works as designed or did I miss something?&lt;br&gt;
This is the same of each Efficy property?&lt;/p&gt;
</description>
<category>Efficy Integrations</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5944/disablesecurity-inefficient-when-called-via-node-request</guid>
<pubDate>Wed, 03 Mar 2021 16:34:51 +0000</pubDate>
</item>
<item>
<title>Announcement: Efficy Enterprise 11.2 build r24200 is available</title>
<link>https://overflow.efficy.io/?qa=5827/announcement-efficy-enterprise-11-build-r24200-available</link>
<description>&lt;p&gt;&lt;strong&gt;Efficy Enterprise 11.2 Release Build r24200&lt;/strong&gt; is now available from the Efficy Partner FTP.&lt;/p&gt;

&lt;p&gt;This build improves or corrects a number of issues that were present in builds 11.2.24053 including the following:&lt;/p&gt;

&lt;ul&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;Grid filters: Format numerical values with two digits to allow consistent filtering (CFT-2020-134523).&lt;/li&gt;
&lt;li&gt;Meeting Invitations: Activate meeting invitation system also when AzureAD authentication (or other auth methods than login/password) is used (CFT-2020-129914).&lt;/li&gt;
&lt;li&gt;Recurrent actions: recompute due date (D&amp;#95;DUE) with delta to begin date (D&amp;#95;BEGIN) in generated actions (CFT-2020-120407).&lt;/li&gt;
&lt;li&gt;ServerJS : Fixed exceptions not catched when fired from a subsequent workflow call (ie : BeforeCommitX-&amp;gt; commit Y -&amp;gt; BeforeCommitY) (CFT-2021-136089).&lt;/li&gt;
&lt;li&gt;TreeView: Fix error when multiple clicks on the tree elements occur rapidly (CFT-2020-132752).&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=5827/announcement-efficy-enterprise-11-build-r24200-available</guid>
<pubDate>Mon, 25 Jan 2021 14:02:14 +0000</pubDate>
</item>
<item>
<title>Announcement: Efficy Enterprise 11.2 build r24053 is available</title>
<link>https://overflow.efficy.io/?qa=5779/announcement-efficy-enterprise-11-build-r24053-available</link>
<description>&lt;p&gt;&lt;strong&gt;Efficy Enterprise 11.2 Release Build r24053&lt;/strong&gt; is now available from the Efficy Partner FTP.&lt;/p&gt;

&lt;p&gt;This build improves or corrects a number of issues that were present in builds 11.2.23073 including the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Admin Console: fix idle time of database connection state (CFT-2020-119164).&lt;/li&gt;
&lt;li&gt;Export to excel : fix issue when first field is hidden (CFT-2020-119333).&lt;/li&gt;
&lt;li&gt;Mac sidebar: update version to appropriate Efficy 11.2 with new certificate and validation.&lt;/li&gt;
&lt;li&gt;Mac sidebar: fix folder of sent items in Outlook and Mail (CFT-2020-117400).&lt;/li&gt;
&lt;li&gt;ServerJS: fix encoding issue with UTF-8 charset in OpenURL2 (CFT-2020-110530).&lt;/li&gt;
&lt;li&gt;ServerJS: fix in DataSetToJSON to not post dataset in edit mode when it contains only one record (CFT-2020-129885).&lt;/li&gt;
&lt;li&gt;Sidebar: Improve stability and faster closing for file edition.&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=5779/announcement-efficy-enterprise-11-build-r24053-available</guid>
<pubDate>Wed, 23 Dec 2020 09:54:10 +0000</pubDate>
</item>
<item>
<title>Config when using json/node api in loadbalencer environnement</title>
<link>https://overflow.efficy.io/?qa=5717/config-when-using-json-node-api-loadbalencer-environnement</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;For a customer, we will need to use json/api node.&lt;br&gt;
Customer have actually an environnement with 2 &quot;frontend&quot; serveur behind a loadbalencer, and 1&quot;webservice&quot; serveur for soap call.&lt;/p&gt;

&lt;p&gt;Should we use the same infrastrucure and make json/node api call to the webservice serveur to avoid session problem ?&lt;br&gt;
Or is there something better to do ?&lt;/p&gt;

&lt;p&gt;regards,&lt;/p&gt;
</description>
<category>Efficy Installation/Settings</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5717/config-when-using-json-node-api-loadbalencer-environnement</guid>
<pubDate>Thu, 03 Dec 2020 08:48:55 +0000</pubDate>
</item>
<item>
<title>How to schedule a script without the efficy scheduler service ?</title>
<link>https://overflow.efficy.io/?qa=5690/how-to-schedule-script-without-the-efficy-scheduler-service</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;For a customer, we will maybe need to schedule some script, but without using the efficy taskscheduler.&lt;/p&gt;

&lt;p&gt;How can we do that ?&lt;br&gt;
The idea is to call it from windows task scheduler, or from an external scheduling tools.&lt;br&gt;
Is it possible to do it with command line ?&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5690/how-to-schedule-script-without-the-efficy-scheduler-service</guid>
<pubDate>Thu, 19 Nov 2020 13:27:08 +0000</pubDate>
</item>
<item>
<title>Announcement: Efficy 11.2 build r23073 is available</title>
<link>https://overflow.efficy.io/?qa=5598/announcement-efficy-11-2-build-r23073-is-available</link>
<description>&lt;p&gt;&lt;strong&gt;Efficy 11.2 Release Build 23073&lt;/strong&gt; is now available from the Efficy Partner FTP.&lt;/p&gt;

&lt;p&gt;This build improves or corrects a number of issues that were present in builds 11.2.22017 and 11.2.21115 including the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Agenda: Fix auto link Cont, Comp and related entity when creating an appointment from an entity agenda (CFT-2020-117365).&lt;/li&gt;
&lt;li&gt;Desktop: Scroll window to top-left (reinit scrollbar position) after navigating through host (CFT-2020-116662, CFT-2020-117186).&lt;/li&gt;
&lt;li&gt;Excel Export: SPLITTABLE is now also supported in #H tags inside GetExporGrid column definitions (CFT-2020-117731).&lt;/li&gt;
&lt;li&gt;Excel Export: Use definition names instead of field names in temporary dataset converted to Excel (CFT-2020-116594)&lt;/li&gt;
&lt;li&gt;Exchange Web Sync: Use .NET framework 4.7 with support for TLS 1.2 (CFT-2020-117655).&lt;/li&gt;
&lt;li&gt;Notification feed: Do not stop dropdown events when stopping sub-modules (CFT-2020-116042).&lt;/li&gt;
&lt;li&gt;ProcessRunner Service: Compare full path instead of process name (CFT-2020-108563).&lt;/li&gt;
&lt;li&gt;Queries: Oracle hint syntax issue - remove redundant + when OracleHint is combined with TOP rows (CFT-2020-119001).&lt;/li&gt;
&lt;li&gt;ServerJS: Correct handling of magical standard/ prefix in import module names in all contexts (CFT-2020-116389).&lt;/li&gt;
&lt;li&gt;ServerJS: Correct issue introduced in r21246 in getFileStream (CFT-2020-116282).&lt;/li&gt;
&lt;li&gt;ServerJS: Updating an attachment via JSON or SOAP API now correctly updates CRC and CRCHISTORY (CFT-2020-117798).&lt;/li&gt;
&lt;li&gt;Sidebar: Work-around for recent Chrome change impacting efficy protocol commands for users not on a domain (CFT-2020-117822).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Including the following changes that were already released in the build 11.2.22017:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Add favicon_grey to build (CFT-2020-111475).&lt;/li&gt;
&lt;li&gt;Admin console: Fix JS error on settings panels show mechanism (CFT-2019-103685).&lt;/li&gt;
&lt;li&gt;DataSynchro embedded: Allow to retrieve configurations files next to the exe (CFT-2020-112448).&lt;/li&gt;
&lt;li&gt;Designer: Fix access violation in SOAP logon from proxy (CFT-2020-111688).&lt;/li&gt;
&lt;li&gt;Edit: Fix issue when copying from existing entity view having translations (CFT-2020-110029).&lt;/li&gt;
&lt;li&gt;JSON/RPC: Correct memory leak in JSON/RPC handling (CFT-2020-115241).&lt;/li&gt;
&lt;li&gt;Merge Duplicates: Review definitions (CFT-2019-104621).&lt;/li&gt;
&lt;li&gt;Replication: Replicate SYS_CHANGED also from parent to child database when the child is a full database copy (CFT-2019-99266).&lt;/li&gt;
&lt;li&gt;Replication: Use two-key packet boundaries for table PUBL_CONT (CFT-2020-115063).&lt;/li&gt;
&lt;li&gt;Scoring engine Service: Fix log cleanup (CFT-2020-109814).&lt;/li&gt;
&lt;li&gt;Security fix: Prevent loading files outside of application root folder (CFT-2020-112531).&lt;/li&gt;
&lt;li&gt;Settings: Allow to retrieve settings by a module path (ex: &quot;Web.Format&quot;) in addition to by a moduleName (CFT-2020-111314).&lt;/li&gt;
&lt;li&gt;Templates: When merging a template also add the Template to the recent list (CFT-2020-107440).&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;
Robert&lt;/p&gt;
</description>
<category>Announcements</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5598/announcement-efficy-11-2-build-r23073-is-available</guid>
<pubDate>Tue, 22 Sep 2020 10:56:33 +0000</pubDate>
</item>
<item>
<title>Transfer of linked entities on saving task</title>
<link>https://overflow.efficy.io/?qa=5578/transfer-of-linked-entities-on-saving-task</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I have a question on the transfer of linked entities on saving a task, for example. When editing a task that is linked to a mail, when linking that task to a company for example, the mail automatically gets that same link, the link is trasferred on save.&lt;/p&gt;

&lt;p&gt;My client has a custom entity however, this link is not being transferred to the mail. Can this be configured or do i need to handle this manually in the workflow?&lt;/p&gt;

&lt;p&gt;Thank you.&lt;/p&gt;

&lt;p&gt;Ken&lt;/p&gt;

&lt;p&gt;PS: Efficy version 11.2&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5578/transfer-of-linked-entities-on-saving-task</guid>
<pubDate>Mon, 14 Sep 2020 13:01:49 +0000</pubDate>
</item>
<item>
<title>How tu use the lodash lib from a js file located in the customshared directory.</title>
<link>https://overflow.efficy.io/?qa=5567/how-use-the-lodash-from-file-located-customshared-directory</link>
<description>&lt;p&gt;I want to use some of the lodash functions to iterate into collections, but using the @import statement, it does'not work. I'm not able to import the library correctly.&lt;/p&gt;

&lt;p&gt;Exemple : @import _ from &quot;customshared/Lib/lodashcoremin.js&quot;;&lt;/p&gt;

&lt;p&gt;Any idea ? &lt;/p&gt;

&lt;p&gt;Best regards&lt;/p&gt;

&lt;p&gt;Bruno&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5567/how-use-the-lodash-from-file-located-customshared-directory</guid>
<pubDate>Wed, 09 Sep 2020 09:45:30 +0000</pubDate>
</item>
<item>
<title>Can I use a virtual field as a template merge field? (usage= p)</title>
<link>https://overflow.efficy.io/?qa=5532/can-i-use-a-virtual-field-as-a-template-merge-field-usage-p</link>
<description>&lt;p&gt;Can I use a virtual field as a template merge field? &lt;br&gt;
SYS_FIELDS: (usage= p)&lt;/p&gt;

&lt;p&gt;Currently I get empty results when merged results.&lt;/p&gt;

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

&lt;pre&gt;&lt;code&gt;[$=PROJ.V_PRODUCTVALUE_Y1] or [$=PROJ.V_TOTALVALUE_Y1, FORMAT=&quot;,0.00&quot;]
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Et cetera.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5532/can-i-use-a-virtual-field-as-a-template-merge-field-usage-p</guid>
<pubDate>Mon, 03 Aug 2020 09:27:58 +0000</pubDate>
</item>
<item>
<title>The EXECUTE permission was denied on the EFFICYTEST server when i want to execute sql query as a user</title>
<link>https://overflow.efficy.io/?qa=5511/execute-permission-denied-efficytest-server-execute-query</link>
<description>&lt;p&gt;I made a query to execute a sql native query when logged in as a normal user with native-sql execution rights. &lt;br&gt;
With user admin no problem whatsoever.&lt;/p&gt;

&lt;p&gt;The EXECUTE permission was denied on the object &lt;code&gt;CUSTOM_KBVIP_CFO&lt;/code&gt;, database 'customerdatabase', schema 'ADMINXXXXXXXX'&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Declare @KEY as INT = :companykey
SELECT IIF(ADMINXXXXXXXX.CUSTOM_KBVIP_CFO (@KEY) &amp;gt; '', 1, 0) AS RESULT.
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;On my localhost I had no problem executing native sql queries when logged in as the same user.&lt;/p&gt;

&lt;p&gt;Anyone a clue?&lt;/p&gt;

&lt;p&gt;P.S. I try to execute an SQL function.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5511/execute-permission-denied-efficytest-server-execute-query</guid>
<pubDate>Mon, 13 Jul 2020 15:05:42 +0000</pubDate>
</item>
<item>
<title>Application Server Error: QueryBuilder No fields selected</title>
<link>https://overflow.efficy.io/?qa=5489/application-server-error-querybuilder-no-fields-selected</link>
<description>&lt;p&gt;When following the Kristof manual putting virtual fields on Consult. &lt;br&gt;
I get the following error: &lt;/p&gt;

&lt;p&gt;Application Server Error: QueryBuilder No fields selected&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[Trace]
Call RunQuery(id=KBVIPS, querytext= [Select] COMPANIES.K_COMPANY hidden COMPANIES.V_CEO COMPANIES.V_CFO COMPANIES.V_CHRO [From] COMPANIES [Where] COMPANIES.K_COMPANY = 0 , param1=#K, store=333) Call Macros(=DetailBadgeQueryActi;DetailBadgeQueryOppo) Call Macros(=ConsultQueries;DetailBadgesQueries;ConsultQueriesCustom;ConsultContentHtml;ConsultModel;ConsultScriptsCustom) Call Macros(=ConsultContent) Call Macro(=MainJsModuleCustom) Call Macro(=MainJsModule) End Inline Function Evaluation Call GetLabel(=Company Manager) Start Inline Function Evaluation Call Macro(=PageTitle, context=ATTR, evaluate=T) Call LoadMacros(=MacroLibrary;MacroDesktop;MacroBadges;MacroGridtools;MacroConsult) Call SetBookmark(inhost=) Call IncludeFile(page=include/DesktopInHost, $MACROFILES$=MacroGridtools;MacroConsult, $QUERIES$=ConsultQueries;DetailBadgesQueries;ConsultQueriesCustom, $TITLE$=PageTitle, $PAGECONTENT$=ConsultContentHtml, $HOSTCONTENT$=ConsultContent, $SCRIPTS$=ConsultModel;ConsultScriptsCustom) Call OnArgument(=InHost, then=include/Desktop, else=include/DesktopInHost) Start Function Evaluation End Initialisation Connect to Application Server Verify Arguments Initialise Request Handling /consult
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;The environment = &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Efficy Version:
Efficy (Build 11.2.19857.0 2020-05-11 15:40)
Application Server Version:
EfficyServer.dll 11.2.19857.0 2019-12-07 12:02 on SV-TST-WS01
Database version:
11.2.47
License Name
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Can someone help me?&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5489/application-server-error-querybuilder-no-fields-selected</guid>
<pubDate>Tue, 16 Jun 2020 08:32:59 +0000</pubDate>
</item>
<item>
<title>Input parameters for native sql</title>
<link>https://overflow.efficy.io/?qa=5448/input-parameters-for-native-sql</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;We have a native sql query that accepts a single parameter. This field is a lookup (custom field).&lt;/p&gt;

&lt;p&gt;Using the option that a user can modify the input parameter, is there a way that this input is a drop down field in the selection screen? At this time, the user needs to put the specific value (key or value).&lt;/p&gt;

&lt;p&gt;Environment: 11.2&lt;/p&gt;

&lt;p&gt;Thank you!&lt;/p&gt;

&lt;p&gt;Ken&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5448/input-parameters-for-native-sql</guid>
<pubDate>Wed, 20 May 2020 13:45:31 +0000</pubDate>
</item>
<item>
<title>Announcement: Efficy 11.2 build r21115 is available</title>
<link>https://overflow.efficy.io/?qa=5373/announcement-efficy-11-2-build-r21115-is-available</link>
<description>&lt;p&gt;Efficy 11.2 Release Build 21115 is now available from the Efficy Partner FTP.&lt;/p&gt;

&lt;p&gt;This build improves or corrects a number of issues that were present in build 11.2.19857 including the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Agenda: Use parameter binding for Conflict Detection query and add database index ACTIONS.CONFLICT (CFT-2019-104410).&lt;/li&gt;
&lt;li&gt;Agenda EntityPicker: Always use Appointment icon, even if the list also contains Tasks (CFT-2020-109884).&lt;/li&gt;
&lt;li&gt;COM+ server: Use FILES_NOBLOB view name for lookup fields inside the FILES table when appropriate (CFT-2019-106628).&lt;/li&gt;
&lt;li&gt;Datasync remote: Improve query parameter passing in consultQuery function (CFT-2020-108207).&lt;/li&gt;
&lt;li&gt;Designer: Make sure Reference list is complete (no security clause in query) (CFT-2019-100754).&lt;/li&gt;
&lt;li&gt;Desktop: Prevent host navigation error for &quot;#&quot; links (CFT-2019-101258).&lt;/li&gt;
&lt;li&gt;Efficy: Process correctly multiple cookies, and allow setting the URL.&lt;/li&gt;
&lt;li&gt;Efficy: Use updated URL of official site for the Moniteur belge/Belgisch Staatsblad (CFT-2019-106620).&lt;/li&gt;
&lt;li&gt;Process Manager: Persist last run date to honor launch conditions after a restart of the service (CFT-2019-106827).&lt;/li&gt;
&lt;li&gt;Queries: Check read rights on table when adding a table to a Query or Query View - Relax condition on relation tables. (published previously as r20010).&lt;/li&gt;
&lt;li&gt;Gamification Scoring Engine: Use daily log instead of continuous log (CFT-2020-109814).&lt;/li&gt;
&lt;li&gt;ServerJS: Add Customer argument in CreateSharingToken to create tokens from the Scheduler (CFT-2020-108283). &lt;/li&gt;
&lt;li&gt;Sidebar: Add a discard button to remove unterminable transfers (CFT-2020-108107).&lt;/li&gt;
&lt;li&gt;Sidebar: Avoid Chrome blocking session cookie if sent without SameSite and Secure for CORS requests (&lt;a rel=&quot;nofollow&quot; href=&quot;https://blog.chromium.org/2019/10/developers-get-ready-for-new.html).&quot;&gt;https://blog.chromium.org/2019/10/developers-get-ready-for-new.html).&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Sidebar: Use new certificate for www.efficylocal.com.&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;
Robert&lt;/p&gt;
</description>
<category>Announcements</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5373/announcement-efficy-11-2-build-r21115-is-available</guid>
<pubDate>Mon, 23 Mar 2020 11:17:48 +0000</pubDate>
</item>
<item>
<title>can .txt allowed in web.config be a security issue  ?</title>
<link>https://overflow.efficy.io/?qa=5282/can-txt-allowed-in-web-config-be-a-security-issue</link>
<description>&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;In the web.config sample, the file extention .txt is set to &quot;not allowed&quot;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;            &amp;lt;fileExtensions&amp;gt;
                &amp;lt;add fileExtension=&quot;.txt&quot; allowed=&quot;false&quot; /&amp;gt;
            &amp;lt;/fileExtensions&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I would like to know if there is a raison of that ?&lt;br&gt;
What is the consequence if we set it to true ?&lt;br&gt;
And the most important is it make a security issue to do it ?&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5282/can-txt-allowed-in-web-config-be-a-security-issue</guid>
<pubDate>Fri, 31 Jan 2020 13:39:56 +0000</pubDate>
</item>
<item>
<title>Efficy 11.2: I cannot get query export Multivalue field to Excel working</title>
<link>https://overflow.efficy.io/?qa=5268/efficy-cannot-query-export-multivalue-field-excel-working</link>
<description>&lt;p&gt;I added two lines to &quot;ExportColumnsCustom.txt&quot; for multivalue field companies.f_branche. The result is not satisfying.&lt;br&gt;
It show only field-keys, semicolon seperated. (see image below, red-frame)&lt;/p&gt;

&lt;p&gt;What am I doing wrong?&lt;/p&gt;

&lt;p&gt;[ExportColumnsCustom.txt]&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;datatype.F&amp;#95;BRANCHE {[text]}&lt;br&gt;
cell.F&amp;#95;BRANCHE {[&amp;lt;#F=$FIELD$;MULTIVALUE=T;TABLEID=10000;FIELDID=F_BRANCHE;SEPARATOR=, ;context=tag&amp;gt;]}&lt;/p&gt;

&lt;hr&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=13225173740283134907&quot; alt=&quot;Output&quot;&gt;&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5268/efficy-cannot-query-export-multivalue-field-excel-working</guid>
<pubDate>Tue, 28 Jan 2020 15:43:02 +0000</pubDate>
</item>
<item>
<title>Member not found when login into efficy</title>
<link>https://overflow.efficy.io/?qa=5231/member-not-found-when-login-into-efficy</link>
<description>&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;i'm on a new install of efficy, on a new computer.&lt;br&gt;
I receive this error when i try to login.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Member not found&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;i have try both 11.2  and 11.3, it's the same. &lt;/p&gt;

&lt;p&gt;Creating a new database is ok.&lt;br&gt;
and when a received the error,  i can see in the console that the session is created, the user is connected,   but i can't access efficy desktop.&lt;/p&gt;

&lt;p&gt;have you an idea ?&lt;/p&gt;
</description>
<category>Errors</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5231/member-not-found-when-login-into-efficy</guid>
<pubDate>Thu, 23 Jan 2020 12:40:22 +0000</pubDate>
</item>
<item>
<title>On contact merge, linked custom (stripped) entity records are not linked to remaining contact</title>
<link>https://overflow.efficy.io/?qa=5203/contact-linked-custom-stripped-records-remaining-contact</link>
<description>&lt;p&gt;For customer &quot;Arthur &amp;amp; Willemijn&quot; we have created a stripped custom entity &quot;Factif key&quot; which can linked as detail to a contact. However, when two contacts are merged (manually), the linked Factif Keys to Contact 1 are not added to contact 2.&lt;/p&gt;

&lt;p&gt;Has anyone any idea what the cause could be and how to fix this?&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5203/contact-linked-custom-stripped-records-remaining-contact</guid>
<pubDate>Thu, 16 Jan 2020 08:36:55 +0000</pubDate>
</item>
<item>
<title>Error &quot;Unknown context provided for encoding&quot; while merging</title>
<link>https://overflow.efficy.io/?qa=5150/error-unknown-context-provided-for-encoding-while-merging</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;A client using Efficy 11.2 has custom fields that are added to the merge screen when merging 2 contacts. The address fields are also among the fields.&lt;/p&gt;

&lt;p&gt;Unfortunately, when merging a contact with a quote in the street (Rue De l'Hôpital) generates an error while constructing the page : &lt;/p&gt;

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

&lt;p&gt;The standard definition of the field in GridColumns.txt (td.VALUE.Dupl) doesn't seem to be able to handle the quote, but i can't seem to find a solution for this.&lt;/p&gt;

&lt;p&gt;Does anyone have a suggestion?&lt;/p&gt;

&lt;p&gt;Thank you,&lt;/p&gt;

&lt;p&gt;Ken&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5150/error-unknown-context-provided-for-encoding-while-merging</guid>
<pubDate>Tue, 17 Dec 2019 10:44:26 +0000</pubDate>
</item>
<item>
<title>Announcement: Efficy 11.2 build r19427 is available</title>
<link>https://overflow.efficy.io/?qa=4993/announcement-efficy-11-2-build-r19427-is-available</link>
<description>&lt;p&gt;&lt;strong&gt;Efficy 11.2 Release Build 19427&lt;/strong&gt; is now available from the Efficy Partner FTP.&lt;/p&gt;

&lt;p&gt;This build improves or corrects a number of issues that were present in build r18522 including the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Admin Console: Show 5 highest response times per session.&lt;/li&gt;
&lt;li&gt;Agenda: Take into account the EXTMODE field for additional background coloring (CFT-2019-96726).&lt;/li&gt;
&lt;li&gt;Agenda: Improve &quot;today&quot; and separators between days (CFT-2019-95408).&lt;/li&gt;
&lt;li&gt;COM+ Server: Correct wrong item definition in User Team management that could corrupt memory.&lt;/li&gt;
&lt;li&gt;COM+ Server: Encrypt the LDAP password in the Settings file (CFT-2019-105055).&lt;/li&gt;
&lt;li&gt;Database Replication: Some improvements and optimizations when replicating huge tables.&lt;/li&gt;
&lt;li&gt;Delete entity, Password dialog page: Correct invalid bookmark (CFT-2019-100924) (CFT-2019-103834).&lt;/li&gt;
&lt;li&gt;Documents: Binary streams from FILES are loaded on demand to minimize database server bandwidth.&lt;/li&gt;
&lt;li&gt;Duplicate Merge: Add some extended features controlled by scripting (DVL-000976).&lt;/li&gt;
&lt;li&gt;Easy import wizard: Fix failure to load previously stored import scripts (CFT-2019-103278).&lt;/li&gt;
&lt;li&gt;Efficy Drive: Correct URL that was reverting the language of the current session to English (CFT-2019-105169).&lt;/li&gt;
&lt;li&gt;Error messages: Correct broken tracing in error messages in r18522 for users working in a different language than EN.&lt;/li&gt;
&lt;li&gt;Excel Export: Avoid error because of too long URL when a very large number of columns are selected (CFT-2019-102052).&lt;/li&gt;
&lt;li&gt;Exchange QSync: Remove action in Outlook for users set as inactive in the action in Efficy (CFT-2019-104271).&lt;/li&gt;
&lt;li&gt;Exchange QSync: Use bind variables in all queries to improve performance (CFT-2019-104410).&lt;/li&gt;
&lt;li&gt;Exchange Web Sync: Work-around error when impersonate user has no mailbox (CFT-2019-101852). (published previously as r18561).&lt;/li&gt;
&lt;li&gt;Flexmail Sync: Improve behavior when no blacklist is activated for the account (CFT-2019-102390).&lt;/li&gt;
&lt;li&gt;Flexmail Sync: Improve handling of incorrect data (e.g. birthday with hour) sent to Flexmail.&lt;/li&gt;
&lt;li&gt;Gamification: Set individual targets for teams instead of users for Team challenges (CFT-2019-104014).&lt;/li&gt;
&lt;li&gt;Google Sync: Prevent error while synchronizing tasks with memo larger than 4096 characters (CFT-2019-99626).&lt;/li&gt;
&lt;li&gt;Guest: Ignore errors arising from simultaneous connections to guest pages (CFT-2019-104190).&lt;/li&gt;
&lt;li&gt;Mass Update: Allow modifying a field that exists in two tables with the same name (CFT-2019-103494).&lt;/li&gt;
&lt;li&gt;Oracle: Correct wrong table alias in some index hints.&lt;/li&gt;
&lt;li&gt;Outlook/Office Add-in: Accelerate initialization when database contains a large number of users (CFT-2019-103455).&lt;/li&gt;
&lt;li&gt;Outlook Add-in: Fix date conversion issue when syncing appointments that occurs after the summer hour daylight change (CFT-2019-103083).&lt;/li&gt;
&lt;li&gt;Recent list: In the user options allow showing at most 99 recent elements (CFT-2019-105103).&lt;/li&gt;
&lt;li&gt;Search: New RelatedSearchUsedSince option to configure the &quot;used since&quot; interval in the related entity search (CFT-2019-102654).&lt;/li&gt;
&lt;li&gt;ServerJS: Catch exceptions in GetIDsOfNames calls and log all unexpected exceptions in ScriptException.log.&lt;/li&gt;
&lt;li&gt;Settings: Change default value of ExitWhenStalled to 3 (instead of 1).&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;Best regards,&lt;br&gt;
Robert&lt;/p&gt;
</description>
<category>Announcements</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4993/announcement-efficy-11-2-build-r19427-is-available</guid>
<pubDate>Wed, 06 Nov 2019 11:51:16 +0000</pubDate>
</item>
<item>
<title>Unable to launch custom page from workflow</title>
<link>https://overflow.efficy.io/?qa=4990/unable-to-launch-custom-page-from-workflow</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;After an upgrade from 10SP2 to 11.2, i am experiencing issues with the workflow of a client.&lt;/p&gt;

&lt;p&gt;Triggered by BeforeCommitCont, the following command was to be executed : UserSession.ExecuteCommand(&quot;displayCustomActions('{0}', '{1}', '{2}', '{3}');&quot;.format(entity, key, (addrChangeInfo) ? JSON.stringify(addrChangeInfo) : null, true)))&lt;/p&gt;

&lt;p&gt;Since the upgrade, this doesn't seem to work. We are still able to use this functionality to trigger an alert, but launching a function defined in custom.js doesn't seem to work anymore.&lt;/p&gt;

&lt;p&gt;This function is used to launch an custom page that shows possible links based on the addrChangeInfo parameter. There is quite a lot of functionality behind this to populate this parameter and also to determine if the pop-up should be showed. So the fastest way to resolve this would be to keep the current functionality (by making custom.js available again in the workflow?).&lt;/p&gt;

&lt;p&gt;If that isn't possible, what scenario could be used to copy this behavior? I tried with storing the addrChangeInfo in the database and to launch the function in front-end, but i am unable to trigger this between BeforeCommit and AfterCommit.&lt;/p&gt;

&lt;p&gt;Any ideas on how to solve this? Any other examples that you know of?&lt;br&gt;
Let me know if you need more information.&lt;/p&gt;

&lt;p&gt;Regards,&lt;br&gt;
Ken&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4990/unable-to-launch-custom-page-from-workflow</guid>
<pubDate>Tue, 05 Nov 2019 13:13:22 +0000</pubDate>
</item>
<item>
<title>Error when using &quot;Print Personalized Documents&quot; : Operation aborted (print error : Filehelper error)</title>
<link>https://overflow.efficy.io/?qa=4955/error-personalized-documents-operation-aborted-filehelper</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;For a client using 11.2 (upgraded from 10SP2) i am encountering problems when using the &quot;Print Personalized Documents&quot; button under the campaign tools.&lt;/p&gt;

&lt;p&gt;Almost immediately i get a &quot;Operation aborted (print error : Filehelper error)&quot; error. It seems everything goes fine but as soon as efficy tries to print there is an error.&lt;br&gt;
For example, the button &quot;Generate Documents&quot; works fine seeing it doesn't print.&lt;/p&gt;

&lt;p&gt;My question now is where could the origin for this problem be? Where can i check settings concerning printing? &lt;br&gt;
Maybe there is something that needs to be reconfigured.&lt;/p&gt;

&lt;p&gt;The only file that has been customized for this is ProcessRecords.js but i already checked this.&lt;/p&gt;

&lt;p&gt;Any help is welcome.&lt;/p&gt;

&lt;p&gt;Thank you,&lt;br&gt;
Ken&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4955/error-personalized-documents-operation-aborted-filehelper</guid>
<pubDate>Wed, 23 Oct 2019 15:25:37 +0000</pubDate>
</item>
<item>
<title>ODBC Questionmarks on import</title>
<link>https://overflow.efficy.io/?qa=4890/odbc-questionmarks-on-import</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;We're trying this with an 11.2 customer: &lt;a rel=&quot;nofollow&quot; href=&quot;https://overflow.efficy.com/?qa=4077/add-chinese-characters-with-datasynchro-odbc-limitation&quot;&gt;Chinese characters in odbc datasynchro&lt;/a&gt; There is still text being replaced by question marks (?). Propably because of some Eastern European letters. Is there a way to get these right? We tried OEM, ANSI and 65001 as characterset in the schema.ini but to no avail.&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Rob&lt;/p&gt;
</description>
<category>Database</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4890/odbc-questionmarks-on-import</guid>
<pubDate>Thu, 10 Oct 2019 14:45:28 +0000</pubDate>
</item>
<item>
<title>is it possible to have cascading rights application like into the project for a custom entity.</title>
<link>https://overflow.efficy.io/?qa=4877/possible-cascading-rights-application-project-custom-entity</link>
<description>&lt;p&gt;I want to report the standard functionality of cascading security used into the projects to a custom entity. Is it possible ? And How ? Database, macros ?  &lt;br&gt;
If it's possible, can we industrialise it for some kinds of conditions.&lt;br&gt;
For exemple I want to add rules without open security screen depending on externals status or role.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=4852090836812488057&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=4877/possible-cascading-rights-application-project-custom-entity</guid>
<pubDate>Wed, 09 Oct 2019 12:03:30 +0000</pubDate>
</item>
<item>
<title>launch template from Publ or Prof Consult! Efficy 11.2</title>
<link>https://overflow.efficy.io/?qa=4876/launch-template-from-publ-or-prof-consult-efficy-11-2</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I want to launch a template threw a &lt;strong&gt;consult commande&lt;/strong&gt; From &lt;strong&gt;Publications Consult&lt;/strong&gt; page, i've created this function to take the directly the &lt;strong&gt;template key in parameters&lt;/strong&gt;:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;const launchTemplateFromConsult = (template) =&amp;gt; {
var extraParam = format('template=$0&amp;amp;Key={key}&amp;amp;{entity}= 
                {key}&amp;amp;copydetail={entity};{key};Comp;Cont,Proj;Oppo', template);
EditNewWithScript2('Docu', extraParam, 'serverscripts/Create', 
                'CreateInstantDoc');
};
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;My problem is that when the document is created the copy detail function does not work properly like &lt;strong&gt;(contacts or companies are not copied)&lt;/strong&gt;, i don't know if there is some thing missing&lt;/p&gt;

&lt;p&gt;I've also add this 2 lines in the Create.js in the &lt;strong&gt;CreateInstantDoc&lt;/strong&gt; function to copy the details that i need,&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;var Publ = Efficy.getMainDetail(DocuContext, ntPubl)
Efficy.copyDetails2(DocuContext, ntPubl, Publ, [ntComp, ntCont, ntProj, ntOppo], false, false)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;but the function steel not working.&lt;/p&gt;

&lt;p&gt;Could you help me please?&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4876/launch-template-from-publ-or-prof-consult-efficy-11-2</guid>
<pubDate>Wed, 09 Oct 2019 09:25:57 +0000</pubDate>
</item>
<item>
<title>Is it possible to add a custom option in the report server list ?</title>
<link>https://overflow.efficy.io/?qa=4851/is-it-possible-to-add-custom-option-in-the-report-server-list</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'd like to to know if it's possible to add an element in &lt;code&gt;LK_REPO_SERVER&lt;/code&gt; and configure how the option is working in efficy.&lt;/p&gt;

&lt;p&gt;I've added the option in the lookup (no problem there of course) but I don't see how the value is used for the execution of the reports.&lt;/p&gt;

&lt;p&gt;Thanks&lt;/p&gt;
</description>
<category>Reporting Solutions</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4851/is-it-possible-to-add-custom-option-in-the-report-server-list</guid>
<pubDate>Thu, 03 Oct 2019 11:27:09 +0000</pubDate>
</item>
<item>
<title>Word Template did not fill fields from relation table of a new created entity</title>
<link>https://overflow.efficy.io/?qa=4826/word-template-fill-fields-from-relation-table-created-entity</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;I created 2 (Contracts and Brands) new entities in Efficy, now I have a problem with a Word template.&lt;/p&gt;

&lt;p&gt;On the template I need information from &quot;Contracts&quot; and also from &quot;Brands&quot;. I added all needed fields to the template, but when running the template i.e. from the &quot;Contracts&quot; entity, the related information from &quot;Brands&quot; are empty. &lt;br&gt;
The same when I run the template from &quot;Brands&quot;, then &quot;Contracts&quot; informations are not filled.&lt;/p&gt;

&lt;p&gt;So it seems that I missed something but could not find what, any hint would be very helpful.&lt;/p&gt;

&lt;p&gt;Thanks in advance and best regards&lt;/p&gt;

&lt;p&gt;Stephan&lt;/p&gt;
</description>
<category>Efficy Integrations</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4826/word-template-fill-fields-from-relation-table-created-entity</guid>
<pubDate>Wed, 25 Sep 2019 09:11:24 +0000</pubDate>
</item>
<item>
<title>Soap error when using SSO</title>
<link>https://overflow.efficy.io/?qa=4820/soap-error-when-using-sso</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;We recently upgraded an on premise client from efficy 10SP2 to 11.2.&lt;br&gt;
They were using sso to connect but as of the upgrade this doesn't work anymore. See error message below : &lt;/p&gt;

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

&lt;p&gt;The sidebar should be correctly configured. The option 'use current windows user' is checked but still we get the error. It worked fine in the previous version.&lt;/p&gt;

&lt;p&gt;Does anyone have an idea where the problem could be? We are using the same server.&lt;br&gt;
Let me know if more information is needed.&lt;/p&gt;

&lt;p&gt;Any help is appreciated.&lt;/p&gt;

&lt;p&gt;Thank you,&lt;/p&gt;

&lt;p&gt;Ken&lt;/p&gt;
</description>
<category>Errors</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4820/soap-error-when-using-sso</guid>
<pubDate>Tue, 24 Sep 2019 08:17:14 +0000</pubDate>
</item>
<item>
<title>Use of mobile app without external Efficy access</title>
<link>https://overflow.efficy.io/?qa=4781/use-of-mobile-app-without-external-efficy-access</link>
<description>&lt;p&gt;A customer with an On-Premise Efficy installation (11.2) has no public URL available. Users can only log in with a VPN connection. Is there a way to let them use the mobile app without a VPN connection  (for example by making some adjustments in their firewall?)&lt;/p&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4781/use-of-mobile-app-without-external-efficy-access</guid>
<pubDate>Fri, 13 Sep 2019 08:06:36 +0000</pubDate>
</item>
<item>
<title>Missing the filebase in the link sent by mail for the forgot password</title>
<link>https://overflow.efficy.io/?qa=4769/missing-the-filebase-the-link-sent-mail-for-forgot-password</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;When I try &quot;I forgot my password&quot; on prod in 11.2, (not the extranet)&lt;br&gt;
I receive this mails; &lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=3272845363559295773&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;So if I take the link and I try with the filebase &quot;&lt;a rel=&quot;nofollow&quot; href=&quot;https://adeb.efficy.com&quot;&gt;https://adeb.efficy.com&lt;/a&gt;&quot; before. It works.&lt;/p&gt;

&lt;p&gt;I tried to go in the designer to change the servicy &amp;gt; sys_setting &amp;gt; common &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&quot;servicy&quot;: {
    &quot;createLogFile&quot;: &quot;~&quot;, 
    &quot;sameServerAsEfficy&quot;: &quot;~&quot;, 
    &quot;fileMaxSize&quot;: &quot;~&quot;, 
    &quot;fileMinSize&quot;: &quot;20000&quot;, 
    &quot;fileUrl&quot;: &quot;~&quot;, 
    &quot;fileRepository&quot;: &quot;~&quot;, 
    &quot;fileTempUpload&quot;: &quot;~&quot;, 
    &quot;url&quot;: &quot;https:\/\/adeb.efficy.com&quot;, 
    &quot;userPasswordUrl&quot;: &quot;~&quot;, 
    &quot;customerForExtranet&quot;: &quot;~&quot;
  }
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;If I try : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&quot;userPasswordUrl&quot;: &quot;https:\/\/adeb.efficy.com&quot;, 
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;It gives me 404 when I click on &quot;I forgot MY password&quot; because it miss the /pwd/ in the path.&lt;/p&gt;

&lt;p&gt;Well if someone has an idea or some other things to try?&lt;/p&gt;
</description>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4769/missing-the-filebase-the-link-sent-mail-for-forgot-password</guid>
<pubDate>Wed, 11 Sep 2019 15:19:27 +0000</pubDate>
</item>
<item>
<title>Error when connecting after new install (Invalid object name 'EFFICY_CRM.SYS_DATABASE')</title>
<link>https://overflow.efficy.io/?qa=4723/connecting-install-invalid-object-efficycrm-sysdatabase</link>
<description>&lt;p&gt;Hi All,&lt;/p&gt;

&lt;p&gt;I've made a fresh install of Efficy 11.2.17611 on a new server, and have this error when trying to connect to efficy (or conficy)&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Message: Invalid object name 'EFFICY_CRM.SYS_DATABASE' select
SYS_DATABASE.DBVERSION from EFFICY_CRM.SYS_DATABASE SYS_DATABASE
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I precise that the DB is already existing on an other server, and is &quot;OK&quot;, i can connect and use it from my local install.&lt;br&gt;
I've compared the alias and customer profil on my local computer, and the one on the server, i didn't see any difference.&lt;/p&gt;

&lt;p&gt;The error is the &quot;&lt;code&gt;EFFICY_CRM.SYS_DATABASE&lt;/code&gt;&quot;  EFFICY&lt;em&gt;CRM is the name of the DB and the name of the alias,  not the name of the DB owner, ... it must be A&lt;/em&gt;EFFICY.&lt;/p&gt;

&lt;p&gt;I don't see what is wrong in my config.&lt;/p&gt;
</description>
<category>Errors</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4723/connecting-install-invalid-object-efficycrm-sysdatabase</guid>
<pubDate>Wed, 21 Aug 2019 12:41:55 +0000</pubDate>
</item>
<item>
<title>What are the rules for ACCOUNT_REF ? (and how can we change them ?)</title>
<link>https://overflow.efficy.io/?qa=4720/what-are-the-rules-for-accountref-and-how-can-we-change-them</link>
<description>&lt;p&gt;Hello Efficy Team, &lt;/p&gt;

&lt;p&gt;For a new customer, with a raw installation, we put the field &quot;ACCOUNT_REF&quot; in the form. We noticed that this field is pre-filed automatically.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;How ? What is the rule here ?&lt;/li&gt;
&lt;li&gt;How can we change that ?&lt;/li&gt;
&lt;li&gt;How can we disable the automation ?&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;I saw nothing in the documentation.&lt;/p&gt;

&lt;p&gt;Regards, &lt;/p&gt;

&lt;p&gt;Loïc&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4720/what-are-the-rules-for-accountref-and-how-can-we-change-them</guid>
<pubDate>Tue, 20 Aug 2019 11:56:55 +0000</pubDate>
</item>
<item>
<title>export query  to excel 11.2</title>
<link>https://overflow.efficy.io/?qa=4642/export-query-to-excel-11-2</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I have a client who was in 10.2 and now goes to 11.2.&lt;br&gt;
The problem I have is that when he wants to export a query to Excel, it fails because there are too many columns and so the server tells that the string is too big. But in 10.2 the client has never had any problems.&lt;br&gt;
I looked at the structure of the two standards and actually it doesn't work the same way. I tried to add to the custom the same functioning as in the standard but it doesn't work. It doesn't take into account my changes... Does anyone have any ideas?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4642/export-query-to-excel-11-2</guid>
<pubDate>Thu, 01 Aug 2019 11:17:12 +0000</pubDate>
</item>
<item>
<title>Relation form becomes readonly after 1 or 2 applies in Efficy 11.2</title>
<link>https://overflow.efficy.io/?qa=4641/relation-form-becomes-readonly-after-or-applies-in-efficy-11</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I've encountered a problem when a relation form becomes readonly when the user clicks 1 or 2 times on apply. This is in the standard of Efficy 11.2. Is this a known bug? If yes, how can this be solved? If no, how can we solve this?&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Jeroen&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4641/relation-form-becomes-readonly-after-or-applies-in-efficy-11</guid>
<pubDate>Thu, 01 Aug 2019 09:57:44 +0000</pubDate>
</item>
<item>
<title>How using currentUserContactId function 11.2 (Build 11.2.17611.0)</title>
<link>https://overflow.efficy.io/?qa=4613/how-using-currentusercontactid-function-11-build-11-17611</link>
<description>&lt;p&gt;I try to use the this function &lt;code&gt;Efficy.currentUserContactId()&lt;/code&gt; to catch the &lt;code&gt;K_CONTACT&lt;/code&gt; from &lt;code&gt;ACC_ACCOUNTS&lt;/code&gt;. &lt;br&gt;
My contacts are well linked with the users and contacts in designer and In SQL I can find the key of the contact.&lt;/p&gt;

&lt;p&gt;When I execute my workflow the function return ever the default value, zero.&lt;br&gt;
The other function as &lt;code&gt;currentUserCode&lt;/code&gt;, &lt;code&gt;currentUserId&lt;/code&gt;, etc. working well.&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.com/edn/serverjs#Efficy-currentUserContactId&quot;&gt;https://help.efficy.com/edn/serverjs#Efficy-currentUserContactId&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;Is there any special way to use Efficy.currentUserContactId() or it's a bug on the 11.2 (Build 11.2.17611.0) ?&lt;/p&gt;
</description>
<category>Errors</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4613/how-using-currentusercontactid-function-11-build-11-17611</guid>
<pubDate>Mon, 29 Jul 2019 12:30:51 +0000</pubDate>
</item>
<item>
<title>Chronos with Staging Tool</title>
<link>https://overflow.efficy.io/?qa=4603/chronos-with-staging-tool</link>
<description>&lt;p&gt;I created a custom entity (&quot;Activité&quot;) for a customer (on test env), and we added a Chronos on this entity. &lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=16496351132938773435&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;Then I used the staging to push it on the prod env. &lt;br&gt;
Staging worked fine, my entity and all the field are showing but it seems like staging tool &quot;ignored&quot; chronos. I don't have any chronos for my new entity : &lt;/p&gt;

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

&lt;p&gt;Is it a known issue ? &lt;br&gt;
Is tehre a way to have the chronos included in the staging ? &lt;/p&gt;
</description>
<category>Efficy Designer (Conficy)</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4603/chronos-with-staging-tool</guid>
<pubDate>Fri, 26 Jul 2019 08:51:47 +0000</pubDate>
</item>
<item>
<title>How to install a debugger on premise</title>
<link>https://overflow.efficy.io/?qa=4588/how-to-install-a-debugger-on-premise</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I need to install a debugger on the server's client. But I don't know how. &lt;br&gt;
can I download it? or do I need a .exe from Efficy...&lt;/p&gt;

&lt;p&gt;Help please.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4588/how-to-install-a-debugger-on-premise</guid>
<pubDate>Thu, 25 Jul 2019 09:21:28 +0000</pubDate>
</item>
<item>
<title>CAMCARD &amp; K_FLEXMAIL field not found after Migration to 11.2</title>
<link>https://overflow.efficy.io/?qa=4586/camcard-kflexmail-field-not-found-after-migration-to-11-2</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;I made a migration from Efficy 2014 6100 to an Efficy 11.2.17611&lt;br&gt;
Upgrade DB has been done without error with conficy.&lt;br&gt;
Connection in Efficy and Conficy seems to be good.&lt;br&gt;
I have some &quot;normal&quot; error in Efficy linked to the custom not fully migrated yet.&lt;/p&gt;

&lt;p&gt;But, i have some error in conficy (in user and group interface)&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;&lt;code&gt;CAMCARD &amp;amp; K_FLEXMAIL field not found&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;i have compare the &lt;code&gt;acc_accounts&lt;/code&gt; table with an empty efficy 11.2 database, and effectivly, these 2 fields exist in the empty db, but they didn't exist in the migrated db.&lt;/p&gt;

&lt;p&gt;Of course i can create the fields manually,  but the question is why ?  how can i be sure that i have not problem with other fields and other tables ?&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;
</description>
<category>Efficy Designer (Conficy)</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4586/camcard-kflexmail-field-not-found-after-migration-to-11-2</guid>
<pubDate>Wed, 24 Jul 2019 11:54:30 +0000</pubDate>
</item>
<item>
<title>how using the maintenance mode with version 11.2 and +</title>
<link>https://overflow.efficy.io/?qa=4571/how-using-the-maintenance-mode-with-version-11-2-and</link>
<description>&lt;p&gt;The maintenance mode don't existe anymore into the console Efficy. &lt;br&gt;
how can we activate it ? The both option save state and restore state are still there. but not the stop and start options&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=15232567265098024444&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4571/how-using-the-maintenance-mode-with-version-11-2-and</guid>
<pubDate>Tue, 16 Jul 2019 14:01:53 +0000</pubDate>
</item>
<item>
<title>Which file type  are compressed in files.stream ?</title>
<link>https://overflow.efficy.io/?qa=4549/which-file-type-are-compressed-in-files-stream</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I would like to know if the standard file uploading is using &lt;code&gt;Efficy.smartCompressEx(stream, fileName)&lt;/code&gt; &lt;br&gt;
if yes, we can see in edn that &lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;If a Filename is specified, SmartCompressEx checks if it is necessary&lt;br&gt;
  to compress it (depending on the file extension).&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I would like to know especially if pdf file are compressed or not, but it can be interesting to have the entire rules of what is compressed ? and what is not compressed.&lt;/p&gt;

&lt;p&gt;regards.&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4549/which-file-type-are-compressed-in-files-stream</guid>
<pubDate>Wed, 10 Jul 2019 06:16:04 +0000</pubDate>
</item>
<item>
<title>Error 'Unknown EntityView &quot;&quot;' when using DataSynchro (32- or 64-bits) for Efficy 11.2</title>
<link>https://overflow.efficy.io/?qa=4534/error-unknown-entityview-when-using-datasynchro-bits-efficy</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;a customer is using the DataSynchro to import records.&lt;br&gt;
In Efficy 10SP2+ it did run without any problems, but they are now migrated to Efficy 11.2 and when they now use the DataSynchro to create a new import and want to select the tables they get the error 'Unknow EntityView &quot;&quot;'.&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=1130253673754534087&quot; alt=&quot;enter image description here&quot;&gt;&lt;br&gt;
We didn't change anything to the structure.&lt;br&gt;
How can we find out on which EntityView it's about?&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Jeroen&lt;/p&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4534/error-unknown-entityview-when-using-datasynchro-bits-efficy</guid>
<pubDate>Mon, 08 Jul 2019 08:45:46 +0000</pubDate>
</item>
<item>
<title>Override a function from Validate.js in Efficy 11.2</title>
<link>https://overflow.efficy.io/?qa=4514/override-a-function-from-validate-js-in-efficy-11-2</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;for a customer I need to adjust the function isValidDate.&lt;br&gt;
I've tried several ways to override it:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;copy Validate.js in the folder scripts in the custom (isn't working)&lt;/li&gt;
&lt;li&gt;Put the function in custom.js (isn't working)&lt;/li&gt;
&lt;li&gt;Put the function in js/main/edit.js (isn't working)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Every time the function in Validate.js is used.&lt;/p&gt;

&lt;p&gt;Is there a way how we can override this function?&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Jeroen&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4514/override-a-function-from-validate-js-in-efficy-11-2</guid>
<pubDate>Thu, 04 Jul 2019 18:30:10 +0000</pubDate>
</item>
<item>
<title>Other date format usage in Efficy based on the role of the user in Efficy 11.2</title>
<link>https://overflow.efficy.io/?qa=4498/other-date-format-usage-efficy-based-the-role-the-user-efficy</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;is it possible to use a different date format within Efficy based on the role of the user?&lt;br&gt;
I'm asking this, because a customer wants to be able to have 1 Efficy environment but different date formats to use in Efficy.&lt;br&gt;
For instance:&lt;br&gt;
for European countries the European date format and for the American countries the American date format.&lt;/p&gt;

&lt;p&gt;Is this possible?&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Jeroen&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4498/other-date-format-usage-efficy-based-the-role-the-user-efficy</guid>
<pubDate>Tue, 25 Jun 2019 13:31:20 +0000</pubDate>
</item>
<item>
<title>Switch of userrole isn't shown in the Top bar in Efficy 11.2</title>
<link>https://overflow.efficy.io/?qa=4485/switch-of-userrole-isnt-shown-in-the-top-bar-in-efficy-11-2</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;for a customer we are upgrading them to Efficy 11.2.&lt;br&gt;
They are using the switch for userrole a lot and they've found an issue with it.&lt;/p&gt;

&lt;p&gt;When the user has logged in it shows the default userrole:&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=418934842399469342&quot; alt=&quot;Default userrole is shown which is OK&quot;&gt;&lt;/p&gt;

&lt;p&gt;Opening the general options to switch the userrole:&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=5709285102086512244&quot; alt=&quot;Default userrole is selected&quot;&gt;&lt;/p&gt;

&lt;p&gt;Userrole is switched:&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=12515305078676728123&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;Default userrole is still shown which isn't OK as the userrole is switched:&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=17980003997712106257&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;After reloading the page the correct userrole is shown:&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=938869980522508872&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;Is this a known issue of Efficy 11.2?&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Jeroen&lt;/p&gt;
</description>
<category>IT</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4485/switch-of-userrole-isnt-shown-in-the-top-bar-in-efficy-11-2</guid>
<pubDate>Mon, 24 Jun 2019 11:49:07 +0000</pubDate>
</item>
<item>
<title>RunScript to retrieve dynamically the Edit Form of an entity</title>
<link>https://overflow.efficy.io/?qa=4480/runscript-to-retrieve-dynamically-the-edit-form-of-an-entity</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;for a customer we had in Efficy 10SP2+ in the EditSectionsForm the retrieval of the Edit form of an entity (see below for an example).&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;EditSectionsForm.Dona {[&amp;lt;%RunScript(getEntityEditForm)%&amp;gt;]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;We are now upgrading the customer to Efficy 11.2 and now the forms didn't retrieved anymore. We had to rewrite it to have the retrieval of the Edit form in TabContentFields (see below for an example).&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;TabContentFields.Dona {[
&amp;lt;div class=&quot;content tabs-content-item&quot; id=&quot;tab-fields&quot;&amp;gt;
&amp;lt;%Macro('PMUEditSection')%&amp;gt;
&amp;lt;%GetFormSections(form=&quot;%%Evaluate(|&amp;lt;%RunScript(getEntityEditForm)%&amp;gt;|)&quot;, fielddefs=&quot;FormFieldsEdit&quot;, noformbounds=T)%&amp;gt;
&amp;lt;/div&amp;gt;
]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I wonder why it isn't working anymore to retrieve the Edit form in EditSectionsForm. Could anyone explain this?&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Jeroen&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4480/runscript-to-retrieve-dynamically-the-edit-form-of-an-entity</guid>
<pubDate>Thu, 20 Jun 2019 07:22:09 +0000</pubDate>
</item>
</channel>
</rss>