<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged migration</title>
<link>https://overflow.efficy.io/?qa=tag/migration</link>
<description>Powered by Question2Answer</description>
<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>Loading form depending on manager attached into an opportunity.</title>
<link>https://overflow.efficy.io/?qa=6253/loading-form-depending-manager-attached-into-opportunity</link>
<description>&lt;p&gt;I need to migrate a macro from 11.0 version to 12.0.&lt;br&gt;
Previously the key of the form was loaded by a loadServerJs + RunScript &lt;code&gt;ConsultSectionsForm.Oppo {[&amp;lt;%LoadServerJs(&quot;functiontags/userrole&quot;)%&amp;gt;&amp;lt;%RunScript(&quot;getConsultFormOppo&quot;)%&amp;gt;]}&lt;/code&gt; &lt;br&gt;
The script still working because if it call into an other macro the number is well call back with number.&lt;br&gt;
The problem is that the same call into a 12.0 version return an Efficy error.&lt;br&gt;
&lt;strong&gt;&lt;em&gt;TTagGetFormSections - Incorrect Value &quot;&amp;lt;%LoadServerJs(&quot;functiontags/userrole&quot;)%&amp;gt;&amp;lt;%RunScript(&quot;getConsultFormOppo&quot;)%&amp;gt;&quot; for Argument &quot;FORM&quot;&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;em&gt;Call GetFormSections(form=&amp;lt;%LoadServerJs(&quot;functiontags/userrole&quot;)%&amp;gt;&amp;lt;%RunScript(&quot;getConsultFormOppo&quot;)%&amp;gt;, consulthandle=10, fielddefs=FormFieldsConsult, start=0, end=0, noformbounds=T, nosectiontitle=T, class=main small-12 medium-5 columns)&lt;/em&gt;&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;does any one of you already migrated the kind of custom ? &lt;/p&gt;
</description>
<category>Errors</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6253/loading-form-depending-manager-attached-into-opportunity</guid>
<pubDate>Mon, 16 Aug 2021 15:47:00 +0000</pubDate>
</item>
<item>
<title>Corporate 2021 : Migration des graphiques</title>
<link>https://overflow.efficy.io/?qa=6210/corporate-2021-migration-des-graphiques</link>
<description>&lt;p&gt;Une des nouveautés de la v2021 est qu’un graphique peut afficher plusieurs indicateurs en même temps.&lt;/p&gt;

&lt;p&gt;Afin que cela soit possible, un nouveau champ multivalué a été créé appelé SdiIndicators. &lt;br&gt;
Et la liste de recherche SNADISPLAY modifiée à cet effet contient un insource com.edeal.frontline.helper.custom.CustomListSnapshotDisplay dont le traitement fait appel à la table MvaSdiIndicators. &lt;br&gt;
Dorénavant,afin d’afficher les anciens graphiques dans la recherche, une migration est nécessaire de SdiSnaID vers SdiIndicators.&lt;br&gt;
Rien de plus simple : &lt;br&gt;
1.Récupérer le SdiID d’un graphique à migrer&lt;br&gt;
2.saisir dans la barre du navigateur : &lt;a&gt;//read_snapshotdisplay.fl?id=********&quot;&amp;gt;https:////read_snapshotdisplay.fl?id=********&lt;/a&gt;&lt;br&gt;
3.Migration auto&lt;/p&gt;

&lt;p&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=12157724768338941439&quot;&gt;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=12157724768338941439&lt;/a&gt;&lt;/p&gt;
</description>
<category>E-Deal support</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6210/corporate-2021-migration-des-graphiques</guid>
<pubDate>Fri, 02 Jul 2021 14:08:32 +0000</pubDate>
</item>
<item>
<title>Efficy 12.0 MacroEditS.txt where is the code of JsScriptsTRW.Cont and JsScriptsTRW.Comp ?</title>
<link>https://overflow.efficy.io/?qa=6090/efficy-macroedits-where-code-jsscriptstrw-cont-jsscriptstrw</link>
<description>&lt;p&gt;Dear all,&lt;/p&gt;

&lt;p&gt;I was checking custom of a customer to migrate them to Efficy 12.0 and I remarked that the MacroEditS.txt following macros have disappeared : &lt;br&gt;
- JsScriptsTRW.Cont&lt;br&gt;
- JsScriptsTRW.Comp&lt;/p&gt;

&lt;p&gt;I search where the code has been moved to (editView/ Commands) but I could not find it.&lt;/p&gt;

&lt;p&gt;Can you please point me to the right direction ?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6090/efficy-macroedits-where-code-jsscriptstrw-cont-jsscriptstrw</guid>
<pubDate>Fri, 14 May 2021 08:00:47 +0000</pubDate>
</item>
<item>
<title>How does Efficy  application choose what Oracle client should be used? (10.2 , 11.2 ?)</title>
<link>https://overflow.efficy.io/?qa=4526/does-efficy-application-choose-what-oracle-client-should-used</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;In the scope of migration from Efficy 10.2 to 11.2 I am facing some challanges with the Oracle client upgrade 32bit -&amp;gt; 64bit&lt;/p&gt;

&lt;p&gt;Problem : At the client we have 20+ production servers and they have to be updated in rather short time. In case of unforeseen issues with the upgrade the  impact on downtime of  Efficy PRD is big.&lt;/p&gt;

&lt;p&gt;To diminish this impact we thought about the following solution : &lt;br&gt;
- Install 64 bit version server by server before the migration day&lt;br&gt;
- inside the PATH variable specify 32 bit version and not 64 &lt;br&gt;
- during the migration day switch PATH from 32 to 64 &lt;/p&gt;

&lt;p&gt;Questions :&lt;br&gt;
Do you see any flows in the foreseen solution ? &lt;br&gt;
How does exactly Efficy choose what oracle client should be used ? &lt;br&gt;
Is it possible to specify explicitly to Efficy application, what version should be used ? &lt;/p&gt;

&lt;p&gt;Thank you in advance,&lt;br&gt;
Best regards,&lt;br&gt;
Vladimir&lt;/p&gt;
</description>
<category>Efficy 10 SP2</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4526/does-efficy-application-choose-what-oracle-client-should-used</guid>
<pubDate>Fri, 05 Jul 2019 09:50:33 +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>Force disable Compatibility view setting for Efficy 10.</title>
<link>https://overflow.efficy.io/?qa=2046/force-disable-compatibility-view-setting-for-efficy-10</link>
<description>&lt;p&gt;We are currently working in a big Efficy 2012 upgrade project.&lt;/p&gt;

&lt;p&gt;The client have strong security settings and the most part of Efficy user are nomad (then GPO used is quite complicated).&lt;/p&gt;

&lt;p&gt;According that Efficy 2012 require IE compatibility view enable and Efficy 10 require IE compatibility view setting disable, why we don't specify a meta tag to force Compatibility view disable?&lt;/p&gt;

&lt;p&gt;Thank's in advance for your response.&lt;/p&gt;
</description>
<category>Efficy Installation/Settings</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2046/force-disable-compatibility-view-setting-for-efficy-10</guid>
<pubDate>Thu, 24 Nov 2016 15:33:40 +0000</pubDate>
</item>
<item>
<title>What about this in Efficy 10 ????</title>
<link>https://overflow.efficy.io/?qa=1938/what-about-this-in-efficy-10</link>
<description>&lt;p&gt;Geoffrey,&lt;/p&gt;

&lt;p&gt;this is not working after uprade to Efficy 10.&lt;br&gt;
What do we need to change to make it work ?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1938/what-about-this-in-efficy-10</guid>
<pubDate>Tue, 11 Oct 2016 12:47:35 +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>Upgrade to Efficy 10 – Migration guide &amp; Best practices</title>
<link>https://overflow.efficy.io/?qa=1706/upgrade-to-efficy-10-migration-guide-best-practices</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;Is there any migration guide or best practices about migrating from Efficy 2012 or 2014 to Efficy 10?&lt;/p&gt;
</description>
<category>to Efficy 10</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1706/upgrade-to-efficy-10-migration-guide-best-practices</guid>
<pubDate>Tue, 14 Jun 2016 12:53:04 +0000</pubDate>
</item>
<item>
<title>How to add a new profile in Outlook after a migration</title>
<link>https://overflow.efficy.io/?qa=1069/how-to-add-a-new-profile-in-outlook-after-a-migration</link>
<description>&lt;p&gt;How to add a new profile in Outlook after a migration&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1069/how-to-add-a-new-profile-in-outlook-after-a-migration</guid>
<pubDate>Thu, 31 Dec 2015 11:28:54 +0000</pubDate>
</item>
<item>
<title>how to merge a template for multiple contacts ?</title>
<link>https://overflow.efficy.io/?qa=423/how-to-merge-a-template-for-multiple-contacts</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;In a document with 10 contacts, i would used a Template to create a one document with 10 pages (1 per contact)&lt;/p&gt;

&lt;p&gt;How a template could be used to generate 1 page per contact :&lt;br&gt;
   - options in function MergeTemplate ?&lt;br&gt;
   - using a detail table ?&lt;br&gt;
   - other ideas?&lt;/p&gt;

&lt;p&gt;For information, this feature was standard (and therefore used) in elink.&lt;/p&gt;
</description>
<category>Efficy Developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=423/how-to-merge-a-template-for-multiple-contacts</guid>
<pubDate>Tue, 02 Jun 2015 07:45:35 +0000</pubDate>
</item>
<item>
<title>Empty Agenda after migration to Efficy 2014</title>
<link>https://overflow.efficy.io/?qa=325/empty-agenda-after-migration-to-efficy-2014</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I have migrated a customer's DB from Efficy 2012 summer to Efficy 2014 and when I open the agenda no appointment appears. Any new one is not displayed either.&lt;/p&gt;

&lt;p&gt;But I can see them in the Agenda widget on home page.&lt;/p&gt;

&lt;p&gt;An Idea?&lt;/p&gt;

&lt;p&gt;Thanks and regards&lt;br&gt;
Anne&lt;/p&gt;
</description>
<category>Efficy Developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=325/empty-agenda-after-migration-to-efficy-2014</guid>
<pubDate>Thu, 02 Apr 2015 08:00:31 +0000</pubDate>
</item>
<item>
<title>Exchange migration from external to Efficy server</title>
<link>https://overflow.efficy.io/?qa=298/exchange-migration-from-external-to-efficy-server</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;A prospect has his Exchange mailboxes hosted externally. In a proposal of Efficy implementation I have to evaluate the workload for the transfert to Efficy Exchange server.&lt;/p&gt;

&lt;p&gt;My questions are:&lt;br&gt;
- What is the process&lt;br&gt;
- what are the problems that can be faced&lt;br&gt;
- What is the estimated workload per mailbox&lt;/p&gt;

&lt;p&gt;Thanks and Regards&lt;br&gt;
Anne&lt;/p&gt;
</description>
<category>Efficy Developers</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=298/exchange-migration-from-external-to-efficy-server</guid>
<pubDate>Wed, 25 Mar 2015 10:10:57 +0000</pubDate>
</item>
<item>
<title>How to Migrate the function BeforeSubmit(ApplyChanges)</title>
<link>https://overflow.efficy.io/?qa=188/how-to-migrate-the-function-beforesubmit-applychanges</link>
<description>&lt;p&gt;Dear All,&lt;/p&gt;

&lt;p&gt;I have to Migrate some functionnalities contained in the BeforeSubmit from Efficy 2012 EntityEdit.htm page to Efficy 2014.&lt;/p&gt;

&lt;p&gt;I check where I could insert this code and I have 2 possibilities (or more...) :&lt;br&gt;
1- Instert it into MacroEditS.txt : But since I eard that this file will not be used in next version I don't think it is a good idea.&lt;/p&gt;

&lt;p&gt;2- I remarked that there was a Macro in MacroEdit.txt that is commented, can I insert the BeforeSubmit function directly in this Macro ?&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;EditScriptsCustom {[
&amp;lt;%UseScript('demo/Test')%&amp;gt;
&amp;lt;script&amp;gt;
    $(document).ready(function(){
        alert('Loaded !');
    });
&amp;lt;/script&amp;gt;
]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;If there is any other way can you please describe it below.&lt;/p&gt;

&lt;p&gt;Best Regards,&lt;br&gt;
Stéphane R.&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=188/how-to-migrate-the-function-beforesubmit-applychanges</guid>
<pubDate>Tue, 10 Feb 2015 12:19:53 +0000</pubDate>
</item>
<item>
<title>How to apply the modification done on a Development Database to a production Database (Upgrade) ?</title>
<link>https://overflow.efficy.io/?qa=163/modification-development-database-production-database-upgrade</link>
<description>&lt;p&gt;Dear all,&lt;/p&gt;

&lt;p&gt;I have to do the migration from Efficy 2012 summer to Efficy 2014.&lt;/p&gt;

&lt;p&gt;For those that are working with Efficy 2014, I would like to know how to trace the changes in the database in order to redo them when we will go live. &lt;/p&gt;

&lt;p&gt;I heard there was a tool for that in 2014 but I don’t which one and how to use it.&lt;br&gt;
Could you please point me in the right direction ?&lt;/p&gt;

&lt;p&gt;If you have any other good advice in order to migrate a DB and Custom to 2014 they will be greatly appreciated.&lt;/p&gt;

&lt;p&gt;Best Regards,&lt;br&gt;
Stéphane RONCIN&lt;/p&gt;
</description>
<category>Database</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=163/modification-development-database-production-database-upgrade</guid>
<pubDate>Mon, 26 Jan 2015 08:36:50 +0000</pubDate>
</item>
</channel>
</rss>