<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions and answers in Extranet / HelpDesk</title>
<link>https://overflow.efficy.io/?qa=qa/developers/customizing-efficy/extranet-helpdesk</link>
<description>Powered by Question2Answer</description>
<item>
<title>Answered: Customize servicy</title>
<link>https://overflow.efficy.io/?qa=6976/customize-servicy&amp;show=6977#a6977</link>
<description>&lt;p&gt;Yes it is possible, please check this post: &lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://overflow.efficy.io/?qa=3523/is-servicy-css-in-custom-possible&amp;amp;show=3523#q3523&quot;&gt;https://overflow.efficy.io/?qa=3523/is-servicy-css-in-custom-possible&amp;amp;show=3523#q3523&lt;/a&gt;&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6976/customize-servicy&amp;show=6977#a6977</guid>
<pubDate>Thu, 28 Sep 2023 08:21:47 +0000</pubDate>
</item>
<item>
<title>Answered: What is needed to add Excel Export to Extranet ?</title>
<link>https://overflow.efficy.io/?qa=6842/what-is-needed-to-add-excel-export-to-extranet&amp;show=6850#a6850</link>
<description>&lt;p&gt;Hij Stijn&lt;/p&gt;

&lt;p&gt;Do you submit in the request (form data) the list of columns?&lt;br&gt;
If the payload of the request is empty, you get your &quot;No field defined&quot; error.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=5960894840957699137&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6842/what-is-needed-to-add-excel-export-to-extranet&amp;show=6850#a6850</guid>
<pubDate>Thu, 30 Mar 2023 05:59:11 +0000</pubDate>
</item>
<item>
<title>display image when receiving email from extranet forgotten password</title>
<link>https://overflow.efficy.io/?qa=6617/display-image-receiving-email-extranet-forgotten-password</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I met a problem while I was trying to display a picture on the mail. It displayed like this : &lt;br&gt;
 &lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=898078344220068039&quot; alt=&quot;enter image description here&quot;&gt;&lt;br&gt;
I was able to solve this issue thanks to Stefan Vucinic who told me to encode the picture to base64.&lt;br&gt;
example :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;img id=&quot;logoImg&quot; src =&quot;data:image/jpeg;base64,/9j/7QAsUGhvdG9zaG9wIDMuMAA4QklNA+0AAAAAABABLAAAAAEAAQEsAAAAAQAB/+IMWElDQ19QUk9GSUxFAAEBAAAMSExpbm8CEAAAbW50clJHQiBYWVogB84AAgAJAAYAMQA.....&quot;/&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=14553548638276392378&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6617/display-image-receiving-email-extranet-forgotten-password</guid>
<pubDate>Fri, 01 Jul 2022 15:06:26 +0000</pubDate>
</item>
<item>
<title>Answered: Extranet problem to display information at edit contact page when an efficy user has a mail linked</title>
<link>https://overflow.efficy.io/?qa=6470/extranet-problem-display-information-contact-efficy-linked&amp;show=6472#a6472</link>
<description>&lt;p&gt;Because in extranet you should connect with contact and no user.&lt;/p&gt;

&lt;p&gt;You can create a contact and associate it to the user, then generate an extranet password, and connect with the contact mail/password.&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6470/extranet-problem-display-information-contact-efficy-linked&amp;show=6472#a6472</guid>
<pubDate>Fri, 25 Feb 2022 07:22:39 +0000</pubDate>
</item>
<item>
<title>Answered: Export to excel on the extranet (migration from 10sp2+ to 12.0)</title>
<link>https://overflow.efficy.io/?qa=6320/export-to-excel-on-the-extranet-migration-from-10sp2-to-12-0&amp;show=6327#a6327</link>
<description>&lt;p&gt;Solved : The file just needed to be called ExportColumnsCustom.txt.&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6320/export-to-excel-on-the-extranet-migration-from-10sp2-to-12-0&amp;show=6327#a6327</guid>
<pubDate>Tue, 19 Oct 2021 08:19:18 +0000</pubDate>
</item>
<item>
<title>Answered: How to enable /node on extranet (public) on Efficy (11.2 , 11.3) ?</title>
<link>https://overflow.efficy.io/?qa=5509/how-to-enable-node-on-extranet-public-on-efficy-11-2-11-3&amp;show=5693#a5693</link>
<description>&lt;p&gt;For the &quot;/node/echo&quot; request the file path is &quot;serverjs\api\node\echo.js&quot;.&lt;br&gt;
For &quot;public&quot; the filebase usually is &quot;extranet&quot; and the custombase is &quot;customs\default\extranet&quot;&lt;/p&gt;

&lt;p&gt;The first file location searched is &quot;customs\default\extranet\serverjs\api\node\echo.js&quot;.&lt;br&gt;
If not found, the second location searched is &quot;extranet\serverjs\api\node\echo.js&quot;&lt;/p&gt;

&lt;p&gt;This works fine in the current Efficy 2021 trunk, I guess this should also work with Efficy 11.3 (but haven't tested).&lt;/p&gt;

&lt;p&gt;Cheers,&lt;br&gt;
Robert&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5509/how-to-enable-node-on-extranet-public-on-efficy-11-2-11-3&amp;show=5693#a5693</guid>
<pubDate>Tue, 24 Nov 2020 08:46:54 +0000</pubDate>
</item>
<item>
<title>Answered: Modal in custom Extranet</title>
<link>https://overflow.efficy.io/?qa=5446/modal-in-custom-extranet&amp;show=5455#a5455</link>
<description>&lt;p&gt;Hi Mathieu,&lt;/p&gt;

&lt;p&gt;You have to compile the SCSS to add the REVEAL foundation class&lt;br&gt;
and you also need to review the div &quot;modal-host&quot;&lt;/p&gt;

&lt;p&gt;You can find an example here (link only accessible for Efficy Developpers) : &lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://submariners.efficy.com/crm/view/Docu/381358&quot;&gt;Efficy 11.3 - Extranet - With Modal&lt;/a&gt;&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5446/modal-in-custom-extranet&amp;show=5455#a5455</guid>
<pubDate>Tue, 26 May 2020 12:23:33 +0000</pubDate>
</item>
<item>
<title>Answered: Error Cannot find definition for Alias &quot;&quot;. Ask your Efficy Administrator to add it.</title>
<link>https://overflow.efficy.io/?qa=5444/error-cannot-find-definition-alias-your-efficy-administrator&amp;show=5445#a5445</link>
<description>&lt;p&gt;Have you tried to add the &lt;/p&gt;

&lt;p&gt;&quot;efficyUrl&quot;: &quot;&lt;a rel=&quot;nofollow&quot; href=&quot;https:\/\/liguedesfamilles.efficytest.com&quot;&gt;https:\/\/liguedesfamilles.efficytest.com&lt;/a&gt;&quot;,&lt;/p&gt;

&lt;p&gt;and for the servicy.url I also use the same than the servicy.fileUrl (don't know if I am correct here)&lt;/p&gt;

&lt;p&gt;and if it is not working tried to add the servicy&lt;/p&gt;

&lt;p&gt;&quot;customerForExtranet&quot;: &quot;liguedesfamilles&quot;&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5444/error-cannot-find-definition-alias-your-efficy-administrator&amp;show=5445#a5445</guid>
<pubDate>Wed, 20 May 2020 11:02:51 +0000</pubDate>
</item>
<item>
<title>Answered: Configuration for Efficy 11.3 to reset a password for Extranet</title>
<link>https://overflow.efficy.io/?qa=5121/configuration-for-efficy-11-to-reset-password-for-extranet&amp;show=5122#a5122</link>
<description>&lt;p&gt;Hello Jeroen,&lt;/p&gt;

&lt;p&gt;Have you tried to change the SYS_SETTINGS &amp;gt; Common &lt;br&gt;
and add the URL in the variable : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&quot;userPasswordUrl&quot;: &quot;https:\/\/[**your_customer_efficy_url**]\/pwd&quot;,
&lt;/code&gt;&lt;/pre&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5121/configuration-for-efficy-11-to-reset-password-for-extranet&amp;show=5122#a5122</guid>
<pubDate>Mon, 09 Dec 2019 12:36:38 +0000</pubDate>
</item>
<item>
<title>Extranet: Protection of the &quot;I forgot my password&quot; against Distributed Denial of Service (DDoS)?</title>
<link>https://overflow.efficy.io/?qa=5037/extranet-protection-password-against-distributed-service</link>
<description>&lt;p&gt;Since Efficy 10 (I think), the Extranet User have the possibility to click on &quot;I forgot my password&quot;.&lt;/p&gt;

&lt;p&gt;One of our customer asked me if the &quot;I forgot my password&quot; was protected against DDoS attacks? &lt;/p&gt;

&lt;p&gt;The question is interesting, because normally on such page we will add a captcha in order to prevent this kind of attacks, here the page doesn't have anything visible to prevent it, or may be there is a hidden mechanism?&lt;/p&gt;

&lt;p&gt;Does anyone know something about this question ?&lt;/p&gt;

&lt;p&gt;No one has the answer, this question is there from quite sometimes now ?? &lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5037/extranet-protection-password-against-distributed-service</guid>
<pubDate>Fri, 15 Nov 2019 08:34:36 +0000</pubDate>
</item>
<item>
<title>Answered: Efficy 11 Extranet Download of Big files</title>
<link>https://overflow.efficy.io/?qa=4834/efficy-11-extranet-download-of-big-files&amp;show=4835#a4835</link>
<description>&lt;p&gt;Hi Stéphane,&lt;/p&gt;

&lt;p&gt;It's currently not possible to directly access to large files without the sidebar.&lt;/p&gt;

&lt;p&gt;What should work is to first expose the file with the external sharing feature. It can be done by generating a sharing token with &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.com/edn/serverjs#Efficy-createSharingToken&quot;&gt;createSharingToken&lt;/a&gt; function.&lt;br&gt;
Once generated, the file will be accessible without the sidebar (with the sharing url).&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4834/efficy-11-extranet-download-of-big-files&amp;show=4835#a4835</guid>
<pubDate>Fri, 27 Sep 2019 08:08:48 +0000</pubDate>
</item>
<item>
<title>Answered: Extranet autoLogon with the mailingcode</title>
<link>https://overflow.efficy.io/?qa=4403/extranet-autologon-with-the-mailingcode&amp;show=4405#a4405</link>
<description>&lt;p&gt;I'm glad Efficy doesn't store any password - from users or contacts - in plain text or in a reversible way. &lt;/p&gt;

&lt;p&gt;Note that the stored passwords are not encrypted, they are &lt;strong&gt;salted and hashed&lt;/strong&gt;. This is much more secure.&lt;/p&gt;

&lt;p&gt;Short said, you can't reproduce this unsecure behavior in 11+ versions, you will have to add e-mails into the flow. This is the common behavior for accessing a personalized section on web applications.&lt;/p&gt;

&lt;p&gt;In a guest request, the contact is identified using the unique &lt;code&gt;mailingcode&lt;/code&gt;. If the contact has already an extranet account, you can redirect the browser to the logon page. The person can use his browser to store the credentials or a password utility. &lt;/p&gt;

&lt;p&gt;If the person does not have an extranet account, ask in the guest page if Efficy should send a password renewal e-mail. After the password is set, the user will be redirected to the extranet logon page.&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4403/extranet-autologon-with-the-mailingcode&amp;show=4405#a4405</guid>
<pubDate>Tue, 04 Jun 2019 13:36:37 +0000</pubDate>
</item>
<item>
<title>No request at all</title>
<link>https://overflow.efficy.io/?qa=4221/no-request-at-all</link>
<description>&lt;p&gt;Hello Loïc,&lt;/p&gt;

&lt;p&gt;Thanks for your answer.&lt;br&gt;
I have the page &quot;Files.htm&quot; in pages/dropdown/ of &quot;extranet&quot; folder but not in my custom. By the way I don't have any htm files in my custom, no need.&lt;br&gt;
I assume that if the issue is linked to rights access, I should have the error page saying that I have no right to see the element or something like this ?&lt;/p&gt;

&lt;p&gt;When I click on the attachment picture, nothing happens ; there is no request in the network tab of Chrome developer console.&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4221/no-request-at-all</guid>
<pubDate>Fri, 10 May 2019 06:28:17 +0000</pubDate>
</item>
<item>
<title>Answered: Display attachments of a Document in Extranet</title>
<link>https://overflow.efficy.io/?qa=4188/display-attachments-of-a-document-in-extranet&amp;show=4219#a4219</link>
<description>&lt;p&gt;Hello, &lt;/p&gt;

&lt;p&gt;I thing you forgot (or don't know) the &lt;strong&gt;ultimate&lt;/strong&gt; rule of the Extranet. if the extranet user (contact) is not linked to the document, you won't be able to show informations the way are trying to do.&lt;/p&gt;

&lt;p&gt;Also, did you add the page &quot;Files.html&quot; in pages/dropdown/ ? Exactly like in the CRM side ? &lt;/p&gt;

&lt;p&gt;What append when you click on the attachement icon ? If &quot;nothing&quot;, what can you see in the network activities of you browser (developer console) ? I am pretty sure you'll find a request to the server, with an error.&lt;/p&gt;

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

&lt;p&gt;Loïc&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4188/display-attachments-of-a-document-in-extranet&amp;show=4219#a4219</guid>
<pubDate>Thu, 09 May 2019 20:30:35 +0000</pubDate>
</item>
<item>
<title>Answered: MULTIVALUE field in Extranet</title>
<link>https://overflow.efficy.io/?qa=3906/multivalue-field-in-extranet&amp;show=3908#a3908</link>
<description>&lt;p&gt;I spotted a difference between the field definition &lt;code&gt;MULTIVALUE&lt;/code&gt; in &lt;code&gt;FormFieldsEdit.txt&lt;/code&gt; between the Efficy and the extranet filebase. The one from Efficy has more arguments in the ajax-url defined.&lt;/p&gt;

&lt;p&gt;I suggest to copy the definition from Efficy into the custom from the extranet and see if that works. &lt;/p&gt;

&lt;p&gt;If that solves it, make a suggestion case to improve it in standard :-)&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3906/multivalue-field-in-extranet&amp;show=3908#a3908</guid>
<pubDate>Tue, 05 Feb 2019 19:56:46 +0000</pubDate>
</item>
<item>
<title>Answered: Activate Extranet locally for Efficy 11.1</title>
<link>https://overflow.efficy.io/?qa=3663/activate-extranet-locally-for-efficy-11-1&amp;show=3664#a3664</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I've managed to solve it. To solve this you need to fill in the following registry entries:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;HKLM\SOFTWARE\Efficy\11.1\Efficy\AppServer\ServicyFileRepository
HKLM\SOFTWARE\Efficy\11.1\Efficy\AppServer\ServicyFileTempUpload
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Kind regards,&lt;br&gt;
Jeroen&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3663/activate-extranet-locally-for-efficy-11-1&amp;show=3664#a3664</guid>
<pubDate>Wed, 14 Nov 2018 14:40:17 +0000</pubDate>
</item>
<item>
<title>Answered: Is servicy.css in custom Possible ?</title>
<link>https://overflow.efficy.io/?qa=3523/is-servicy-css-in-custom-possible&amp;show=3525#a3525</link>
<description>&lt;p&gt;Hello Stijn,&lt;/p&gt;

&lt;p&gt;Sure you can.&lt;br&gt;
Override pages located in servicy folder using this structure:&lt;br&gt;
  servicy\aliases&amp;#92;[YourAlias]\&lt;br&gt;
And modify them to load your custom css&lt;/p&gt;

&lt;p&gt;Pascal&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3523/is-servicy-css-in-custom-possible&amp;show=3525#a3525</guid>
<pubDate>Wed, 12 Sep 2018 05:49:00 +0000</pubDate>
</item>
<item>
<title>Answered: is there a way to download file from docu if user not linked to docu (extranet)</title>
<link>https://overflow.efficy.io/?qa=2682/there-way-download-file-from-docu-user-linked-docu-extranet&amp;show=2693#a2693</link>
<description>&lt;p&gt;Hi Kristof,&lt;/p&gt;

&lt;p&gt;Yes, i mean contact (not user), sorry for that.&lt;br&gt;
The filebase is efficy (==&amp;gt; it's like that because it was made in efficy 2012 with efficy 2014 design between transition of 2012-2014)&lt;br&gt;
But all work like an extranet with extcode and extpassword login.&lt;/p&gt;

&lt;p&gt;The download request is simply a downloadfile function who make an open of a download url like &quot;&lt;a rel=&quot;nofollow&quot; href=&quot;http://127.0.0.1:10/EFFICY.DLL/download?key=74903_0&amp;amp;k_document=46276&quot;&gt;http://127.0.0.1:10/EFFICY.DLL/download?key=74903_0&amp;amp;k_document=46276&lt;/a&gt;&quot;&lt;/p&gt;

&lt;p&gt;The error when contact is not linked is the standard efficy error when no access on a record.&lt;br&gt;
&quot;Message: Error while opening the Edit Context, please check the document key and that you have access to it.&quot;&lt;/p&gt;

&lt;p&gt;Regards.&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2682/there-way-download-file-from-docu-user-linked-docu-extranet&amp;show=2693#a2693</guid>
<pubDate>Wed, 13 Sep 2017 06:38:53 +0000</pubDate>
</item>
<item>
<title>Answered: Comment mettre en oeuvre un &quot;exranet&quot; pour le module assiatance</title>
<link>https://overflow.efficy.io/?qa=1406/comment-mettre-en-oeuvre-un-exranet-pour-module-assiatance&amp;show=1411#a1411</link>
<description>&lt;p&gt;Have you read the documentation about it?&lt;/p&gt;

&lt;p&gt;Please go to: &lt;a rel=&quot;nofollow&quot; href=&quot;http://help.efficy.com/HelpEfficy/technical/Helpdesk_Configuration/EN/index.html?helppage=about_this_document.htm&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://help.efficy.com/HelpEfficy/technical/Helpdesk_Configuration/EN/index.html?helppage=about_this_document.htm&quot;&gt;http://help.efficy.com/HelpEfficy/technical/Helpdesk_Configuration/EN/index.html?helppage=about_this_document.htm&lt;/a&gt;&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1406/comment-mettre-en-oeuvre-un-exranet-pour-module-assiatance&amp;show=1411#a1411</guid>
<pubDate>Tue, 15 Mar 2016 08:16:49 +0000</pubDate>
</item>
</channel>
</rss>