<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged group</title>
<link>https://overflow.efficy.io/?qa=tag/group</link>
<description>Powered by Question2Answer</description>
<item>
<title>Customize GridColumns group with detail menu</title>
<link>https://overflow.efficy.io/?qa=4413/customize-gridcolumns-group-with-detail-menu</link>
<description>&lt;p&gt;Hi.&lt;/p&gt;

&lt;p&gt;In project consult page, I customised the tab where linked oppos are displayed.&lt;/p&gt;

&lt;p&gt;For each oppo linked, I had to display relation values between a custom entity and oppo.&lt;/p&gt;

&lt;p&gt;It look like this:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=601053546079944618&quot; alt=&quot;relation between proj and oppo&quot;&gt;&lt;/p&gt;

&lt;p&gt;The custom:&lt;br&gt;
MacroConsult:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;DetailGrid.Proj.Oppo {[
    &amp;lt;%GetDetailGrid(columndefs=&quot;GridColumns&quot;, entity=&quot;$DETAIL$&quot;, columns=&quot;%%Macro('DetailGridColumns')&quot;, sum=&quot;%%Macro('DetailGridSum')&quot;, group=&quot;NAME&quot;)%&amp;gt;
&amp;lt;%Macro(&quot;DetailMenu&quot;)%&amp;gt;
]}
DetailGridColumns.Proj.Oppo {[NAMEINDICATOR,F_TOTAL]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;NAMEINDICATOR is a field given by the customized SYS_QUERY&lt;/p&gt;

&lt;p&gt;Then to display the icon to get the edit relation menu:&lt;br&gt;
GridColumn:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;group {[
&amp;lt;tr class=&quot;group&quot;&amp;gt;
&amp;lt;td colspan=&quot;$COLUMNCOUNT$&quot;&amp;gt;
&amp;lt;span class=&quot;dropdown no-pip i-menu small&quot; data-dropdown=&quot;detail-menu&quot; data-args=&quot;&amp;lt;#G=$KEY$&amp;gt;&quot;&amp;gt;&amp;lt;/span&amp;gt;
&amp;lt;i class=&quot;i-&amp;lt;#ACTION&amp;gt;&quot; data-msg=&quot;group;&amp;lt;#ACTION&amp;gt;;&amp;lt;#HASH&amp;gt;&quot;&amp;gt;&amp;lt;/i&amp;gt;
&amp;lt;#F;context=TEXT&amp;gt;
&amp;lt;/td&amp;gt;
&amp;lt;/tr&amp;gt;
]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;And, once again in MacroConsult:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;DetailMenu.Proj.Oppo {[&amp;lt;%GetPopupMenu(id=&quot;detail-menu&quot;, class=&quot;has-icons small&quot;, ulargs='data-channel=&quot;detailmenu&quot;', count=&quot;4&quot;,
text1=&quot;Edit #DETAIL&quot;, image1=&quot;i-edit&quot;,
message1=&quot;consult;{dropdownKey};#DETAIL&quot;,
text2=&quot;Duplicate&quot;, image2=&quot;i-Dupl&quot;,
message2=&quot;duplicateOppoFromProj;{dropdownKey}&quot;,
text3=&quot;Edit relation&quot;, image3=&quot;i-edit&quot;,
message3=&quot;editRelation;#ENTITY;#KEY;#DETAIL;{dropdownKey}&quot;,
text4=&quot;Delete relation&quot;, image4=&quot;i-delete&quot;,
message4=&quot;deleteRelation;#ENTITY;#KEY;#DETAIL;{dropdownKey}&quot;
)%&amp;gt;]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;I have the menu:&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=13404056964249031169&quot; alt=&quot;relation menu&quot;&gt;&lt;/p&gt;

&lt;p&gt;And when I click on &quot;Edit relation&quot;, I have this error message:&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.com/?qa=blob&amp;amp;qa_blobid=5768442693444696272&quot; alt=&quot;error message&quot;&gt;&lt;/p&gt;

&lt;p&gt;And here is what I have in the url:&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;http://127.0.0.1:5112/crm/edit?page=edit/Relation&amp;amp;action=refreshOpener&amp;amp;entity=Proj&amp;amp;key=3316&amp;amp;detail=Oppo&amp;amp;detailkey=%3C#G=K_OPPORTUNITY%3E&quot;&gt;http://127.0.0.1:5112/crm/edit?page=edit/Relation&amp;amp;action=refreshOpener&amp;amp;entity=Proj&amp;amp;key=3316&amp;amp;detail=Oppo&amp;amp;detailkey=%3C#G=K_OPPORTUNITY%3E&lt;/a&gt;&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4413/customize-gridcolumns-group-with-detail-menu</guid>
<pubDate>Wed, 05 Jun 2019 17:02:11 +0000</pubDate>
</item>
<item>
<title>Different Decimal point and date format across users</title>
<link>https://overflow.efficy.io/?qa=2775/different-decimal-point-and-date-format-across-users</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I have a request from client for the possibility to have different configuration for Decimal point and date format (some users in EU and others in US). i know we can do it globally through Admin Console or even change Decimal point or Thousands separator in custom.js&lt;/p&gt;

&lt;p&gt;But is it possible to do custom configuration per groups for example? or only for special user?&lt;/p&gt;

&lt;p&gt;Thank you for your help in advance.&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=2775/different-decimal-point-and-date-format-across-users</guid>
<pubDate>Tue, 28 Nov 2017 17:31:08 +0000</pubDate>
</item>
</channel>
</rss>