<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged efficy-10-sp2</title>
<link>https://overflow.efficy.io/?qa=tag/efficy-10-sp2</link>
<description>Powered by Question2Answer</description>
<item>
<title>available action parameter values in efficy protocol</title>
<link>https://overflow.efficy.io/?qa=3925/available-action-parameter-values-in-efficy-protocol</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I am trying to open efficy through the efficy protocol, i am able to create a session but when i add a value for actionparameter ex:&lt;code&gt;efficy:createSession&amp;amp;098FC182-73AE538E&amp;amp;home&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;I get the error 'Undefined Action'&lt;/p&gt;

&lt;p&gt;What are the available options for the action parameter?&lt;/p&gt;

&lt;p&gt;Kind regards,&lt;br&gt;
Dries Vanhacht&lt;/p&gt;
</description>
<category>Efficy Integrations</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3925/available-action-parameter-values-in-efficy-protocol</guid>
<pubDate>Thu, 07 Feb 2019 13:53:39 +0000</pubDate>
</item>
<item>
<title>change the default duration of a task (conversion Outlook =&gt; task via sidebarre)</title>
<link>https://overflow.efficy.io/?qa=3795/change-default-duration-task-conversion-outlook-sidebarre</link>
<description>&lt;p&gt;Hello Efficy team, &lt;/p&gt;

&lt;p&gt;I would like to change the default duration of the created task when a user convert email (in outlook) into a task.&lt;/p&gt;

&lt;p&gt;Will workflow work (EditInitialized event) ? Isn't there an other solution (like a configuration file or something)&lt;/p&gt;

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

&lt;p&gt;Loïc&lt;/p&gt;
</description>
<category>Efficy Integrations</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3795/change-default-duration-task-conversion-outlook-sidebarre</guid>
<pubDate>Fri, 28 Dec 2018 15:35:14 +0000</pubDate>
</item>
<item>
<title>Show field in consult if category is activated</title>
<link>https://overflow.efficy.io/?qa=3579/show-field-in-consult-if-category-is-activated</link>
<description>&lt;p&gt;Hello Efficy team, &lt;/p&gt;

&lt;p&gt;I struggle to solve a simple problem.&lt;/p&gt;

&lt;p&gt;I have a category in companies. The customer asked me to format some information and to show the information only when the field is different form zero and the customer have rights on the category. So I did a custom field : &lt;/p&gt;

&lt;h3&gt;FormFieldsConsult&lt;/h3&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;%Macro(FieldRights
        , $myfield$=`%%GetField('$FIELD$', category=&quot;COMP$CHIFFRES&quot;, nolabel=T)`
        , $value$=`%%GetField('$FIELD$', category='$CATG$')`
        , $display$=| €|
 )%&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;h3&gt;MacroConsult&lt;/h3&gt;

&lt;pre&gt;&lt;code&gt;    &amp;lt;dt&amp;gt;&amp;lt;%OnArgument(Argvalue='$value$',condition='case', value='', then=||, value=0, then=||, else=`&amp;lt;%LoadScript(&quot;CommonLibrary&quot;)%&amp;gt;&amp;lt;%RunScript(formatCurrency, value='$value$')%&amp;gt; $display$ `)%&amp;gt;&amp;lt;/dt&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;My code work as expected for a company were the category has been activated.&lt;/p&gt;

&lt;p&gt;But if the category is not activated, it show &quot;0&quot;.&lt;/p&gt;

&lt;p&gt;I tried this : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt; &amp;lt;dd&amp;gt;&amp;lt;%OnArgument(Argvalue='$value$', condition='case', value='', then=||, value=0, then=||, else=|$myfield$|)%&amp;gt;&amp;lt;/dd&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;But is show &quot;0&quot; again.&lt;/p&gt;

&lt;p&gt;I did activate the option &quot;displayed if not empty&quot; in conficy  : &lt;/p&gt;

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

&lt;p&gt;How can I test if the category were activated ? I thought of an SQL query but it seams a bit overkill.&lt;/p&gt;

&lt;p&gt;The client is in Efficy 10sp2+. If there is a solution in Efficy 11, this also good (the upgrade is planned).&lt;/p&gt;

&lt;p&gt;Thanks in advance, &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=3579/show-field-in-consult-if-category-is-activated</guid>
<pubDate>Mon, 01 Oct 2018 11:56:32 +0000</pubDate>
</item>
<item>
<title>WARNING : take care of comments in your Macros</title>
<link>https://overflow.efficy.io/?qa=3569/warning-take-care-of-comments-in-your-macros</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I don't know if it's a known problem so I open this &quot;question&quot; to report it&lt;/p&gt;

&lt;p&gt;'//' comments cause some issues in macros&lt;/p&gt;

&lt;p&gt;Exemples with new relation forms :&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Works great&lt;/strong&gt;&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;/* Docu Relations */
RelationSectionsForm.Docu.Comp, RelationSectionsForm.Comp.Docu {[11]}
RelationSectionsForm.Prof.Docu, RelationSectionsForm.Docu.Prof {[3]}


/* Prof Relations */
RelationSectionsForm.Prof.Oppo, RelationSectionsForm.Oppo.Prof {[6]}
RelationSectionsForm.Prof.Objv, RelationSectionsForm.Objv.Prof {[7]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;strong&gt;Issues&lt;/strong&gt;&lt;br&gt;
Here the forms DOCU&lt;em&gt;COMP and OBJV&lt;/em&gt;PROF will open properly from consult grid, but not with the &quot;Modify relation&quot; button on the Edit view&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;// Docu Relations
RelationSectionsForm.Docu.Comp, RelationSectionsForm.Comp.Docu {[11]}
RelationSectionsForm.Prof.Docu, RelationSectionsForm.Docu.Prof {[3]}


// Prof Relations
RelationSectionsForm.Prof.Oppo, RelationSectionsForm.Oppo.Prof {[6]}
RelationSectionsForm.Prof.Objv, RelationSectionsForm.Objv.Prof {[7]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=10229320754276512420&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3569/warning-take-care-of-comments-in-your-macros</guid>
<pubDate>Tue, 25 Sep 2018 11:37:05 +0000</pubDate>
</item>
<item>
<title>display external web page in widget</title>
<link>https://overflow.efficy.io/?qa=2827/display-external-web-page-in-widget</link>
<description>&lt;p&gt;Hi,&lt;br&gt;
I try to display an external web page in an iFrame inside a widget but I got this error;&lt;br&gt;
Refused to display '&lt;a rel=&quot;nofollow&quot; href=&quot;http://www.xxx.fr/&quot;&gt;http://www.xxx.fr/&lt;/a&gt;' in a frame because it set 'X-Frame-Options' to 'SAMEORIGIN'.&lt;br&gt;
Is there a way to set the iFrame to by pass this problem&lt;/p&gt;
</description>
<category>Efficy Partners</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2827/display-external-web-page-in-widget</guid>
<pubDate>Tue, 12 Dec 2017 11:08:52 +0000</pubDate>
</item>
<item>
<title>DatatsynchroRemote: function Database.SetSysStorageValue not working</title>
<link>https://overflow.efficy.io/?qa=2593/datatsynchroremote-function-database-setsysstoragevalue</link>
<description>&lt;p&gt;Hello Everyone: &lt;/p&gt;

&lt;p&gt;I'm trying to update a value in Sys_Storage from a DatasynchroRemote using Database function &quot;&lt;strong&gt;SetSysStorageValue&lt;/strong&gt;&quot; but I get the following error message:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Message: &quot;Cet objet ne gère pas cette propriété ou cette méthode&quot;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Translation: &quot;This object doesn't support that property or method.&quot;&lt;/p&gt;

&lt;p&gt;I know that some basic functions are not the same when using the DatasynchroRemote tool but we have no doc about this.&lt;/p&gt;

&lt;p&gt;Do someone know how I could do this (update a Sys_Storage value) ?&lt;/p&gt;

&lt;p&gt;Kr,&lt;/p&gt;

&lt;p&gt;Prince&lt;/p&gt;
</description>
<category>Utilities</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2593/datatsynchroremote-function-database-setsysstoragevalue</guid>
<pubDate>Fri, 07 Jul 2017 09:25:26 +0000</pubDate>
</item>
<item>
<title>Guest page label not working</title>
<link>https://overflow.efficy.io/?qa=2228/guest-page-label-not-working</link>
<description>&lt;p&gt;I have a problem with the guest page. The label file &quot;guest_label.txt&quot; is not taken into account.&lt;br&gt;
Do we have to do something particular to make it work in Efficy 10 SP2.&lt;/p&gt;

&lt;p&gt;Remark :&lt;br&gt;
I already did the read registry and the guest page is display without error.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2228/guest-page-label-not-working</guid>
<pubDate>Wed, 25 Jan 2017 16:50:06 +0000</pubDate>
</item>
</channel>
</rss>