<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged conficy-2014</title>
<link>https://overflow.efficy.io/?qa=tag/conficy-2014</link>
<description>Powered by Question2Answer</description>
<item>
<title>Conficy Hidden Feature : REGION</title>
<link>https://overflow.efficy.io/?qa=1423/conficy-hidden-feature-region</link>
<description>&lt;p&gt;Dear All,&lt;/p&gt;

&lt;p&gt;I see in Conficy &lt;code&gt;ACC_ACCOUNTS&lt;/code&gt; that there is an Hidden field &lt;code&gt;&quot;REGION&quot;&lt;/code&gt; linked to a lookup &lt;code&gt;&quot;LK_USER_REGION&quot;&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;I would like to know:&lt;br&gt;
1- What is this feature and in which case we can use it ?&lt;br&gt;
2- How to activate it ?&lt;/p&gt;
</description>
<category>Efficy Designer (Conficy)</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1423/conficy-hidden-feature-region</guid>
<pubDate>Fri, 18 Mar 2016 10:37:06 +0000</pubDate>
</item>
<item>
<title>Conficy : Add Language and Add External Key (all 2014 versions &lt;= R6100)</title>
<link>https://overflow.efficy.io/?qa=522/conficy-add-language-and-add-external-key-2014-versions-r6100</link>
<description>&lt;p&gt;Dear Efficy Developers,&lt;/p&gt;

&lt;p&gt;In every Efficy versions &amp;lt;=R6100, the option &quot;Add External Key Fields&quot; and &quot;Add Language Field&quot; in Conficy are bugged.&lt;/p&gt;

&lt;p&gt;This is a major issue as the process is not ending correctly and sometimes create duplicates objects in the database (so you wouldn't be able do do a Database Upgrade if this happend).&lt;/p&gt;

&lt;p&gt;Here is the fix :&lt;/p&gt;

&lt;p&gt;in conficy/pages/LookupEdit.htm, replace the functions AddLanguageField() and AddExternalKeyField by :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;function AddLanguageField() {
   var LangSel = document.getElementById(&quot;LangFields&quot;)
   if (LangSel.style.display == &quot;none&quot;) {
                   LangSel.style.display = &quot;inline&quot;
                   return
   }
   var NewLanguageField = LangSel.options[LangSel.selectedIndex].value
   if (confirm(msgAddLanguageField + &quot;\n&quot; + NewLanguageField)) {
                   var URL = &quot;commitlookup?table=&amp;lt;%GetArgument('Table')%&amp;gt;&amp;amp;page=pages/DatabaseProgress.htm&quot; +
                          &quot;&amp;amp;finishbookmark=&amp;lt;%GetBookmark(ftext='')%&amp;gt;&amp;amp;action=addlanguagefield&amp;amp;field=&quot; + NewLanguageField;
                   location.href = URL;
   }
}
function AddExternalKeyField() {
   if (confirm(msgAddExternalKeyField)) {
                   var URL = &quot;commitlookup?table=&amp;lt;%GetArgument('Table')%&amp;gt;&amp;amp;page=pages/DatabaseProgress.htm&quot; +
                            &quot;&amp;amp;finishbookmark=&amp;lt;%GetBookmark(ftext='')%&amp;gt;&amp;amp;action=addexternalkeyfield&quot;;
                   location.href = URL;
   }
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Geoffrey&lt;/p&gt;
</description>
<category>2014 - r6100 (+ r6099)</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=522/conficy-add-language-and-add-external-key-2014-versions-r6100</guid>
<pubDate>Fri, 17 Jul 2015 13:35:51 +0000</pubDate>
</item>
<item>
<title>Creation of an Entity in Efficy 2014</title>
<link>https://overflow.efficy.io/?qa=50/creation-of-an-entity-in-efficy-2014</link>
<description>&lt;p&gt;I created an entity in Conficy. The generated custom contains files such as xxxEdit.htm, xxxEditForm.htm... how should I integrate these in my custom, because I think these files follow the old 2012 structure?&lt;/p&gt;

&lt;p&gt;In the generated custom, there are also two files &quot;MacroConsultCustom.txt&quot; and &quot;MacroConsultNewCustom.txt&quot;. What is the difference, and which one should I use? Should I add both to my MacroConsultCustom.txt?&lt;/p&gt;
</description>
<category>Efficy Developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=50/creation-of-an-entity-in-efficy-2014</guid>
<pubDate>Tue, 14 Oct 2014 09:48:14 +0000</pubDate>
</item>
</channel>
</rss>