<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged found</title>
<link>https://overflow.efficy.io/?qa=tag/found</link>
<description>Powered by Question2Answer</description>
<item>
<title>&quot;Field not found&quot; (Only custom fields)</title>
<link>https://overflow.efficy.io/?qa=4163/field-not-found-only-custom-fields</link>
<description>&lt;p&gt;Hi,&lt;br&gt;
I created a custom field in Prod_Oppo and when i try to get some information from it the debugger says that the field can not be found.&lt;/p&gt;

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

&lt;p&gt;I tried to do the same with other functions and then it was possible to get the field, but not in the way how i want to do it.&lt;/p&gt;

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

&lt;p&gt;Maybe a thing to keep in mind is that i created some custom fields and deleted them with same name. I don't know if this is the problem but it can be...&lt;/p&gt;

&lt;p&gt;Also when i look at the database and the sys_fields everything looks fine.&lt;/p&gt;

&lt;p&gt;Thanks in advance,&lt;br&gt;
Bart&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4163/field-not-found-only-custom-fields</guid>
<pubDate>Wed, 24 Apr 2019 16:38:39 +0000</pubDate>
</item>
<item>
<title>ACTI_ACTI activation on efficy 2014</title>
<link>https://overflow.efficy.io/?qa=1006/actiacti-activation-on-efficy-2014</link>
<description>&lt;p&gt;Dear,&lt;/p&gt;

&lt;p&gt;I'm trying t activate ACT&lt;em&gt;ACTI relation on ACTI edit window. i've already mad all necessary insertion to tables sys&lt;/em&gt;tableviews, sys&lt;em&gt;relentities, and sys&lt;/em&gt;entityviews (reference this old post: &lt;a rel=&quot;nofollow&quot; href=&quot;http://overflow.efficy.com/?qa=432/create-acti_acti-relation-sys_entityviews-without-entityview&amp;amp;show=432#q432&quot;&gt;&lt;/a&gt;&lt;a rel=&quot;nofollow&quot; href=&quot;http://overflow.efficy.com/?qa=432/create-acti_acti-relation-sys_entityviews-without-entityview&amp;amp;show=432#q432&quot;&gt;http://overflow.efficy.com/?qa=432/create-acti_acti-relation-sys_entityviews-without-entityview&amp;amp;show=432#q432&lt;/a&gt; )&lt;br&gt;
After that i start getting error: Can't find detail with key &quot;4&quot; and relation &quot;-1&quot;. after checking i found i need to do more modification on macros MacroEdit and RelationColumns as follows:&lt;/p&gt;

&lt;p&gt;MacroEditCustom.txt:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;EditRelationsList.Acti {[UserRelations;ContRelations;CompRelations;ProjRelations;PublRelations;OppoRelations;CaseRelations;ActiRelations;DocuRelations;MailRelations;ProdRelations;ProfRelations]}

ActiRelations#Acti.Acti {[&amp;lt;%Macro('EntityRelationsTemplate2', detail='Acti', $CAPTION$='Add Link to Action')%&amp;gt;]}

EntityRelationsTemplate2 {[
    &amp;lt;li class=&quot;edit-rels-entity&quot;&amp;gt;
        &amp;lt;button type=&quot;button&quot; class=&quot;i-$DETAIL$ h-$DETAIL$ small quaternary&quot; title=&quot;&amp;lt;%GetLabel('$CAPTION$')%&amp;gt;&quot;
            data-msg=&quot;add;$DETAIL$;$this&quot; &amp;lt;%IfReadOnly(then='disabled')%&amp;gt; data-dropdown=&quot;dd-entity-picker&quot; data-options=&quot;align:left&quot;&amp;gt;&amp;lt;/button&amp;gt;
        &amp;lt;span&amp;gt;&amp;lt;%GetLabel('$DETAIL$s')%&amp;gt;&amp;lt;%AddRelationButton(entity='$DETAIL$')%&amp;gt;&amp;lt;/span&amp;gt;
    &amp;lt;/li&amp;gt;
    &amp;lt;%GetRelationGrid(columndefs=&quot;RelationColumns.txt&quot;, entity=&quot;$DETAIL$&quot;, noheader=&quot;true&quot;, columns=&quot;%%IfReadOnly(then='MAIN2,FULLNAME2', else='MAIN2,COMMANDS2,FULLNAME2')&quot;)%&amp;gt;
    &amp;lt;%Macro('EntityRelationsMenu', entity='$DETAIL$')%&amp;gt;
]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;RelationColumnsCustom.txt:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;td.FULLNAME2 {[&amp;lt;a href=&quot;javascript:Edit('Acti',&amp;lt;#F=K_ACTION2&amp;gt;)&quot; class=&quot;&amp;lt;#I=DONE;1=inactive&amp;gt;&quot; title=&quot;&amp;lt;#F=SUBJECT&amp;gt; - &amp;lt;#F=D_BEGIN&amp;gt;&quot;&amp;gt;&amp;lt;#F=SUBJECT;emptytext=T&amp;gt;&amp;lt;/a&amp;gt;]}

td.COMMANDS2 {[&amp;lt;button type=&quot;button&quot; class=&quot;i-delete tertiary&quot; data-msg=&quot;delete2;&amp;lt;#F=K_ACTION2&amp;gt;;$ENTITY$&quot; title=&quot;&amp;lt;%GetLabel('Delete Relation')%&amp;gt;&quot;&amp;gt;&amp;lt;/button&amp;gt;
  &amp;lt;%DeleteRelationButton(entity=&quot;$ENTITY$&quot;, key=&quot;&amp;lt;#F=K_ACTION2&amp;gt;&quot;)%&amp;gt;]}

td.MAIN2 {[&amp;lt;div class=&quot;switch compact tiny round&quot;&amp;gt;&amp;lt;input id=&quot;Acti-MAIN-&amp;lt;#F=K_ACTION2&amp;gt;&quot; type=&quot;radio&quot; &amp;lt;#I=MAIN;1=checked&amp;gt; value=&quot;&amp;lt;#F=K_ACTION2&amp;gt;&quot; name=&quot;Acti-MAIN&quot;&amp;gt;&amp;lt;label for=&quot;$ENTITY$-$FIELD$-&amp;lt;#F=K_ACTION2&amp;gt;&quot;&amp;gt;&amp;lt;/label&amp;gt;&amp;lt;/div&amp;gt;]}

th.FULLNAME2 [&amp;lt;th nowrap align=&quot;left&quot;&amp;gt;&amp;lt;#H=NAME&amp;gt;&amp;lt;/th&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;But now when i try to Save, i'm getting error says: &lt;strong&gt;DS&lt;em&gt;ActiEdit&lt;/em&gt;0_Acti: Field 'Acti-MAIN' not found&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Please let me know you advises and suggestions.&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=1006/actiacti-activation-on-efficy-2014</guid>
<pubDate>Thu, 10 Dec 2015 14:24:28 +0000</pubDate>
</item>
</channel>
</rss>