<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions in Extranet / HelpDesk</title>
<link>https://overflow.efficy.io/?qa=questions/developers/customizing-efficy/extranet-helpdesk</link>
<description>Powered by Question2Answer</description>
<item>
<title>Customize servicy</title>
<link>https://overflow.efficy.io/?qa=6976/customize-servicy</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Is there a way to customize the folder servicy ?&lt;br&gt;
We want to customize our Efficy extranet including the forgot password page and email template.&lt;br&gt;
I tried to create a custom/customname/servicy folder, but it doesn't work.&lt;/p&gt;

&lt;p&gt;Sébastien&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6976/customize-servicy</guid>
<pubDate>Thu, 28 Sep 2023 07:14:42 +0000</pubDate>
</item>
<item>
<title>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</link>
<description>&lt;p&gt;What is needed to enable export to Excel on grids in the Extranet?&lt;/p&gt;

&lt;p&gt;We have the ExportExcel macro and the ExportColumns file but are getting this error :&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=15323573750979719279&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</guid>
<pubDate>Fri, 17 Mar 2023 05:43:53 +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>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</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I have a problem with extranet. &lt;br&gt;
When there is an Efficy user who has an email and if I log with that. It doesn't display any information anymore. Is there a solution ?&lt;/p&gt;

&lt;p&gt;here is an example :&lt;br&gt;
without an email&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=6299735846654311848&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;with an email&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=10931371274627826247&quot; alt=&quot;enter image description here&quot;&gt;&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=8738231394652410596&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=6470/extranet-problem-display-information-contact-efficy-linked</guid>
<pubDate>Wed, 23 Feb 2022 09:39:25 +0000</pubDate>
</item>
<item>
<title>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</link>
<description>&lt;p&gt;Hello Everyone,&lt;/p&gt;

&lt;p&gt;I need to migrate the  function 'export to excel' on the extranet.(10SP2+ to 12.00)&lt;/p&gt;

&lt;p&gt;On 10SP2, The function used to generate the excel was : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;%GetDataGrid(queryhandle=&quot;%%GetArgument('queryhandle')&quot;, xls=true,
 translate=true)%&amp;gt;`
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;(=&amp;gt;it generates an html page in 12.00)&lt;/p&gt;

&lt;p&gt;To migrate to 12.0:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;I changed the function to GetExportGrid:&lt;br&gt;
&amp;lt;%GetExportGrid(columndefs=&quot;macros/ExportColumns.txt&quot;, queryhandle@=&quot;queryhandle&quot;, maxgridrows=-1, translate=T)%&amp;gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I copied the standard ExportColumns.txt content to  extranet/macros/ExportColumns.txt.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;I send the columns names through url or form/post (as in standard version)&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;RESULT : an excel file is indeed created . However, header cells are wrongly named ExportColumn0..1..2,  and other cells are empty.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=4452596293622688549&quot; alt=&quot;example of the excel&quot;&gt;&lt;br&gt;
I do think that the problem comes from columndefs file which is not found. However, I did try multiple combinations but none worked.&lt;/p&gt;

&lt;p&gt;Have you ever implemented that function on the extranet(11.00+), or do you have any idea how I could solve my problem?&lt;/p&gt;

&lt;p&gt;Thanks.&lt;/p&gt;

&lt;p&gt;Best regards.&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</guid>
<pubDate>Fri, 15 Oct 2021 08:59:23 +0000</pubDate>
</item>
<item>
<title>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</link>
<description>&lt;p&gt;How can I make a node request work with the context of an extranet session?&lt;/p&gt;

&lt;p&gt;E.g. a get request to &lt;code&gt;/public/node/echo&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;I currently receive a &lt;strong&gt;HTTP Error 404.0&lt;/strong&gt; from IIS. &lt;br&gt;
I don't see anything specific in &lt;code&gt;web.config&lt;/code&gt; for node on Efficy itself.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Edit&lt;/strong&gt;: /node works out of the box on extranet for Efficy 2021&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</guid>
<pubDate>Mon, 06 Jul 2020 11:30:58 +0000</pubDate>
</item>
<item>
<title>Modal in custom Extranet</title>
<link>https://overflow.efficy.io/?qa=5446/modal-in-custom-extranet</link>
<description>&lt;p&gt;Hello all, &lt;/p&gt;

&lt;p&gt;I have a pretty simple question.&lt;/p&gt;

&lt;p&gt;I'm trying to use a modal on a customer Extranet.&lt;/p&gt;

&lt;p&gt;On Efficy, I use to write something like :&lt;/p&gt;

&lt;p&gt;&lt;code&gt;$('#modal-host').foundation('reveal', 'open', format('dialog?page=modal/$0.htm&amp;amp;key=$1', &quot;MissionSeeMore&quot;, key))&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;but on Extranet the modal does not show up. &lt;/p&gt;

&lt;p&gt;I don't understand where the problem comes from. Is there anything more to do or set up in order to make it work ?&lt;/p&gt;

&lt;p&gt;If someone has got an idea, I'll take it.&lt;/p&gt;

&lt;p&gt;Thanks by advance.&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5446/modal-in-custom-extranet</guid>
<pubDate>Wed, 20 May 2020 13:05:30 +0000</pubDate>
</item>
<item>
<title>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</link>
<description>&lt;p&gt;Hi everyone,&lt;/p&gt;

&lt;p&gt;When I want to (re)set the password I get the following error:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Cannot find definition for Alias &quot;&quot;. Ask your Efficy Administrator to add it.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I think it must be some bad configuration from designer but I can't solve the problem.&lt;/p&gt;

&lt;p&gt;How can I solve this error?&lt;/p&gt;

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

&lt;p&gt;{&lt;br&gt;
  &quot;debugMode&quot;: &quot;~&quot;, &lt;br&gt;
  &quot;efficyUrl&quot;: &quot;~&quot;, &lt;br&gt;
  &quot;extranetUrl&quot;: &quot;&lt;a rel=&quot;nofollow&quot; href=&quot;https:\/\/liguedesfamilles.efficytest.com\/public\/home&quot;&gt;https:\/\/liguedesfamilles.efficytest.com\/public\/home&lt;/a&gt;&quot;, &lt;br&gt;
  &quot;oneAll&quot;: {&lt;br&gt;
    &quot;apiEndPoint&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;privateKey&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;publicKey&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;subDomain&quot;: &quot;~&quot;&lt;br&gt;
  }, &lt;br&gt;
  &quot;peakMeUp&quot;: {&lt;br&gt;
    &quot;defaultEntities&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;realtime&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;remoteCallWorkflowId&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;secondaryUnit&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;url&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;userCanDeleteItem&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;userId&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;userHash&quot;: &quot;~&quot;&lt;br&gt;
  }, &lt;br&gt;
  &quot;pictureSettings&quot;: {&lt;br&gt;
    &quot;thumbHeight&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;thumbMaxWidth&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;thumbQualityJPEG&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;pictureSize&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;pictureQualityJPEG&quot;: &quot;~&quot;&lt;br&gt;
  }, &lt;br&gt;
  &quot;servicy&quot;: {&lt;br&gt;
    &quot;adminMail&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;createLogFile&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;sameServerAsEfficy&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;fileMaxSize&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;fileMinSize&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;fileUrl&quot;: &quot;&lt;a rel=&quot;nofollow&quot; href=&quot;https:\/\/liguedesfamilles.efficytest.com\/file&quot;&gt;https:\/\/liguedesfamilles.efficytest.com\/file&lt;/a&gt;&quot;, &lt;br&gt;
    &quot;fileRepository&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;fileTempUpload&quot;: &quot;~&quot;, &lt;br&gt;
    &quot;url&quot;: &quot;&lt;a rel=&quot;nofollow&quot; href=&quot;https:\/\/liguedesfamilles.efficytest.com\/servicy.dll&quot;&gt;https:\/\/liguedesfamilles.efficytest.com\/servicy.dll&lt;/a&gt;&quot;, &lt;br&gt;
    &quot;userPasswordUrl&quot;: &quot;&lt;a rel=&quot;nofollow&quot; href=&quot;https:\/\/liguedesfamilles.efficytest.com\/pwd&quot;&gt;https:\/\/liguedesfamilles.efficytest.com\/pwd&lt;/a&gt;&quot;, &lt;br&gt;
    &quot;customerForExtranet&quot;: &quot;~&quot;&lt;br&gt;
  }&lt;br&gt;
}&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Nicolas&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</guid>
<pubDate>Wed, 20 May 2020 08:40:37 +0000</pubDate>
</item>
<item>
<title>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</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I'm migrating a customer to Efficy 11.3, but I'm struggling with the functionality to (re)set a password for Extranet. I'm able to do the request to reset the password, but when I want to (re)set the password I get the following error:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Cannot find definition for Alias &quot;&quot;. Ask your Efficy Administrator to add it.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;I've tried to set the setting &quot;customerForExtranet&quot;, but this doesn't help.&lt;/p&gt;

&lt;p&gt;How can I solve this error?&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Jeroen&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5121/configuration-for-efficy-11-to-reset-password-for-extranet</guid>
<pubDate>Mon, 09 Dec 2019 11:47:08 +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>Efficy 11 Extranet Download of Big files</title>
<link>https://overflow.efficy.io/?qa=4834/efficy-11-extranet-download-of-big-files</link>
<description>&lt;p&gt;We have a customer that has Efficy 2012 Extranet where it is possible to download big files.&lt;/p&gt;

&lt;p&gt;Since Efficy 11, the new big files features, seems to work only with the sidebar: &lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.com/edn/projectguides/files_overview#supported_features_per_file_kind&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.com/edn/projectguides/files_overview#supported_features_per_file_kind&quot;&gt;https://help.efficy.com/edn/projectguides/files_overview#supported_features_per_file_kind&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I would like to know if it is possible for an Extranet User to download “Big File”, if not how could we do to share such files for an Extranet user? &lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4834/efficy-11-extranet-download-of-big-files</guid>
<pubDate>Fri, 27 Sep 2019 07:04:42 +0000</pubDate>
</item>
<item>
<title>Extranet autoLogon with the mailingcode</title>
<link>https://overflow.efficy.io/?qa=4403/extranet-autologon-with-the-mailingcode</link>
<description>&lt;p&gt;Dear all,&lt;/p&gt;

&lt;p&gt;We have a customer in Efficy 10.2 which is using the mailing-code to auto-Logon an Extranet User by using its mailing code. For that a custom Guest page has been developed in order to get the EXTCODE and EXTPASSWORD in order to proceed the Extranet Logon, once logged in, the browser page is redirected to the Extranet.&lt;/p&gt;

&lt;p&gt;The custom wants to migrate to Efficy 11.2, the issue is that EXTCODE and EXTPASSWORD moved to ACC_AUTH table and that EXTPASSWORD is now encrypted so we cannot proceed with the Extranet Logon from the Guest page.&lt;/p&gt;

&lt;p&gt;Is there any way we can reproduce this behavior in Efficy 11.2 Extranet?&lt;/p&gt;

&lt;p&gt;Best Regards,&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4403/extranet-autologon-with-the-mailingcode</guid>
<pubDate>Tue, 04 Jun 2019 12:56:52 +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>Display attachments of a Document in Extranet</title>
<link>https://overflow.efficy.io/?qa=4188/display-attachments-of-a-document-in-extranet</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm a new one in Efficy customization (and use) and I have to do a custom Extranet for a client.&lt;br&gt;
In this custom, I have to set up an item Document : succeed.&lt;br&gt;
But I want that the grid which displays the Document's list has the exact same behavior that the Document's list in the CRM.&lt;br&gt;
Which means when I click on the attachment icon, it should display the dropdown with the attachment file inside it and I should be able to click on the file's name to download it (or open it in the browser).&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=4910305819385669083&quot; alt=&quot;dropdown attachment&quot;&gt;&lt;/p&gt;

&lt;p&gt;I don't understand why my custom doesn't work on this point.&lt;/p&gt;

&lt;p&gt;My code in GridColumnsCustom.txt looks like this :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;/*
 * Documents
 */

th.ATTACHMENTS.Docu {[&amp;lt;th class=&quot;icon-cell&quot;&amp;gt;&amp;lt;#H=$FIELD$;sort=true;icon=i-attach&amp;gt;&amp;lt;/th&amp;gt;]}
td.ATTACHMENTS.Docu {[&amp;lt;td class=&quot;icon-cell i-attach pointer&quot; data-dropdown=&quot;dd-files&quot; data-options=&quot;align:left&quot;
          data-dropdown-ajax=&quot;consult?page=dropdown/Files&amp;amp;count=-1&amp;amp;filter=false&amp;amp;detail=File&amp;amp;sort=K_SORT&amp;amp;entity=Docu&amp;amp;key=&amp;lt;#F=$KEY$;context=ATTR&amp;gt;&amp;amp;norecent=T&quot;&amp;gt;&amp;lt;#F=$FIELD$;context=TEXT&amp;gt;&amp;lt;/td&amp;gt;]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I am pretty sure I am missing something, probably a JS part somewhere but after few hours spending on debugging and research, I still can't find what.&lt;/p&gt;

&lt;p&gt;Thank you for your help !&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4188/display-attachments-of-a-document-in-extranet</guid>
<pubDate>Thu, 02 May 2019 13:54:23 +0000</pubDate>
</item>
<item>
<title>MULTIVALUE field in Extranet</title>
<link>https://overflow.efficy.io/?qa=3906/multivalue-field-in-extranet</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm using the &quot;MULTIVALUE&quot; definition on a form on an extranet for the Edit Contact details, but the field doesn't work.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;no errors in console&lt;/li&gt;
&lt;li&gt;code with JSONLookup etc is correctly inserted in the HTML.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Is there something special to do to be able to use this kind of field in an extranet ?&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3906/multivalue-field-in-extranet</guid>
<pubDate>Tue, 05 Feb 2019 14:25:27 +0000</pubDate>
</item>
<item>
<title>Activate Extranet locally for Efficy 11.1</title>
<link>https://overflow.efficy.io/?qa=3663/activate-extranet-locally-for-efficy-11-1</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I need to make some changes to the Extranet for a customer, but I'm unable to load the Extranet pages locally. I get the following error:&lt;br&gt;
D: ENTT-2303&lt;br&gt;
Message: File repository not configured&lt;br&gt;
Comment:&lt;br&gt;
Details: Application Server Error&lt;br&gt;
Application Server Error&lt;br&gt;
Application Server Error&lt;/p&gt;

&lt;h2&gt;ErrorContext&lt;/h2&gt;

&lt;p&gt;ESlspException 0&lt;br&gt;
File repository not configured&lt;/p&gt;

&lt;h2&gt;ErrorContext&lt;/h2&gt;

&lt;p&gt;EEfficyException 0&lt;br&gt;
(ENTT-2303) File repository not configured&lt;br&gt;
(ENTT-2303) File repository not configured&lt;/p&gt;

&lt;p&gt;This happens when the following call is done in the logon-page:&lt;br&gt;
Call ForgotPasswordURL(database=customer, context=ATTR)&lt;/p&gt;

&lt;p&gt;How can I solve this problem?&lt;/p&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</guid>
<pubDate>Wed, 14 Nov 2018 14:17:05 +0000</pubDate>
</item>
<item>
<title>Is servicy.css in custom Possible ?</title>
<link>https://overflow.efficy.io/?qa=3523/is-servicy-css-in-custom-possible</link>
<description>&lt;p&gt;Is it possible to customize the servicy.css to change the logo on the &quot;forgotten password&quot; on the extranet ?&lt;/p&gt;

&lt;p&gt;If so, what is the folder structure ?&lt;/p&gt;
</description>
<category>Extranet / HelpDesk</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3523/is-servicy-css-in-custom-possible</guid>
<pubDate>Tue, 11 Sep 2018 10:09:32 +0000</pubDate>
</item>
<item>
<title>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</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I'm in an extranet custom and i have a page who display a list of documents (like news) and files (like pdf).&lt;br&gt;
Actualy, if the user connected to the extranet is linked to the efficy document, he can downlaod files in it. If he is not linked, he have an efficy error.&lt;br&gt;
I know it's normal.&lt;/p&gt;

&lt;p&gt;But, my problem is that these kind of documents/files must be visible and downloadable for all extranet users, so, is there an other way than linking all extranet users in the document ?&lt;br&gt;
(i have many extranet users, if i link it all it's working good, but not so user friendly and readable in docu edit window for user who configure that)&lt;/p&gt;

&lt;p&gt;thx,&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</guid>
<pubDate>Thu, 07 Sep 2017 14:28:33 +0000</pubDate>
</item>
<item>
<title>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</link>
<description>&lt;p&gt;Comment donner acces à mes clients à ma base de données Efficy pour ouvrir un &quot;incident&quot; et ainsi alimenter le module Efficy &quot;assistance&quot;&lt;br&gt;
Merci&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</guid>
<pubDate>Sat, 12 Mar 2016 19:45:07 +0000</pubDate>
</item>
</channel>
</rss>