<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged efficy10sp1</title>
<link>https://overflow.efficy.io/?qa=tag/efficy10sp1</link>
<description>Powered by Question2Answer</description>
<item>
<title>New Etity Relation : error Unknow EntityView &quot;&quot;</title>
<link>https://overflow.efficy.io/?qa=3825/new-etity-relation-error-unknow-entityview</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I have a custom entity 'Missions', this entity use the PRODUCTS table too&lt;br&gt;
FAMILY  =  1 ==&amp;gt; Missions&lt;br&gt;
FAMILY &amp;lt;&amp;gt; 1 ==&amp;gt; Products&lt;/p&gt;

&lt;p&gt;My problem : When I want to add / delete a relation between a Mission and an other entity I have this error:&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=1250673765610111573&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;It works if I customize CreateRelation(), EditRelation(), DeleteLink() in Custom.js to  replace 'Miss' by 'Prod' like this :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;function DeleteLink(Bookmark, Entity, Key, Detail, DetailKey, ItemName, NoConfirm) {
    if (! NoConfirm) {
        var Msg = sRelDelConfirm
        if (ItemName) Msg = sRelDelConfirmName + ItemName + &quot;' ?&quot;
        if (! confirm(Msg)) return
    }

    if(Entity=='Miss') Entity='Prod' // FORCE MISSIONS TO PRODUCTS
    var URL = &quot;deletelink?bookmark=&quot; + Bookmark + &quot;&amp;amp;entity=&quot; + Entity + &quot;&amp;amp;key=&quot; + Key + &quot;&amp;amp;detail=&quot; + Detail + &quot;&amp;amp;detailkey=&quot; + DetailKey
    LocationSet(window, URL, true)
}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;How to indicate to Efficy which EntityView use ?&lt;/p&gt;

&lt;p&gt;Systems table for Missions :&lt;br&gt;
&lt;strong&gt;SYS_ENTITIES&lt;/strong&gt;&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=8760125147011586048&quot; alt=&quot;enter image description here&quot;&gt;&lt;br&gt;
&lt;strong&gt;SYS_ENTITYVIEWS&lt;/strong&gt;&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=9446429460873961172&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3825/new-etity-relation-error-unknow-entityview</guid>
<pubDate>Mon, 07 Jan 2019 17:22:18 +0000</pubDate>
</item>
<item>
<title>Announcement: Efficy 10 SP2+ r14841 and Efficy 10 SP1 r14843 with Flexmail Integration v2 are available</title>
<link>https://overflow.efficy.io/?qa=3600/announcement-efficy-r14841-flexmail-integration-available</link>
<description>&lt;p&gt;We've released the following Efficy 10 builds that include the new Flexmail integration v2:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Setup Efficy 10 SP2 Plus r14841&lt;/li&gt;
&lt;li&gt;Setup Efficy 10 SP1 r14843&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;You'll find detailed information about the Flexmail integration in the document &quot;Flexmail GDPR Integration Manual.pdf&quot;.&lt;/p&gt;

&lt;p&gt;The Efficy 10 SP2 Plus r14841 build also includes the following important security-related improvement:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Chronos: Respect security on Categories (CFT-2018-91964).&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Robert&lt;/p&gt;
</description>
<category>Efficy Partners</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3600/announcement-efficy-r14841-flexmail-integration-available</guid>
<pubDate>Wed, 17 Oct 2018 13:46:43 +0000</pubDate>
</item>
<item>
<title>How to disable the default &quot;Recent&quot; Tab on the search screen?</title>
<link>https://overflow.efficy.io/?qa=2022/how-to-disable-the-default-recent-tab-on-the-search-screen</link>
<description>&lt;p&gt;Hi, &lt;/p&gt;

&lt;p&gt;When I add a product from an oppo edit contect, the products search screen is open by default on the Recent tab.&lt;/p&gt;

&lt;p&gt;I did override the query to have a specific result here but the Recent tab is alwas loaded first.... &lt;/p&gt;

&lt;p&gt;How can I get rid of this default &quot;recents&quot; tab?&lt;/p&gt;

&lt;p&gt;Best regards&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2022/how-to-disable-the-default-recent-tab-on-the-search-screen</guid>
<pubDate>Wed, 16 Nov 2016 15:20:11 +0000</pubDate>
</item>
<item>
<title>Merge using SOAP of custom entity</title>
<link>https://overflow.efficy.io/?qa=1997/merge-using-soap-of-custom-entity</link>
<description>&lt;p&gt;Dear,&lt;/p&gt;

&lt;p&gt;We we created a new custom entity and configured the metadata to enable a merge.&lt;br&gt;
When we call the merge using soap we get following error:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;efficy:api page=&quot;&quot; _macrofile=&quot;&quot;&amp;gt;
  &amp;lt;data id=&quot;1&quot; operation=&quot;automergeduplicate&quot; entity=&quot;Cntr&quot; key1=&quot;5922849&quot; key2=&quot;8023385&quot; alwayskeepfirst=&quot;true&quot;/&amp;gt;
&amp;lt;/efficy:api&amp;gt;
&amp;lt;SOAP-ENV:Fault&amp;gt;
  &amp;lt;faultcode&amp;gt;EVariantInvalidArgError&amp;lt;/faultcode&amp;gt;
  &amp;lt;faultstring&amp;gt;Invalid argument&amp;lt;/faultstring&amp;gt;&amp;lt;faultid/&amp;gt;
&amp;lt;/SOAP-ENV:Fault&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Can some of you tell me how we can troubleshoot this error?&lt;br&gt;
Something is missing but we can't seem to find it.&lt;/p&gt;

&lt;p&gt;gr&lt;br&gt;
Erwin&lt;/p&gt;
</description>
<category>Remote API (JSON, SOAP, Node)</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1997/merge-using-soap-of-custom-entity</guid>
<pubDate>Thu, 10 Nov 2016 10:31:02 +0000</pubDate>
</item>
<item>
<title>How is the Recent list build-up/maintained?</title>
<link>https://overflow.efficy.io/?qa=1965/how-is-the-recent-list-build-up-maintained</link>
<description>&lt;p&gt;Dear,&lt;/p&gt;

&lt;p&gt;Can someone explain me how the recent list is build and maintained?&lt;br&gt;
In other words when is a record removed from the list?&lt;/p&gt;

&lt;p&gt;Is limited to a number of records or is it based on a date like records till x-days back.&lt;/p&gt;

&lt;p&gt;gr&lt;br&gt;
Erwin&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1965/how-is-the-recent-list-build-up-maintained</guid>
<pubDate>Tue, 25 Oct 2016 09:41:36 +0000</pubDate>
</item>
</channel>
</rss>