<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged efficy-2014</title>
<link>https://overflow.efficy.io/?qa=tag/efficy-2014</link>
<description>Powered by Question2Answer</description>
<item>
<title>bad character when reading csv file with SmartDecompressEx</title>
<link>https://overflow.efficy.io/?qa=5391/bad-character-when-reading-csv-file-with-smartdecompressex</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I'm using SmartDecompressEx for reading a csv file stream (inside the process runner)&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;text = SmartDecompressEx(dsFile.fieldByName(&quot;STREAM&quot;).asString);
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;My problem is that i have encoding/decoding probleme like what we have where file are not in utf8&lt;/p&gt;

&lt;p&gt;the result is something like that &lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;&quot;ï»¿Nom;PrÃ©nom;NISS;NationalitÃ©;Code postal;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;have you any idea ?&lt;br&gt;
i'm on Efficy 2014 6100&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5391/bad-character-when-reading-csv-file-with-smartdecompressex</guid>
<pubDate>Wed, 01 Apr 2020 14:30:27 +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>How to use CEB_STATE;SORT sort a custom detai) in docu edit</title>
<link>https://overflow.efficy.io/?qa=4386/how-to-use-cebstate-sort-sort-a-custom-detai-in-docu-edit</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I have a custom entity (&lt;code&gt;ACTIVITY&lt;/code&gt;), and i use it in docuEdit behind a &lt;code&gt;TabContentApfi&lt;/code&gt; exactly like &lt;code&gt;TabContentProds&lt;/code&gt;.&lt;/p&gt;

&lt;p&gt;i would like to activate the possibility to sort all linked activities, i've created a sortdelete.Apfi in GridEditColumnsCustom&lt;/p&gt;

&lt;blockquote&gt;
  
&lt;/blockquote&gt;

&lt;pre&gt;&lt;code&gt;td.SORTDELETE.Apfi [&amp;lt;td&amp;gt; &amp;lt;%DeleteRelationButton(entity=&quot;$ENTITY$&quot;,
&amp;gt; key=&quot;&amp;lt;#G&amp;gt;&quot;)%&amp;gt;   &amp;lt;ul class=&quot;small-12 columns button-group&quot;&amp;gt;
&amp;gt;     &amp;lt;li&amp;gt;&amp;lt;button class=&quot;i-up icon narrow move-up&quot; title=&quot;&amp;lt;%GetLabel('Move Up')%&amp;gt;&quot; type=&quot;button&quot;
&amp;gt; data-msg=&quot;cebPerform;CEB_STATE;SORT\;APFI\;&amp;lt;#G&amp;gt;\;1&quot; &amp;gt;&amp;lt;/button&amp;gt;&amp;lt;/li&amp;gt;
&amp;gt;     &amp;lt;li&amp;gt;&amp;lt;button class=&quot;i-down icon narrow move-down&quot; title=&quot;&amp;lt;%GetLabel('Move Down')%&amp;gt;&quot; type=&quot;button&quot;
&amp;gt; data-msg=&quot;cebPerform;CEB_STATE;SORT\;APFI\;&amp;lt;#G&amp;gt;\;0'&quot;&amp;gt;&amp;lt;/button&amp;gt;&amp;lt;/li&amp;gt;
&amp;gt;     &amp;lt;li&amp;gt;&amp;lt;button class=&quot;i-delete icon narrow&quot; title=&quot;&amp;lt;%GetLabel('Delete Relation')%&amp;gt;&quot; type=&quot;button&quot;
&amp;gt; data-msg=&quot;delete2;&amp;lt;#G&amp;gt;;$ENTITY$&quot;&amp;gt;&amp;lt;/button&amp;gt;&amp;lt;/li&amp;gt;   &amp;lt;/ul&amp;gt; &amp;lt;/td&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;, ofcourse i also need to create a &lt;code&gt;K_SORT&lt;/code&gt; field, but, i've just try the &lt;code&gt;CEB_STATE;SORT&lt;/code&gt; before creating it, and i receive this error.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Erreur inattendue ID: CORE-1388 Message: Invalid Detail for&lt;br&gt;
  SortMoveDetail&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;So, i'm asking me if we can do that,  is there any &lt;code&gt;sys_queries&lt;/code&gt;, or others things to do ?&lt;/p&gt;

&lt;p&gt;Regards&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4386/how-to-use-cebstate-sort-sort-a-custom-detai-in-docu-edit</guid>
<pubDate>Wed, 29 May 2019 13:04:52 +0000</pubDate>
</item>
<item>
<title>Does copyDetails2 work with custom entities ?</title>
<link>https://overflow.efficy.io/?qa=4288/does-copydetails2-work-with-custom-entities</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I try to use a &lt;code&gt;copyDetails2&lt;/code&gt; to copy all linked &lt;code&gt;Apfi&lt;/code&gt; (a new custom entity) from &lt;code&gt;proj&lt;/code&gt; to &lt;code&gt;docu&lt;/code&gt;, but it seems nothing is copied  (no error, just nothing copied)&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;database.copyDetails2(docuContext, ntProj, projKey, [ntApfi], false, false);
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;(ntApfi is know in my code, declared before with the entity Id).&lt;/p&gt;

&lt;p&gt;&lt;code&gt;Proj_Apfi&lt;/code&gt; is available in consult.&lt;br&gt;
&lt;code&gt;Docu_Apfi&lt;/code&gt; is available in consult and edit.&lt;/p&gt;

&lt;p&gt;Is &lt;code&gt;copyDetails2&lt;/code&gt; using consult or edit mode on source entity to get all detail ?&lt;br&gt;
Is there a &lt;code&gt;sys_queries&lt;/code&gt; to add/modify for that for that ? &lt;br&gt;
Or must i do it &quot;manually&quot; with an &lt;code&gt;openconsult&lt;/code&gt;, &lt;code&gt;consultdetail&lt;/code&gt;, and a loop of &lt;code&gt;insertdetail2&lt;/code&gt; ?&lt;/p&gt;

&lt;p&gt;Regards&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4288/does-copydetails2-work-with-custom-entities</guid>
<pubDate>Fri, 17 May 2019 08:26:46 +0000</pubDate>
</item>
<item>
<title>Whish SYS_QUERIES is used by Efficy.consultDetail ?</title>
<link>https://overflow.efficy.io/?qa=4255/whish-sysqueries-is-used-by-efficy-consultdetail</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I've added a new field (&lt;code&gt;F_ROLE&lt;/code&gt;) in &lt;code&gt;PROJ_COMP&lt;/code&gt;. I'm trying to get the value of this new field using a consult detail, (the purpose is to copy link and the new fields value from &lt;code&gt;proj_comp&lt;/code&gt; to &lt;code&gt;docu_comp&lt;/code&gt;) &lt;/p&gt;

&lt;p&gt;I've created a new &quot;Proj : Linked Comp&quot; in &lt;code&gt;SYS_QUERIES&lt;/code&gt;, but when i execute my code i always receive an error, &lt;code&gt;F_ROLE&lt;/code&gt; not found, so i supposed consultDetail use an other queries ?&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;var detailCompDataSet = database.consultDetail(0, projContext, projKey, ntComp, true, true, 0);
if (!detailCompDataSet.IsEmpty) {
  detailCompDataSet.first;
  while (!detailCompDataSet.Eof) {
    var compKey = detailCompDataSet.FieldByName(&quot;K_COMPANY&quot;).AsFloat;
    database.InsertDetail2(docuContext, ntComp, compKey, false);    
    database.UpdateDetail2(docuContext, ntComp, compKey, &quot;F_ROLE&quot;, 
detailCompDataSet.FieldByName(&quot;F_ROLE&quot;).AsFloat);
    detailCompDataSet.Next;
  }
}
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4255/whish-sysqueries-is-used-by-efficy-consultdetail</guid>
<pubDate>Thu, 16 May 2019 10:03:47 +0000</pubDate>
</item>
<item>
<title>how to make a conditional command in ConsultCmdsTools</title>
<link>https://overflow.efficy.io/?qa=4107/how-to-make-a-conditional-command-in-consultcmdstools</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;i would like to make a conditional command in ConsultCmdsTools.&lt;br&gt;
I've made a query in consult query who give me field with &quot;the good decision&quot;&lt;br&gt;
I've made a macro with a onfield based on these fields&lt;br&gt;
the principe is working, if a simply put a text in result of my onfield, it's working good, but when i put a macro, nothing is displayed.&lt;/p&gt;

&lt;p&gt;I've try to use delay, and or %%syntaxe, but it seems that there is no change,&lt;/p&gt;

&lt;p&gt;I didn't find the good syntaxe.&lt;/p&gt;

&lt;p&gt;Here is my query:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;ConsultQueries.Proj {[
&amp;lt;%RunQuery(id=&quot;activeCatg&quot;, SQL=&quot;select pj.K_PROJECT, isNull(pjca.K_PROJECT, 0) as projCA, isNull(pjde.K_PROJECT, 0) as projDE
, isNull(pjtut.K_PROJECT, 0) as projTut, isNull(pjind.K_PROJECT, 0) as projInd
, isNull(pjca.K_PROJECT, 0) + isNull(pjtut.K_PROJECT, 0) as projCAorTUT
, isNull(pjind.K_PROJECT, 0) + isNull(pjtut.K_PROJECT, 0) as projINDorTUT
 from PROJECTS pj
                                     left join &amp;lt;#table name='PROJ$CA'&amp;gt; pjca on pj.K_PROJECT = pjca.K_PROJECT
                                     left join &amp;lt;#table name='PROJ$DONNEES_ENT'&amp;gt; pjde on pj.K_PROJECT = pjde.K_PROJECT
                                     left join &amp;lt;#table name='PROJ$TUTEUR'&amp;gt; pjtut on pj.K_PROJECT = pjtut.K_PROJECT
                                     left join &amp;lt;#table name='PROJ$PROG_INDIVI'&amp;gt; pjind on pj.K_PROJECT = pjind.K_PROJECT
                                     where pj.K_PROJECT = :param1&quot;, param1=&quot;#K&quot;, store=&quot;3&quot;)%&amp;gt;
]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;here is my ConsultCmdsTools : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;ConsultCmdsTools.Proj {[isCmdNewProjPif;isCmdEditProgResult]}
isCmdNewProjPif {[&amp;lt;%OnField('projCAorTUT', query=&quot;activeCatg&quot;, value='0', then='222', else='&amp;lt;%Macro(&quot;CmdNewProjPif&quot;)%&amp;gt;')%&amp;gt;]}
isCmdEditProgResult {[&amp;lt;%OnField('projINDorTUT', query=&quot;activeCatg&quot;, value='0', then='333', else='&amp;lt;%Macro(&quot;CmdEditProgResult&quot;)%&amp;gt;')%&amp;gt;]}
CmdNewProjPif {[&amp;lt;%Macro(name=$macro$, $_more$=$more$, $class$=&quot;&quot;, $icon$=&quot;i-Proj&quot;, $caption$=&quot;Ajouter un PIF&quot;, $msg$=&quot;editNewProjCA;pif&quot;)%&amp;gt;]}
CmdEditProgResult {[&amp;lt;%Macro(name=$macro$, $_more$=$more$, $class$=&quot;&quot;, $icon$=&quot;i-Proj&quot;, $caption$=&quot;Editer le résultat du programme&quot;, $msg$=&quot;editProgResult&quot;)%&amp;gt;]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;have you a idea of a good syntaxe to do that ?&lt;/p&gt;

&lt;p&gt;PS: i'm in 2014 6100&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4107/how-to-make-a-conditional-command-in-consultcmdstools</guid>
<pubDate>Wed, 17 Apr 2019 08:07:20 +0000</pubDate>
</item>
<item>
<title>Decimal Separator is not the good one</title>
<link>https://overflow.efficy.io/?qa=4036/decimal-separator-is-not-the-good-one</link>
<description>&lt;p&gt;Hi All,&lt;/p&gt;

&lt;p&gt;I'm on an Efficy 2014 6100.&lt;br&gt;
I've made a simple percentage compute in js (on editViewProj), but the result come with a dot decimal separator in place of a coma.&lt;/p&gt;

&lt;p&gt;I don't understand why.&lt;br&gt;
My windows reginonal settings are configured with decimal separator = coma&lt;br&gt;
The Efficy admin console is configured with decimal separator = coma&lt;br&gt;
The Efficy server is my computer so also coma.&lt;/p&gt;

&lt;p&gt;The database is on an other server, but i don't think that it is the problem because if i try to apply the value with a dot as decimal separator, i receive an efficy error saying &quot;not a valid floating point value&quot; (normal because console admin is configured with coma separator)&lt;/p&gt;

&lt;p&gt;is there other parameter somewhere for that ?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4036/decimal-separator-is-not-the-good-one</guid>
<pubDate>Fri, 15 Mar 2019 08:40:23 +0000</pubDate>
</item>
<item>
<title>DataSynchro and Date Format.</title>
<link>https://overflow.efficy.io/?qa=3757/datasynchro-and-date-format</link>
<description>&lt;p&gt;Hi All,&lt;/p&gt;

&lt;p&gt;I would like to know which date format is used by DataSynchro/DataSynchroEmbedded.&lt;br&gt;
- Efficy Admin Console Date Format&lt;br&gt;
- Windows Date Format&lt;/p&gt;

&lt;p&gt;I've made a few test and it seems that we need to use the windows date format but, why ?&lt;br&gt;
is that true ?&lt;/p&gt;

&lt;p&gt;If yes it seems that we need to know the windows server config, and we also need to use different code for using in datasynchro and in serverscript.&lt;/p&gt;

&lt;p&gt;Can you confirm ?&lt;/p&gt;

&lt;p&gt;(i'm on an Efficy 2014 6100)&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3757/datasynchro-and-date-format</guid>
<pubDate>Mon, 17 Dec 2018 08:47:46 +0000</pubDate>
</item>
<item>
<title>Tree view display offset issue when click on too long element</title>
<link>https://overflow.efficy.io/?qa=3725/tree-view-display-offset-issue-when-click-on-too-long-element</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I have a offset issue in tree view.&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=17119566563233163269&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;This happens when we click on a element only in certain condition:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;At least on element is long ant not displayed entirely &lt;/li&gt;
&lt;li&gt;Efficy Version 2014 (6100)    &lt;/li&gt;
&lt;li&gt;Browser IE&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;if i play with the splitter to display all element entirely, there is no problem&lt;br&gt;
if i test with chrome, no problem&lt;br&gt;
if i test with actual Efficy version, no problem&lt;/p&gt;

&lt;p&gt;i suppose there is something not compatible with it that has been fixed between Efficy 2014 and Efficy 11, but what ?&lt;/p&gt;

&lt;p&gt;i've try to compare some jstree and treeview file with Efficy 11 files, but i don't see something who make the difference.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3725/tree-view-display-offset-issue-when-click-on-too-long-element</guid>
<pubDate>Mon, 10 Dec 2018 10:57:32 +0000</pubDate>
</item>
<item>
<title>How can we use Exchange synchro service through a Proxy</title>
<link>https://overflow.efficy.io/?qa=3695/how-can-we-use-exchange-synchro-service-through-a-proxy</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;Our customer &quot;Forem&quot; is actually using the Office 365 Exchange synchro and have error because they use a proxy server to filter all internet connection.&lt;/p&gt;

&lt;p&gt;The workaround is to put a rules in the proxy to authorise the exchange synchro server to go out on the internet, but they want to disabled this rules.&lt;/p&gt;

&lt;p&gt;Which config can we do to force using a proxy with efficy services ?&lt;/p&gt;

&lt;p&gt;Regards&lt;/p&gt;
</description>
<category>Exchange Sync</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3695/how-can-we-use-exchange-synchro-service-through-a-proxy</guid>
<pubDate>Fri, 30 Nov 2018 14:08:27 +0000</pubDate>
</item>
<item>
<title>activate CompRelations in Comp Edit</title>
<link>https://overflow.efficy.io/?qa=3654/activate-comprelations-in-comp-edit</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;is there a way to activate CompRelation in Comp Edit ?&lt;br&gt;
there is existing entityview and tableview named comp_comp, but i'm not sure they can be used for that.&lt;/p&gt;

&lt;p&gt;i've try to add a new one, and add the CompRelations in EditRelationList.Comp and make a fullname2 to use k&lt;em&gt;company2, the company name are displayed and link is ok, but command menu (and other things in the EditRelationList are down (i suppose it's because in standard, that's the k&lt;/em&gt;company who is used, but in this case we need k_company2 so &amp;lt;#G&amp;gt; and other things like that doen't return the good value))&lt;/p&gt;

&lt;p&gt;Is there a way to do that ? or is it better to don't do that ?&lt;/p&gt;

&lt;p&gt;Regards,&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3654/activate-comprelations-in-comp-edit</guid>
<pubDate>Tue, 13 Nov 2018 07:00:47 +0000</pubDate>
</item>
<item>
<title>ConsultQuery on list SYS_QUERIES not working</title>
<link>https://overflow.efficy.io/?qa=3231/consultquery-on-list-sysqueries-not-working</link>
<description>&lt;p&gt;Dear All,&lt;/p&gt;

&lt;p&gt;I am trying to get the list of opportunity (keys) depending of the filters the user set up.&lt;br&gt;
In order to do that I am trying to use the consultQuery function describe in EDN : &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.com/edn/serverjs&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.com/edn/serverjs&quot;&gt;https://help.efficy.com/edn/serverjs&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I have create the following code, but the dataset is always empty, what did I do wrong ?&lt;/p&gt;

&lt;p&gt;serverscript file : test.js&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;  function test() {
    var queryHandle;
    var contextHandle = Database.openTemporaryContext();
    var params = VarArrayOf(['1', Database.currentUserId()]);
    var sourceDs = Database.consultQuery(queryHandle, contextHandle, 22, 0, params, true, true, '');

    sourceDs.Filtered = false
    sourceDs.Last
    sourceDs.First

    var result='&amp;lt;br&amp;gt;Oppo list: (';
    while (!sourceDs.Eof) {
        result += sourceDs.FieldByName('K_OPPORTUNITY').AsString + ', ';
        sourceDs.Next();
    }
    result += ')';
    return result;
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Macro file : MacroListCustom.txt &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;ListGrid.Oppo {[
&amp;lt;%LoadScript(test)%&amp;gt;
Launching Serverscript test....
&amp;lt;%RunScript(test)%&amp;gt;
&amp;lt;%Macro(&quot;ListGridTemplate&quot;, $COLUMNS$=&quot;MENU,NAME,R_MANAGER,D_TARGET,D_USED,R_STATUS,CONTACT,COMPANY,SUCCESS{NUMERIC},ADJBUDGET{NUMERIC}&quot;, $SUM$=&quot;ADJBUDGET&quot;)%&amp;gt;
]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;And when adding the Parameters, it seems the Key of the current user does not change in the ConsultQuery Call&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=17845584832708201463&quot; alt=&quot;ConsultQuery comparison with List query&quot;&gt;&lt;/p&gt;

&lt;p&gt;Remark : the sys&lt;em&gt;query : K&lt;/em&gt;MASTER = 22 and K_DETAIL = 0 is the standard Efficy one&lt;/p&gt;

&lt;p&gt;Best Regards,&lt;br&gt;
Stéphane R.&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3231/consultquery-on-list-sysqueries-not-working</guid>
<pubDate>Fri, 08 Jun 2018 06:25:02 +0000</pubDate>
</item>
<item>
<title>Join custom view in sys_queries</title>
<link>https://overflow.efficy.io/?qa=3141/join-custom-view-in-sysqueries</link>
<description>&lt;p&gt;I've got my own view &lt;code&gt;CUSTOM_R_CHECKAGENDA&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;I would like to join this view in the &lt;code&gt;sys_query&lt;/code&gt; for the Agenda &lt;code&gt;35,1 35,2&lt;/code&gt; and &lt;code&gt;35,3&lt;/code&gt;. The join would be on &lt;code&gt;K_ACTION&lt;/code&gt;. How to solve this? Below the current sys_query 35,1.&lt;/p&gt;

&lt;p&gt;My final goal is to change the agenda-colors based on the value in a new field in the custom view.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[Select]
ACTIONS.K_ACTION
ACTIONS.DONE
ACTIONS.D_BEGIN
ACTIONS.D_END
ACTIONS.SUBJECT
ACTIONS.D_CHANGE
ACTIONS.MODE
ACTIONS.NATURE
ACTIONS.TRAVELBEFORE
ACTIONS.TRAVELAFTER
ACTIONS.TIMEZONE
ACTIONS.TIMEZONE [TZMODIFIED]
ACTIONS.LOCATION
ACTIONS.USERS
ACTIONS.ALLDAYEVENT
ACTIONS.F_ACTIVITEIT nolookup
ACTIONS.F_DUBBEL nolookup
ACTIONS.F_BM nolookup
ACTI_USER.ISAGENDA hidden
ACC_GROUPS.K_USER2 hidden
ACTI_USER.P_D_END hidden
ACTI_USER.P_D_BEGIN hidden

[From]
ACTI_USER
ACC_GROUPS
ACTIONS


[Where]
ACTI_USER.ISAGENDA = '1' [fixed]
ACC_GROUPS.K_USER2 in 0
ACTI_USER.P_D_BEGIN &amp;lt; &quot;01/01/1970&quot;
ACTI_USER.P_D_END &amp;gt;= &quot;01/01/1970&quot; 
&amp;lt;#SkipAppendSecurityClause&amp;gt;

[Orderby]

[Options]
Distinct=1
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>Efficy Partners</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3141/join-custom-view-in-sysqueries</guid>
<pubDate>Mon, 14 May 2018 09:27:00 +0000</pubDate>
</item>
<item>
<title>How can I use CopyDetails2 to copy all fields of a relation?</title>
<link>https://overflow.efficy.io/?qa=2764/how-can-i-use-copydetails2-to-copy-all-fields-of-a-relation</link>
<description>&lt;p&gt;As a follow up of my other question: &lt;a rel=&quot;nofollow&quot; href=&quot;https://overflow.efficy.com/?qa=2741/how-to-automatically-add-serie-products-linked-to-document&quot;&gt;https://overflow.efficy.com/?qa=2741/how-to-automatically-add-serie-products-linked-to-document&lt;/a&gt; &lt;/p&gt;

&lt;p&gt;I used CopyDetails2 in my serverscript to copy the linked products from one document 'template' to another document. The copy is coming from an existing template document with PRODUCTS, PRICES and QUANTITIES.The only problem I've got now is to also copy the column QUANTITY. Now it only copy's the standard settings for every product. &lt;/p&gt;

&lt;p&gt;So I've got 2 questions now:&lt;br&gt;
1. How can I succesfully copy all details from the template, including the QUANTITY, PRICE  and K&lt;em&gt;SORT?&lt;br&gt;
2. Is it a problem that K&lt;/em&gt;RELATION in DOCU&lt;em&gt;PROD is used more than once, as long as the K&lt;/em&gt;DOCUMENT and K_PRODUCT is different?&lt;/p&gt;

&lt;p&gt;Would be perfect if there is a solution for this. Thanks for your help!&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;Database.CopyDetails2(editHandle, 31, templateKey, [ntProd], false, false);
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;My Complete code in editCmd.js&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;function docuAddProducts() {
    $.ajax({
        //deze regel gaat er nog vanuit dat de VM wordt gevulv vanuit een opportunity. Zo aanpassen dat dit flexibel wordt, ook voor projecten.
        url: format(&quot;dialog?_macrofile=MacroAjax&amp;amp;_macro=RunScript&amp;amp;file=Winkelwagentje;libjson&amp;amp;func=docuAddProducts&amp;amp;editHandle={editHandle}&quot;),
        type: &quot;GET&quot;,
        success: function (html, textStatus, jqXHR) {
            if (IsNotEfficyErrorHtml(html, function(errorMsg) {alert(errorMsg)})) {
                CebPerform(&quot;CEB_STATE&quot;);
            }
        }
    });
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;And my complete code in the serverscript&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;function docuAddProducts() { 
var editHandle = StrToFloatDef(Request.Argument(&quot;editHandle&quot;), 0);
var Oppo = Database.GetMainDetail(editHandle, ntOppo);
var Proj = Database.GetMainDetail(editHandle, ntProj);
var dienst = 0

if (Oppo != 0){ 
    var oppoContext = Database.OpenConsultContext(ntOppo);
    var oppoDS = Database.Consult(oppoContext, Oppo, true);
    var dienst = oppoDS.FieldByName('F_DIENST').AsString;
    docuProdCopyDetails (dienst);
    Database.CloseContext(oppoContext);
    return;
}

if (Proj !=0){
    var projContext = Database.OpenConsultContext(ntProj);
    var projDS = Database.Consult(projContext, Proj, true);
    var dienst = projDS.FieldByName('F_DIENST').AsString;
    docuProdCopyDetails (dienst);
    Database.CloseContext(projContext);
    return;

}

function docuProdCopyDetails(dienst){
    var SQL = &quot;select K_DOCU_TEMPLATE from LK_OPPO_DIENST where K_OPPO_DIENST = :Param1&quot;; //per dienst wordt 1 VM aangewezen als template
    var tempContext = Database.OpenTemporaryContext();
    var tempDS = Database.ExecuteSystemSQLQuery(0, tempContext, SQL, dienst, true, true, 0);
    var templateKey = tempDS.FieldByName('K_DOCU_TEMPLATE').Value; //templateKey = de k_document van de template VM met het winkelwagentje per dienst
    if (templateKey &amp;gt; 0) {
        try {
            Database.CopyDetails2(editHandle, 31, templateKey, [ntProd], false, false); //31 = Documents
        }
        catch (error) {
        }               
    }
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;}&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2764/how-can-i-use-copydetails2-to-copy-all-fields-of-a-relation</guid>
<pubDate>Thu, 23 Nov 2017 10:25:59 +0000</pubDate>
</item>
<item>
<title>Force update attachement count in documents</title>
<link>https://overflow.efficy.io/?qa=2760/force-update-attachement-count-in-documents</link>
<description>&lt;p&gt;I updated a big group of files in admin.files, changing the K_1 field linking to another document. When checking the result in Efficy and opening the document itself I see that the files nicely moved from one document to the other. But when checking a project, I saw that the count of files per document is not updated. For example, a document which should not contain any files anymore, but the counter still mentions 5 files. Only when temporarily adding another file and saving it, the counter is updated. &lt;br&gt;
How can I force to update the counter?&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=10976838606030527174&quot; alt=&quot;File counter&quot;&gt;&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2760/force-update-attachement-count-in-documents</guid>
<pubDate>Wed, 22 Nov 2017 19:43:48 +0000</pubDate>
</item>
<item>
<title>How to add a ConsultCmdTool which is only visible for certain user groups?</title>
<link>https://overflow.efficy.io/?qa=2747/how-consultcmdtool-which-only-visible-certain-user-groups</link>
<description>&lt;p&gt;I want to make sure that only certain user groups can convert a opportunity into a project. How can I add a check on certain user groups in CmdConvertProj in MacroConsultCustom? &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;ConsultCmdsTools.Oppo      {[CmdAddProducts;CmdCreateProposal;CmdFollowUp;CmdSuccess;CmdConvertProj;CmdSendBill]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Thanks for your help!&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2747/how-consultcmdtool-which-only-visible-certain-user-groups</guid>
<pubDate>Mon, 20 Nov 2017 14:32:44 +0000</pubDate>
</item>
<item>
<title>How to automatically add a serie of products linked to a document?</title>
<link>https://overflow.efficy.io/?qa=2741/how-to-automatically-add-serie-of-products-linked-document</link>
<description>&lt;p&gt;See screenshot below. I would like to use a button which triggers a serie (&amp;gt;1) of products automatically linked to the document. The serie of products to be loaded depends on the linked project and is based on the type of project. This last part is less important, my main question is how to realize the first part: how to add multiple products to the document.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=5491577173252996204&quot; alt=&quot;How to automatically add products here&quot;&gt;&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2741/how-to-automatically-add-serie-of-products-linked-document</guid>
<pubDate>Fri, 03 Nov 2017 12:53:38 +0000</pubDate>
</item>
<item>
<title>Email polling and automatic ticket creation based on keywords in subject.</title>
<link>https://overflow.efficy.io/?qa=2549/email-polling-automatic-ticket-creation-keywords-subject</link>
<description>&lt;p&gt;Hi everyone!&lt;/p&gt;

&lt;p&gt;For a customer, I need to make a estimate (if what they ask is possible) for an Efficy module cappable of: &lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;polling from a specific mailbox on the incoming email customer requests&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Scanning the emails in the subject and contents for specific keywords, e.g. “Kündigung” (cancellation)&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Automatically create tickets (cases) in Efficy with predefined categories and contents (similar output from the Profiler request to Efficy) based on the found keywords in step 2) and direct the cases to the specific team ticket folder based on the corresponding business rules.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If documents or emails are attached in the ticket, these attachments should be stored in a fileshare or sharepoint, not in the Efficy database.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;If a user uploads emails or documents or attachments into Efficy via the Efficy Outlook Plugin, these attachments should be stored in a fileshare or sharepoint, not in the Efficy database.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Do someone have some idea on how it could be done?&lt;br&gt;
Is it worth it to develop that kind of App/Module?&lt;/p&gt;

&lt;p&gt;KR,&lt;/p&gt;

&lt;p&gt;Prince.&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2549/email-polling-automatic-ticket-creation-keywords-subject</guid>
<pubDate>Tue, 13 Jun 2017 12:17:52 +0000</pubDate>
</item>
<item>
<title>How to update the contact profile picture using soap?</title>
<link>https://overflow.efficy.io/?qa=2515/how-to-update-the-contact-profile-picture-using-soap</link>
<description>&lt;p&gt;I've got a question about the Efficy Soap Wrapper for .Net. The profile picture of a user has to be updated using the efficy soap wrapper. What is the best way to do this?&lt;/p&gt;

&lt;p&gt;Besides that I would like to know how I can retrieve the file format (jpg/png/etc.). Is this information being saved in the database or do we need to retrieve this from the header in the binary data?&lt;/p&gt;
</description>
<category>Efficy Partners</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2515/how-to-update-the-contact-profile-picture-using-soap</guid>
<pubDate>Wed, 31 May 2017 15:20:38 +0000</pubDate>
</item>
<item>
<title>Shared reference number for opportunities and projects</title>
<link>https://overflow.efficy.io/?qa=2450/shared-reference-number-for-opportunities-and-projects</link>
<description>&lt;p&gt;I would like to use only one counter for opportunities as well as for projects. Now the counters are seperated and not related to each other. This results in strange, non-logical sequences&lt;/p&gt;

&lt;p&gt;How can I use the reference counter of the opportunities also for the projects?&lt;/p&gt;
</description>
<category>Efficy Partners</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2450/shared-reference-number-for-opportunities-and-projects</guid>
<pubDate>Fri, 21 Apr 2017 16:02:55 +0000</pubDate>
</item>
<item>
<title>Can we use an array in a runquery parameter ?</title>
<link>https://overflow.efficy.io/?qa=2430/can-we-use-an-array-in-a-runquery-parameter</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I want to send the selected users to my sys_query&lt;br&gt;
But my paramter is converted into a string ( ex : '1,2,3' and i need 1,2,3 or '1','2','3' )&lt;/p&gt;

&lt;p&gt;Here is my call&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;%RunQuery(&quot;ListActi&quot;, Master=&quot;32&quot;, Detail=&quot;0&quot;,mainquery=&quot;true&quot;, param1=&quot;1&quot;, param2=&quot;%%GetUserIdList(removelastseparator=T,separator=',')&quot;)%&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;My sys&lt;em&gt;query looks like the &quot;TaskList Past Unfinished&quot; sys&lt;/em&gt;query&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2430/can-we-use-an-array-in-a-runquery-parameter</guid>
<pubDate>Fri, 14 Apr 2017 07:34:38 +0000</pubDate>
</item>
<item>
<title>How having an attachement into a SendExternalMail function ?</title>
<link>https://overflow.efficy.io/?qa=2402/how-having-an-attachement-into-sendexternalmail-function</link>
<description>&lt;p&gt;I must create an attachement from a crystalReport joint into an external mail generated into a serverScript called into a guest page.&lt;/p&gt;

&lt;p&gt;Any idea to send an email with a generated pdf via serverScript ? &lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2402/how-having-an-attachement-into-sendexternalmail-function</guid>
<pubDate>Mon, 20 Mar 2017 12:33:42 +0000</pubDate>
</item>
<item>
<title>Standard fields has disapeared from a version to an other</title>
<link>https://overflow.efficy.io/?qa=2325/standard-fields-has-disapeared-from-a-version-to-an-other</link>
<description>&lt;p&gt;Most of time, when a standard field disapeared from a version to another, it's still available in conficy but not displayed.&lt;br&gt;
Use &quot;forms&quot; in Conficy, to make it visible again...&lt;/p&gt;

&lt;p&gt;This is the case for field &quot;Main company' in COMP_CONT.&lt;/p&gt;
</description>
<category>Efficy Designer (Conficy)</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2325/standard-fields-has-disapeared-from-a-version-to-an-other</guid>
<pubDate>Wed, 01 Mar 2017 08:54:03 +0000</pubDate>
</item>
<item>
<title>Error on DB Upgrade from version 8.0.78 to 10.2.12</title>
<link>https://overflow.efficy.io/?qa=2311/error-on-db-upgrade-from-version-8-0-78-to-10-2-12</link>
<description>&lt;p&gt;Hello Everyone, &lt;/p&gt;

&lt;p&gt;I'm trying to upgrade a db from version 8.0.78 to 10.2.12 but I'm getting the following error message: &lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=17269899940110121726&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;Can someone help me on what I have to do? &lt;/p&gt;

&lt;p&gt;KR, &lt;/p&gt;

&lt;p&gt;Prince.&lt;/p&gt;
</description>
<category>Database</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2311/error-on-db-upgrade-from-version-8-0-78-to-10-2-12</guid>
<pubDate>Wed, 22 Feb 2017 09:05:09 +0000</pubDate>
</item>
<item>
<title>How format a specific columns into a query result</title>
<link>https://overflow.efficy.io/?qa=2293/how-format-a-specific-columns-into-a-query-result</link>
<description>&lt;p&gt;I try to format the column BUDGET into a query result.&lt;br&gt;
Usually i use something like that &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;td.BUDGET {[&amp;lt;td class=&quot;text-end&quot;&amp;gt;&amp;lt;#F=$FIELD$;FORMAT=,0.00&amp;gt;&amp;lt;/td&amp;gt;]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;But the format isn't applied. &lt;br&gt;
I declare it into GridColumnsCustom, it works into other grids but not into a queryresult.&lt;br&gt;
Any idea why ?&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2293/how-format-a-specific-columns-into-a-query-result</guid>
<pubDate>Tue, 14 Feb 2017 14:24:16 +0000</pubDate>
</item>
<item>
<title>Missing foreign key constraint on cont_cont, comp_comp,...</title>
<link>https://overflow.efficy.io/?qa=2279/missing-foreign-key-constraint-on-contcont-compcomp</link>
<description>&lt;p&gt;Hi all,&lt;/p&gt;

&lt;p&gt;We created an SQL script responsible for cleaning the links in cont&amp;#95;cont, comp&amp;#95;comp and cont&amp;#95;comp, updating some custom fields in the meantime.&lt;br&gt;
We also create the &quot;opposite&quot; link when missing or update it if already there.&lt;br&gt;
We however noticed that we were getting some SQL errors stating that when creating the reverse link, the foreign key constraint was violated.&lt;/p&gt;

&lt;p&gt;After some investigation, we found out that there were some records in cont&amp;#95;cont and comp&amp;#95;comp where k&amp;#95;contact2 and k&amp;#95;company2 respectively were pointing to non-existent contacts and companies (resp).&lt;br&gt;
Truth is, there are no foreign key constraints on these k&amp;#95;...2 fields and therefore when someone deletes a record, only the links where its key is in k&amp;#95;contact (or k&amp;#95;company) are deleted, but not where its key is in k&amp;#95;contact2 (or k&amp;#95;company2), since no &quot;delete cascade&quot; is associated to them.&lt;/p&gt;

&lt;p&gt;Is this the intended behaviour?&lt;br&gt;
Is there a reason why the foreign key constraints on k&amp;#95;...2 fields are missing?&lt;/p&gt;

&lt;p&gt;Thank you,&lt;br&gt;
Kind regards,&lt;/p&gt;

&lt;p&gt;Laurent&lt;/p&gt;
</description>
<category>Database</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2279/missing-foreign-key-constraint-on-contcont-compcomp</guid>
<pubDate>Fri, 10 Feb 2017 14:47:21 +0000</pubDate>
</item>
<item>
<title>Automatically assign project when uploading email in Efficy</title>
<link>https://overflow.efficy.io/?qa=2236/automatically-assign-project-when-uploading-email-efficy</link>
<description>&lt;p&gt;The subject of all emails we send to our customers starts with the reference number. This is something we agreed on. &lt;/p&gt;

&lt;p&gt;Is it possible to automatically recognize the reference number in the subject when saving the email in Efficy? Would be great if we can automatically assign the project to the email! &lt;/p&gt;

&lt;p&gt;Thanks for your help!&lt;/p&gt;
</description>
<category>Efficy Integrations</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2236/automatically-assign-project-when-uploading-email-efficy</guid>
<pubDate>Mon, 30 Jan 2017 06:39:53 +0000</pubDate>
</item>
<item>
<title>Adding image (out of Product Record) in producttable in Word Template</title>
<link>https://overflow.efficy.io/?qa=2183/adding-image-out-product-record-producttable-word-template</link>
<description>&lt;p&gt;Adding image (out of Product Record) in producttable in Word Template&lt;/p&gt;

&lt;p&gt;==&amp;gt; has anyone done this before ?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2183/adding-image-out-product-record-producttable-word-template</guid>
<pubDate>Fri, 13 Jan 2017 11:01:11 +0000</pubDate>
</item>
<item>
<title>&lt; # ERROR: T.escapeHtml is not a function # &gt; in Chronos</title>
<link>https://overflow.efficy.io/?qa=2176/error-t-escapehtml-is-not-a-function-in-chronos</link>
<description>&lt;p&gt;&amp;lt; # ERROR: T.escapeHtml is not a function # &amp;gt; in Chronos&lt;/p&gt;

&lt;p&gt;This error message is coming in every Chronos tab (Companies, contacts, incidents, ..)&lt;/p&gt;
</description>
<category>Errors</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2176/error-t-escapehtml-is-not-a-function-in-chronos</guid>
<pubDate>Thu, 12 Jan 2017 16:33:52 +0000</pubDate>
</item>
<item>
<title>How can I know if a category has been deactivated in the edit context ?</title>
<link>https://overflow.efficy.io/?qa=2152/how-can-know-category-has-been-deactivated-the-edit-context</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I need to know if a category has been deactivated in the edit context.&lt;/p&gt;

&lt;p&gt;I try to use the following methods in the WF (beforeCommit) but they don't allow me to know if the category has been deactivated or not in the current context :&lt;br&gt;
- CategoryModified : returns false&lt;br&gt;
- OldCategoryFieldValue : returns an empty string&lt;br&gt;
- GetCategoryDataSet : returns a dataset&lt;br&gt;
- .IsEmpty : returns true&lt;/p&gt;

&lt;p&gt;I wonder if this information is stored in the dataset or if Efficy provides a way to know this ?&lt;/p&gt;

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

&lt;p&gt;Regards,&lt;br&gt;
Pierre.&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2152/how-can-know-category-has-been-deactivated-the-edit-context</guid>
<pubDate>Tue, 03 Jan 2017 13:38:15 +0000</pubDate>
</item>
<item>
<title>Is it possible to create a category automatically based on field in Document</title>
<link>https://overflow.efficy.io/?qa=2071/possible-create-category-automatically-based-field-document</link>
<description>&lt;p&gt;For our documents we have a field which contains a select list with the type of the document. For example: incoming files, outgoing files, document containing financial files etc. &lt;/p&gt;

&lt;p&gt;When creating a new document I automatically want to add the category based on the chosen type. How can I make this possible?&lt;/p&gt;

&lt;p&gt;Thanks!&lt;/p&gt;
</description>
<category>Efficy Partners</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2071/possible-create-category-automatically-based-field-document</guid>
<pubDate>Tue, 06 Dec 2016 10:14:52 +0000</pubDate>
</item>
<item>
<title>Multiple list on a page and we would like several Pagination Tool</title>
<link>https://overflow.efficy.io/?qa=2032/multiple-list-on-page-and-would-like-several-pagination-tool</link>
<description>&lt;p&gt;Dear All,&lt;/p&gt;

&lt;p&gt;We have a page with several list in it something like the screenshot below:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=47425027744771482&quot; alt=&quot;Page with Multiple list&quot;&gt;&lt;/p&gt;

&lt;p&gt;And we would like to add a pagination tool on each of them&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=5387175403072299447&quot; alt=&quot;Pagination tool&quot;&gt;&lt;/p&gt;

&lt;p&gt;Did someone already did something similar ... or is it even possible ?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2032/multiple-list-on-page-and-would-like-several-pagination-tool</guid>
<pubDate>Mon, 21 Nov 2016 12:35:53 +0000</pubDate>
</item>
<item>
<title>Get table in Html template</title>
<link>https://overflow.efficy.io/?qa=2029/get-table-in-html-template</link>
<description>&lt;p&gt;Bonjour,&lt;/p&gt;

&lt;p&gt;Je souhaitais créer un tableau dans un email instantané depuis une opportunité afin d'afficher les produits qu'elle contient.&lt;/p&gt;

&lt;p&gt;La documentation des templates indique d'utiliser la fonction GetHtmlTable.&lt;/p&gt;

&lt;p&gt;J'ai copié le tableau donné en exemple dans mon modèle d'email :&lt;/p&gt;

&lt;p&gt;[$GetHtmlTable(&quot;Prod&quot;, entity=&quot;Prod&quot;, columndefs=&quot;HTML Columns&quot;,&lt;br&gt;
columns=&quot;NAME,QUANTITY{CENTER},PRICE{NUMERIC},DISCOUNT{CENTER},&lt;br&gt;
COMMENT,VAT,TOTAL{NUMERIC}&quot;, sum=&quot;TOTAL&quot;)]&lt;/p&gt;

&lt;p&gt;L'obtient une erreur en exécutant ce template :&lt;br&gt;
ID: CORE-1285&lt;br&gt;
Message: Empty Column Definition File: HTMLColumns&lt;/p&gt;

&lt;p&gt;Comment et ou renseigner ce fichier sur une version d'Efficy en mode cloud ?&lt;/p&gt;

&lt;p&gt;Merci d'avance,&lt;br&gt;
Joseph&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2029/get-table-in-html-template</guid>
<pubDate>Thu, 17 Nov 2016 14:16:20 +0000</pubDate>
</item>
<item>
<title>label translation via Efficy designer for fields having the same name in different entities (i.e. email1)</title>
<link>https://overflow.efficy.io/?qa=1988/translation-efficy-designer-fields-different-entities-email1</link>
<description>&lt;p&gt;We received a question from a customer rearding an issue with the Translation of field Labels in the designer.&lt;/p&gt;

&lt;p&gt;If they translate the field label for field “comp.email1” the translation for field “cont.email1” is also changed.&lt;br&gt;
The mentioned behavior seems to occur on all fields having the same name but located in different Entities (i.e. a change of the label for “docu.name” will also change the label of “prod.name” )&lt;/p&gt;

&lt;p&gt;This issue was transfered to Efficy Support, see the answer below.&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1988/translation-efficy-designer-fields-different-entities-email1</guid>
<pubDate>Thu, 27 Oct 2016 14:21:59 +0000</pubDate>
</item>
<item>
<title>mass delete based on query results</title>
<link>https://overflow.efficy.io/?qa=1940/mass-delete-based-on-query-results</link>
<description>&lt;p&gt;Hi&lt;/p&gt;

&lt;p&gt;In efficy you can do mass-updates but I'm looking for the way to do a mass-delete based on a query. Does anyone know how/where this can be done?&lt;br&gt;
e.g. I would like to delete all deceased contacts at once ;-)&lt;/p&gt;

&lt;p&gt;Regards&lt;br&gt;
Kathleen&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1940/mass-delete-based-on-query-results</guid>
<pubDate>Thu, 13 Oct 2016 08:41:45 +0000</pubDate>
</item>
<item>
<title>Inactive Users button</title>
<link>https://overflow.efficy.io/?qa=1930/inactive-users-button</link>
<description>&lt;p&gt;Dear,&lt;/p&gt;

&lt;p&gt;Does anyone knows what the 'inactive users' button does in the task list?&lt;/p&gt;

&lt;p&gt;gr&lt;br&gt;
Erwin&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1930/inactive-users-button</guid>
<pubDate>Thu, 06 Oct 2016 15:12:32 +0000</pubDate>
</item>
<item>
<title>Is there any way to re-order GetUserIdList depending on the Fullname Attached</title>
<link>https://overflow.efficy.io/?qa=1860/there-any-order-getuseridlist-depending-fullname-attached</link>
<description>&lt;p&gt;The need is to be able to display Planning vue by user name not by user Id when I call  JsonAgendaMeetings into agenda.js :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;format('agenda?_macrofile=MacroAgenda&amp;amp;_macro=JsonAgendaMeetings&amp;amp;entity=Appo&amp;amp;active=true&amp;amp;explodegroup=true&amp;amp;user=$0&amp;amp;planview={planningView}', users[i]));
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;By default in the macroAgenda.txt the JSON AgendaModel use the &lt;strong&gt;&amp;lt;%GetUserIdList(removelastseparator=T)%&amp;gt;&lt;/strong&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;JsonAgendaModel {[
,&quot;userIdList&quot;: &quot;&amp;lt;%GetUserIdList(removelastseparator=T)%&amp;gt;&quot;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Is there any way to order this list not by ID but By name ? &lt;br&gt;
I was thinking first I could order By FULLNAME into the scalar function GETACT_USRNAMES but it seem that there is no relation with this user list.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1860/there-any-order-getuseridlist-depending-fullname-attached</guid>
<pubDate>Tue, 13 Sep 2016 15:13:06 +0000</pubDate>
</item>
<item>
<title>Agenda &amp; TS have a specific background color - efficy 2014</title>
<link>https://overflow.efficy.io/?qa=1849/agenda-ts-have-a-specific-background-color-efficy-2014</link>
<description>&lt;p&gt;Hello,&lt;br&gt;
Does anyone knows if &lt;br&gt;
 - Is is possible to have a specific background color for bank hilodays like for WE (saturday and Sunday background are light gray)&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;TimeSheet:&lt;br&gt;
Same as above eg have a specific color for bank holidays to distinguish from working days&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Many thanks&lt;br&gt;
Frédéric&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1849/agenda-ts-have-a-specific-background-color-efficy-2014</guid>
<pubDate>Fri, 09 Sep 2016 06:40:40 +0000</pubDate>
</item>
<item>
<title>&quot;HINT&quot; field length</title>
<link>https://overflow.efficy.io/?qa=1838/hint-field-length</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Is there a solution to increase the length of &quot;Hint&quot; field ?&lt;/p&gt;

&lt;p&gt;Thanks&lt;br&gt;
Hafid&lt;/p&gt;
</description>
<category>Database</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1838/hint-field-length</guid>
<pubDate>Wed, 31 Aug 2016 09:39:52 +0000</pubDate>
</item>
<item>
<title>Datetimepicker Update event is missing (Jquery UI overload)</title>
<link>https://overflow.efficy.io/?qa=1786/datetimepicker-update-event-is-missing-jquery-ui-overload</link>
<description>&lt;p&gt;Dear All,&lt;/p&gt;

&lt;p&gt;for one of my customer I need to block some date in the calendar of a datetimepicker (for a migration).&lt;/p&gt;

&lt;p&gt;Before in Efficy 2012 it was done by using the datepicker of Jquery.Ui (which is not available in Efficy 10). &lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://api.jqueryui.com/datepicker/&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://api.jqueryui.com/datepicker/&quot;&gt;http://api.jqueryui.com/datepicker/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This one allow to catch some events like &quot;beforeShowDay&quot;, the list of days to enable was built in this event.&lt;/p&gt;

&lt;p&gt;for Efficy 10 we are using the Bootstrap dateimepicker :&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/Eonasdan/bootstrap-datetimepicker&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://github.com/Eonasdan/bootstrap-datetimepicker&quot;&gt;https://github.com/Eonasdan/bootstrap-datetimepicker&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I look around and it seems there is also an event that we can catch &quot;dp.update&quot; ... I tested it but nothing happened. I only succeed to cache the &quot;dp.change&quot; event.&lt;/p&gt;

&lt;p&gt;Can anyone help with this one to either : &lt;br&gt;
1- explain me how I can replace/activate the Efficy 10 datetimepicker by the Jquery Ui Datepicker ?&lt;br&gt;
2- Or how I can access the dp.update event of the datetimepicker in order to build the list of possible dates&lt;/p&gt;

&lt;p&gt;Thank you,&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1786/datetimepicker-update-event-is-missing-jquery-ui-overload</guid>
<pubDate>Fri, 29 Jul 2016 17:06:39 +0000</pubDate>
</item>
<item>
<title>How to add an SQL scalar function based on GETACT_USRNAMES into the basic sys_queries</title>
<link>https://overflow.efficy.io/?qa=1784/scalar-function-based-getactusrnames-basic-sysqueries</link>
<description>&lt;p&gt;I wanna change the Standard Query K_MASTER 35 by adding into the agenda the all contact linked into the screen. &lt;br&gt;
I bases my développement on the scalar function &lt;strong&gt;GETACT_USRNAMES&lt;/strong&gt; to bring all my contacts fullnames separated by ;   &lt;br&gt;
I created a new scalar and it's working when I use it into SQL server. &lt;br&gt;
It's return &lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;firstname name;firstname name;firstname name&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;[CUSTOM&lt;em&gt;GETACT&lt;/em&gt;CONTNAMES] (ACTIONS.K_ACTION)&lt;/p&gt;

&lt;p&gt;But when I try tu use it into the standard query when I open the agenda I have a JSON error.&lt;br&gt;
I changed the JSON Modele by adding :&lt;br&gt;
&lt;strong&gt;&lt;em&gt;,&quot;contactFullName&quot;:&quot;&amp;lt;#F=CONTFULLNAMES;JSONTEXT=T;NOTAGS=T;nospace=T&amp;gt;&quot;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&amp;lt;#F=CONTFULLNAMES is declared into the query with this line &lt;br&gt;
 [Select] &lt;a rel=&quot;nofollow&quot; href=&quot;ACTIONS.K_ACTION&quot;&gt;CUSTOM&lt;em&gt;GETACT&lt;/em&gt;CONTNAMES&lt;/a&gt; [&lt;strong&gt;CONTFULLNAMES&lt;/strong&gt;]&lt;/p&gt;

&lt;p&gt;In MacroAgendaCustom.txt : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;JsonAgendaMeetingsCustomFields {[
    ,&quot;keyCompany&quot;: &quot;&amp;lt;#F=K_COMPANY;JSONTEXT=T;NOTAGS=T;nospace=T&amp;gt;&quot;
    ,&quot;companyName&quot;: &quot;&amp;lt;#F=COMPANY;JSONTEXT=T;NOTAGS=T;nospace=T&amp;gt;&quot;
    ,&quot;contactName&quot;:&quot;&amp;lt;#F=CONTACT;JSONTEXT=T;NOTAGS=T;nospace=T&amp;gt;&quot;
    ,&quot;keyContact&quot;:&quot;&amp;lt;#F=K_CONTACT;JSONTEXT=T;NOTAGS=T;nospace=T&amp;gt;&quot;
    ,&quot;contactFullName&quot;:&quot;&amp;lt;#F=CONTFULLNAMES;JSONTEXT=T;NOTAGS=T;nospace=T&amp;gt;&quot;
]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;In the Utils.js :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;meeting.contactFullName.split(';').forEach(function (cont) {
                contacts += '&amp;lt;span class=&quot;fc-user&quot;&amp;gt;' + cont + '&amp;lt;/span&amp;gt;';
            });
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;In the database : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[Select]
        ACTIONS.K_ACTION
        ACTIONS.DONE
        ACTIONS.D_BEGIN
        ACTIONS.D_END
        ACTIONS.SUBJECT
        ACTIONS.D_CHANGE
        ACTIONS.MODE
        ACTIONS.NATURE
        ACTIONS.TRAVELBEFORE
        ACTIONS.TRAVELAFTER
        ACTIONS.TIMEZONE
        ACTIONS.TIMEZONE [TZMODIFIED]
        ACTIONS.LOCATION
        ACTIONS.USERS
        ACTIONS.ALLDAYEVENT
        ACTI_USER.ISAGENDA hidden
        ACC_GROUPS.K_USER2 hidden
        ACTI_USER.P_D_END hidden
        ACTI_USER.P_D_BEGIN hidden
        ACTI_CONT.K_CONTACT
        ACTI_CONT.MAIN hidden
        ACTI_CONT.CONTACT
        ACTI_COMP.K_COMPANY
        ACTI_COMP.MAIN hidden
        ACTI_COMP.COMPANY
        ACTI_PROJ.K_PROJECT
        ACTI_PROJ.MAIN hidden
        ACTI_PROJ.PROJECT
        [Select] [CUSTOM_GETACT_CONTNAMES](ACTIONS.K_ACTION) [CONTFULLNAMES]

        [From]
        ACTI_USER
        ACC_GROUPS
        ACTIONS
        ACTIONS ACTI_CONT complete
        ACTIONS ACTI_PROJ complete
        ACTIONS ACTI_COMP complete

        [Where]
        ACTI_CONT.MAIN = 1 [fixed]
        ACTI_PROJ.MAIN = 1 [fixed]
        ACTI_COMP.MAIN = 1 [fixed]
        ACTI_USER.ISAGENDA = '1' [fixed]
        ACC_GROUPS.K_USER2 in 0
        ACTI_USER.P_D_BEGIN &amp;lt; &quot;01/01/1970&quot;
        ACTI_USER.P_D_END &amp;gt;= &quot;01/01/1970&quot; 
        &amp;lt;#SkipAppendSecurityClause&amp;gt;

        [Orderby]

        [Options]
        Distinct=1
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>Database</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1784/scalar-function-based-getactusrnames-basic-sysqueries</guid>
<pubDate>Wed, 27 Jul 2016 17:53:11 +0000</pubDate>
</item>
<item>
<title>What options are available to add custom icons to Efficy 2014/10</title>
<link>https://overflow.efficy.io/?qa=1772/what-options-are-available-to-add-custom-icons-to-efficy-2014</link>
<description>&lt;p&gt;What is the smartest way to import new icons in efficy in order not to have migration issues?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1772/what-options-are-available-to-add-custom-icons-to-efficy-2014</guid>
<pubDate>Fri, 22 Jul 2016 12:59:38 +0000</pubDate>
</item>
<item>
<title>Products are not listed when added on 6100</title>
<link>https://overflow.efficy.io/?qa=1767/products-are-not-listed-when-added-on-6100</link>
<description>&lt;p&gt;This has been fixed in Efficy 10.&lt;/p&gt;

&lt;p&gt;The patch :&lt;/p&gt;

&lt;p&gt;In Efficy R6100, on scripts/Edit.js, line 78 :&lt;/p&gt;

&lt;p&gt;Replace :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;                           var wnd = top.OpenNewWindow(&quot;Search&quot;, &quot;&quot;)
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;by : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;                           var wnd = top.OpenNewWindow('Search', '', null, null, '', true);
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1767/products-are-not-listed-when-added-on-6100</guid>
<pubDate>Fri, 15 Jul 2016 13:21:04 +0000</pubDate>
</item>
<item>
<title>Script trigger action grids on mark done/undone</title>
<link>https://overflow.efficy.io/?qa=1765/script-trigger-action-grids-on-mark-done-undone</link>
<description>&lt;p&gt;Hi guys,&lt;/p&gt;

&lt;p&gt;Can somebody point me in the right direction to create a script from the Action GridColumns mark done/undone trigger?&lt;/p&gt;

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

&lt;p&gt;Michael&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1765/script-trigger-action-grids-on-mark-done-undone</guid>
<pubDate>Fri, 15 Jul 2016 09:25:31 +0000</pubDate>
</item>
<item>
<title>Phonetical search</title>
<link>https://overflow.efficy.io/?qa=1764/phonetical-search</link>
<description>&lt;p&gt;Dear,&lt;/p&gt;

&lt;p&gt;Is it possible to add an extra field on which we can apply a phonetical search?&lt;br&gt;
Like contact.name.&lt;/p&gt;

&lt;p&gt;gr&lt;br&gt;
Erwin&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1764/phonetical-search</guid>
<pubDate>Thu, 14 Jul 2016 14:18:40 +0000</pubDate>
</item>
<item>
<title>Opening a .jsp window with an Set-Cookie header</title>
<link>https://overflow.efficy.io/?qa=1740/opening-a-jsp-window-with-an-set-cookie-header</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;for a customer I'm working on a integration with ActOn.&lt;br&gt;
There is a possiblity to show an Activity History screen, but until now I'm unable to get this working correctly. I've been able to do a login and receive the cookie (server side), but now I have to use this cookie in another request (client side) and there I get stuck. Does anyone has some example which I can use a cookie in a next request and opening the result in a new window or in an iframe?&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Jeroen Floor&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1740/opening-a-jsp-window-with-an-set-cookie-header</guid>
<pubDate>Mon, 27 Jun 2016 09:59:25 +0000</pubDate>
</item>
<item>
<title>How to move category into the main tab?</title>
<link>https://overflow.efficy.io/?qa=1713/how-to-move-category-into-the-main-tab</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Have you an idea how to display a set of fields from a category(radio button,textarea) into main tab in a edit of entity to avoid to go  through the category to do change.&lt;/p&gt;

&lt;p&gt;Exemple: in edit of appointment, I've category ACT$AEC( with 4 panels). I want to move that into first tab (with field D&lt;em&gt;START,D&lt;/em&gt;END,...)&lt;/p&gt;

&lt;p&gt;I've try to add virtual field with custom definition in form of appointment but it's not responsive design.&lt;/p&gt;

&lt;p&gt;Thanks,&lt;br&gt;
Ridouan&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1713/how-to-move-category-into-the-main-tab</guid>
<pubDate>Fri, 17 Jun 2016 10:51:52 +0000</pubDate>
</item>
<item>
<title>Adding a checkbox in the PROD_OPPO grid</title>
<link>https://overflow.efficy.io/?qa=1668/adding-a-checkbox-in-the-prodoppo-grid</link>
<description>&lt;p&gt;Hello, &lt;/p&gt;

&lt;p&gt;I have a custom boolean field on my PROD_OPPO Grid Relation.&lt;br&gt;
I can add it as an input type=&quot;checkbox&quot; on my line but its value is never saved into the database when I apply the changes...&lt;/p&gt;

&lt;p&gt;I ve tried to see how the attributes changes on another screen (I've readen the ROBINSON's code) but I can't see any difference in the code whether it's checked or not...&lt;/p&gt;

&lt;p&gt;Please help me. I guess it would be the same problem with a select instead of the checkbox&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1668/adding-a-checkbox-in-the-prodoppo-grid</guid>
<pubDate>Fri, 27 May 2016 13:18:55 +0000</pubDate>
</item>
<item>
<title>How to implement a pinpoint window in Efficy 2014</title>
<link>https://overflow.efficy.io/?qa=1657/how-to-implement-a-pinpoint-window-in-efficy-2014</link>
<description>&lt;p&gt;The purpose is to open a list of entities or the agenda in a separate browser window (= pinpoint).&lt;br&gt;
The pinpoint does not show the top and the main navigation bars.&lt;br&gt;
As such the pinpoint window can be used as a cockpit in order to jump easy to certain entities in edit or consult mode.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1657/how-to-implement-a-pinpoint-window-in-efficy-2014</guid>
<pubDate>Tue, 24 May 2016 06:21:34 +0000</pubDate>
</item>
<item>
<title>Is there any options for date format in template more than listed in edn ?</title>
<link>https://overflow.efficy.io/?qa=1656/there-any-options-for-date-format-template-more-than-listed</link>
<description>&lt;p&gt;I got a bug when using &lt;code&gt;[$=ACTI.D_BEGIN,format='hh:nn']&lt;/code&gt;&lt;br&gt;
If my action begin with a &quot;before duration&quot; then the starting date is bad formatted.&lt;/p&gt;

&lt;p&gt;Exemple : &lt;br&gt;
BASIC&lt;br&gt;
 1.I create a RDV which start at 09h00 AM&lt;br&gt;
 2.When merging D_BEGIN is  09h00 AM&lt;/p&gt;

&lt;p&gt;WITH TIME BEFORE&lt;br&gt;
 1.I create a RDV which start at 09h00 AM + TIMEBEFORE 45mn&lt;br&gt;
 2.When merging D_BEGIN is  09h45 AM rather than 08h45 AM&lt;/p&gt;

&lt;p&gt;I just need to have the value of D&lt;em&gt;BEGIN (9h00).&lt;br&gt;
So why the D&lt;/em&gt;BEGIN is wrong ?&lt;br&gt;
How to get the basic hour begin without using an argument or runscript ? &lt;/p&gt;

&lt;p&gt;I used this reference.&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;http://help.efficy.com/HelpEfficy/user/UserGuide/EN/index.html?helppage=templates_example_displayforma.htm&quot;&gt;http://help.efficy.com/HelpEfficy/user/UserGuide/EN/index.html?helppage=templates_example_displayforma.htm&lt;/a&gt;&lt;/p&gt;
</description>
<category>Errors</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1656/there-any-options-for-date-format-template-more-than-listed</guid>
<pubDate>Mon, 23 May 2016 16:04:17 +0000</pubDate>
</item>
</channel>
</rss>