<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged -</title>
<link>https://overflow.efficy.io/?qa=tag/-</link>
<description>Powered by Question2Answer</description>
<item>
<title>How to display refte2 value in a fusionfield into an emailing model</title>
<link>https://overflow.efficy.io/?qa=6987/how-to-display-refte2-value-fusionfield-into-emailing-model</link>
<description>&lt;p&gt;I'm looking for displaying a greeting sentence at the end of my mailing template.&lt;/p&gt;

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

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

&lt;p&gt;How could i do this?&lt;/p&gt;
</description>
<category>E-Deal developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6987/how-to-display-refte2-value-fusionfield-into-emailing-model</guid>
<pubDate>Tue, 10 Oct 2023 15:48:26 +0000</pubDate>
</item>
<item>
<title>issue in native sql request parameter in relationColumns.txt</title>
<link>https://overflow.efficy.io/?qa=6155/issue-in-native-sql-request-parameter-relationcolumns-txt</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;In detail tab of edit window, we aim to overload the display of companies, using custom field (F_ACRONYME) instead of field NAME.&lt;/p&gt;

&lt;p&gt;To do that, in relationColumns.txt i tried to construct a sql query to get F_ACRONYME in COMPANIES table :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;td.FULLNAME.Comp      {[
  &amp;lt;%RunQuery(id=&quot;acronymeCompanie&quot;,
            sql=&quot;select F_ACRONYME from &amp;lt;#table name='COMPANIES'&amp;gt; C where C.K_COMPANY=:param1&quot;,
            param1 = &quot;$KEY$&quot; ,
       store=T)%&amp;gt;
  &amp;lt;a data-msg=&quot;view;$entity$;&amp;lt;#F=$KEY$;context=ATTR&amp;gt;&quot; href=&quot;#&quot; class=&quot;&amp;lt;#I=OPENED;0=inactive&amp;gt;&quot; title=&quot;&amp;lt;#F=NAME;nospace=T;context=ATTR&amp;gt;&quot;&amp;gt;
  &amp;lt;%GetField(&quot;F_ACRONYME&quot;,query='acronymeCompanie',context=TEXT)%&amp;gt;  &amp;lt;/a&amp;gt;
  ]} 
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;When i run this code i get this error : &quot;Incorrect number of parameters&quot;&lt;br&gt;
I tried to  change $KEY$ to {key} but it doesn't work.&lt;/p&gt;

&lt;p&gt;If i delete parameter 1 to test sql query i get this error : &quot;Duplicate Query Definition: &quot;acronymeCompanie&quot;&lt;/p&gt;

&lt;p&gt;Can you help me to understand and resolve these 2 errors ?&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;Best regards&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6155/issue-in-native-sql-request-parameter-relationcolumns-txt</guid>
<pubDate>Mon, 07 Jun 2021 13:16:48 +0000</pubDate>
</item>
<item>
<title>LookupTableManager : Cannot fetch Lookup Table Values on table for oppo history</title>
<link>https://overflow.efficy.io/?qa=5876/lookuptablemanager-cannot-fetch-lookup-table-values-history</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

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

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

&lt;p&gt;Quentin PRIGENT&lt;/p&gt;
</description>
<category>Database</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5876/lookuptablemanager-cannot-fetch-lookup-table-values-history</guid>
<pubDate>Tue, 09 Feb 2021 18:57:13 +0000</pubDate>
</item>
<item>
<title>&quot;Field not found&quot; (Only custom fields)</title>
<link>https://overflow.efficy.io/?qa=4163/field-not-found-only-custom-fields</link>
<description>&lt;p&gt;Hi,&lt;br&gt;
I created a custom field in Prod_Oppo and when i try to get some information from it the debugger says that the field can not be found.&lt;/p&gt;

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

&lt;p&gt;I tried to do the same with other functions and then it was possible to get the field, but not in the way how i want to do it.&lt;/p&gt;

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

&lt;p&gt;Maybe a thing to keep in mind is that i created some custom fields and deleted them with same name. I don't know if this is the problem but it can be...&lt;/p&gt;

&lt;p&gt;Also when i look at the database and the sys_fields everything looks fine.&lt;/p&gt;

&lt;p&gt;Thanks in advance,&lt;br&gt;
Bart&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4163/field-not-found-only-custom-fields</guid>
<pubDate>Wed, 24 Apr 2019 16:38:39 +0000</pubDate>
</item>
<item>
<title>Upgrade to Efficy 11 – Migration guide &amp; Best practices</title>
<link>https://overflow.efficy.io/?qa=3849/upgrade-to-efficy-11-migration-guide-best-practices</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Is there any migration guide or best practices about migrating from Efficy 10 to Efficy 11?&lt;/p&gt;

&lt;p&gt;Thanks a lot&lt;/p&gt;
</description>
<category>to Efficy 10</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3849/upgrade-to-efficy-11-migration-guide-best-practices</guid>
<pubDate>Thu, 10 Jan 2019 10:39:15 +0000</pubDate>
</item>
<item>
<title>How to customize the colors on Before/after areas in the Agenda</title>
<link>https://overflow.efficy.io/?qa=3614/how-to-customize-the-colors-on-before-after-areas-the-agenda</link>
<description>&lt;p&gt;Hello !&lt;/p&gt;

&lt;p&gt;I've been working on the agenda custom colors recently and I wanted to adapt the time before/after areas to match the custom colors I've put in place.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3614/how-to-customize-the-colors-on-before-after-areas-the-agenda</guid>
<pubDate>Tue, 23 Oct 2018 10:28:54 +0000</pubDate>
</item>
<item>
<title>How is the Recent list build-up/maintained?</title>
<link>https://overflow.efficy.io/?qa=1965/how-is-the-recent-list-build-up-maintained</link>
<description>&lt;p&gt;Dear,&lt;/p&gt;

&lt;p&gt;Can someone explain me how the recent list is build and maintained?&lt;br&gt;
In other words when is a record removed from the list?&lt;/p&gt;

&lt;p&gt;Is limited to a number of records or is it based on a date like records till x-days back.&lt;/p&gt;

&lt;p&gt;gr&lt;br&gt;
Erwin&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1965/how-is-the-recent-list-build-up-maintained</guid>
<pubDate>Tue, 25 Oct 2016 09:41:36 +0000</pubDate>
</item>
<item>
<title>how to get the correct datetime string from a recordset via serverside javascript</title>
<link>https://overflow.efficy.io/?qa=560/correct-datetime-string-recordset-serverside-javascript</link>
<description>&lt;p&gt;It seems that when we request the time from D_CHANGE and convert it to a string, we get the UTC time instead of the local time:&lt;/p&gt;

&lt;p&gt;var chgeDate = FormatDateTime(&quot;dd/mm/yyyy hh:nn&quot;, DataSet.FieldByName('D_CHANGE').AsFloat);&lt;/p&gt;

&lt;p&gt;Is there an easy trick to get the local time?&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=560/correct-datetime-string-recordset-serverside-javascript</guid>
<pubDate>Mon, 27 Jul 2015 08:21:38 +0000</pubDate>
</item>
<item>
<title>Retrieve role from logged in user</title>
<link>https://overflow.efficy.io/?qa=359/retrieve-role-from-logged-in-user</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;Is there an (easy) way in 2014 to retrieve the (active) role from a user?&lt;br&gt;
Thanks in advance!&lt;/p&gt;

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

&lt;p&gt;Michael de Groot &lt;/p&gt;
</description>
<category>Efficy Developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=359/retrieve-role-from-logged-in-user</guid>
<pubDate>Fri, 17 Apr 2015 06:19:19 +0000</pubDate>
</item>
</channel>
</rss>