<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged efficy12</title>
<link>https://overflow.efficy.io/?qa=tag/efficy12</link>
<description>Powered by Question2Answer</description>
<item>
<title>Convert number to letter multilingual to display in Template</title>
<link>https://overflow.efficy.io/?qa=6831/convert-number-to-letter-multilingual-to-display-template</link>
<description>&lt;p&gt;Do we have a module to convert number to letter, in order to display the number in letter into a template?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6831/convert-number-to-letter-multilingual-to-display-template</guid>
<pubDate>Fri, 03 Mar 2023 15:20:22 +0000</pubDate>
</item>
<item>
<title>AmCharts Pie Widget -&gt; Link colors to values</title>
<link>https://overflow.efficy.io/?qa=6701/amcharts-pie-widget-link-colors-to-values</link>
<description>&lt;p&gt;When developing a amChart Pie chart, &lt;br&gt;
we can set a theme or set of colors for the different slices of the pie.&lt;/p&gt;

&lt;p&gt;currDash.pieSeries.colors.list = [&lt;br&gt;
  am4core.color(&quot;#e30211&quot;),  // red&lt;br&gt;
  am4core.color(&quot;#fce83a&quot;), // geel&lt;br&gt;
  am4core.color(&quot;#3fab03&quot;),   // green&lt;br&gt;
  am4core.color(&quot;#225e01&quot;)   // greener&lt;br&gt;
];&lt;/p&gt;

&lt;p&gt;Problem is here that the color is not linked to a specific value. &lt;br&gt;
For exemple when you define 5 colors for 5 statusses, but only status 1 and 5 are present in the result, the color fot the 5th status will be the color of status 2.&lt;/p&gt;

&lt;blockquote&gt;
  &lt;blockquote&gt;
    &lt;p&gt;How can we link the color to specific values in a PIE chart of amcharts in Efficy?&lt;/p&gt;
  &lt;/blockquote&gt;
&lt;/blockquote&gt;

&lt;p&gt;&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=12878337992092432161&quot; alt=&quot;Example&quot;&gt;&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6701/amcharts-pie-widget-link-colors-to-values</guid>
<pubDate>Wed, 05 Oct 2022 07:03:29 +0000</pubDate>
</item>
<item>
<title>problem occurs when deleting a relation link (Prod_Case)</title>
<link>https://overflow.efficy.io/?qa=6623/problem-occurs-when-deleting-a-relation-link-prodcase</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I have a problem when I'm trying to delete the relation PROD-CASE :&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=1109487536647037541&quot; alt=&quot;enter image description here&quot;&gt;&lt;br&gt;
In the function deleteRelation, the detailKey return keyProd-KRelation &lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=3127600058749840060&quot; alt=&quot;enter image description here&quot;&gt;&lt;br&gt;
It displays this error : &lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=13037993170548430785&quot; alt=&quot;enter image description here&quot;&gt;&lt;br&gt;
There is a custom that has been added in the field (K_RELATION)&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=9120668940095194742&quot; alt=&quot;enter image description here&quot;&gt;&lt;/p&gt;

&lt;p&gt;Which tables I need to check to make the delete relation works ? &lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6623/problem-occurs-when-deleting-a-relation-link-prodcase</guid>
<pubDate>Thu, 07 Jul 2022 15:44:22 +0000</pubDate>
</item>
<item>
<title>FormFieldEdit: display two decimals in edit</title>
<link>https://overflow.efficy.io/?qa=6618/formfieldedit-display-two-decimals-in-edit</link>
<description>&lt;p&gt;Sorry if the question have been asked before, but I could not find it in Overflow.&lt;/p&gt;

&lt;p&gt;Question: I want to have two decimals in edit:&lt;br&gt;
For example 2.8 ==&amp;gt; wanted display by the customer: 2.80 in edit.&lt;br&gt;
(Show always two decimals, followed by an zero, even if it was rounded to one decimal)&lt;/p&gt;

&lt;p&gt;This is what I tried:&lt;br&gt;
(1e try) Efficy Designer:&lt;br&gt;
Fieldname =&amp;gt; &quot;F_MILAGECOSTS&quot;&lt;br&gt;
Type =&amp;gt; currency&lt;br&gt;
Precision =&amp;gt; 2&lt;br&gt;
Screen Format =&amp;gt; #.00&lt;/p&gt;

&lt;p&gt;(2e try) FormFieldsEditCustom.txt definition:&lt;br&gt;
field.CURRENCYB {[&lt;br&gt;
        &amp;lt;%GetEdit(&quot;$FIELD$&quot;, class=&quot;text-end&quot;, inputargs=|inputmode=&quot;numeric&quot;|, precision=2)%&amp;gt;&lt;br&gt;
    ]}&lt;/p&gt;

&lt;p&gt;Does somebody  have a solution for me?&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6618/formfieldedit-display-two-decimals-in-edit</guid>
<pubDate>Mon, 04 Jul 2022 15:13:34 +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>How to convert windows 1252 to UTF-8 ?</title>
<link>https://overflow.efficy.io/?qa=6592/how-to-convert-windows-1252-to-utf-8</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm running into an issue regarding char encoding.&lt;/p&gt;

&lt;p&gt;I'm making a Efficy.openUrlSecure(...) POST call to send JSON data to another system.&lt;br&gt;
Data is from a Contact (name, firstname, email, ....) and my call is made in a afterCommit workflow. So all data is taken from database.&lt;/p&gt;

&lt;p&gt;If I use a special char like &quot;é&quot; in sent data, the API send me an error :&lt;br&gt;
&lt;em&gt;Error 400. Response : Invalid UTF-8 middle byte 0x22 at...&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Code used :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;var toSend = JSON.stringify(data);
var headers = [&quot;Content-Type: application/json;charset=utf-8&quot;, &quot;Content-Length: &quot; + toSend.length, &quot;Host: xxx&quot;];

var response = Efficy.openUrlSecure(url, toSend, headers.join(&quot;\n&quot;), &quot;POST&quot;);
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;After investigation, this error is caused by an invalid/illegal encoding (windows 1252 instead of UTF-8 which is standard for JSON).&lt;/p&gt;

&lt;p&gt;When I check in detail what is sent, the request payload is in windows-1252.&lt;/p&gt;

&lt;p&gt;Which brings it to my question : How can I convert my data in windows-1252 to UTF-8 without losing accentuated char ?&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6592/how-to-convert-windows-1252-to-utf-8</guid>
<pubDate>Fri, 10 Jun 2022 09:44:52 +0000</pubDate>
</item>
<item>
<title>Users' groups resetting without user action</title>
<link>https://overflow.efficy.io/?qa=6585/users-groups-resetting-without-user-action</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I have a weird issue with users' groups for a client : They keep resetting to a &quot;previous&quot; version without any user interaction.&lt;/p&gt;

&lt;p&gt;One user was setup on 7 different groups. After a workshop with the client on group rights, I saw they understood groups and rights backwards &lt;em&gt;(ie : a manager does not need to be in every employee groups, they need to configure employee groups to give rights to the manager's group)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;So they changed their groups and this user was now part of 4 different groups.&lt;/p&gt;

&lt;p&gt;A few days later, this user was back with the same 7 different groups...&lt;/p&gt;

&lt;p&gt;What I tried/checked :&lt;br&gt;
- Changed this user groups back to 4 -&amp;gt; a few days later they were back&lt;br&gt;
- Checked all custom for any request/projutils that could update ACC&lt;em&gt;GROUPS/ACCOUNTS/... -&amp;gt; nothing&lt;br&gt;
- Checked SYS&lt;/em&gt;CHANGED logs -&amp;gt; Addition to user groups are not logged so I added them (today)&lt;br&gt;
- Compared latest modification date to log files -&amp;gt; Only process that &quot;update&quot; users is Exchange sync (cache issue ?)&lt;/p&gt;

&lt;p&gt;If anyone encountered a similar issue or have an idea, I'd like to know more !&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6585/users-groups-resetting-without-user-action</guid>
<pubDate>Thu, 09 Jun 2022 13:36:48 +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>How to migrate correctly the new field ACTIONS.KIND replace ACTIONS.MODE and ACTIONS.NATURE?</title>
<link>https://overflow.efficy.io/?qa=6460/migrate-correctly-actions-replace-actions-actions-nature</link>
<description>&lt;p&gt;Since Efficy 2021 (12.0) the new field ACTIONS.KIND appears and is replacing the ACTIONS.MODE and ACTIONS.NATURE fields.&lt;/p&gt;

&lt;p&gt;For some customers this can be an issue when they use the ACTIONS.MODE and ACTIONS.NATURE extensively. In this case it is possible to display the old fields in the edit forms of TASKS and AGENDAS but this is not enough. You also need to override the following macros : &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;MacroConsultCustom.txt  : &lt;/p&gt;

&lt;p&gt;DetailGridColumns..Acti     {[MENU,DONE,USERS,D&lt;em&gt;BEGIN{EDIT},SUBJECT{EDIT},CONTACT,DURATION,MODE,NATURE,TAGS,PRIORITY{ABSENT&lt;/em&gt;HF},MEMODD]}&lt;br&gt;
DetailGridColumns.Cont.Acti {[MENU,DONE,USERS,D&lt;em&gt;BEGIN{EDIT},SUBJECT{EDIT},PROJECT,DURATION,MODE,NATURE,TAGS,PRIORITY{ABSENT&lt;/em&gt;HF},MEMODD]}&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;MacroSearchCustom.txt : &lt;/p&gt;

&lt;p&gt;SearchResultColumns.Acti {[MENU,SUBJECT{NAMESEARCH},D_BEGIN{NAMESEARCH},MODE,NATURE,TAGS]}&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;MacroListCustom.txt : &lt;/p&gt;

&lt;p&gt;ListGrid.Task {[&amp;lt;%GetTodoGrid(columndefs=&quot;GridColumns&quot;, entity=&quot;Acti&quot;, savekeylist=&quot;true&quot;,
columns=&quot;MENU,DONE,USERS,R_PRIORITY{CENTER},D_BEGIN{ABSENT},SUBJECT{EDIT},CONTACT,COMPANY,PROJECT,MODE,NATURE,TAGS,D_DUE,MEMODD&quot;)%&amp;gt;&lt;br&gt;
&amp;lt;%Macro(&quot;ListMenu&quot;)%&amp;gt;]}&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Question1&lt;/strong&gt;: If we want to keep the new KIND field, is there an easy way to update it from the old MODE/NATURE fields? &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Question2&lt;/strong&gt;: If we use the old MODE/NATURE fields, is there any impact with the Efficy Exchange Synchronization or when generating the iCal files, because in the previous version those fields where synchronized with Exchange (they were added in the subject of the action/agenda), today we don't know if it is the KIND field that is synchronized or the old MODE/NATURE fields? &lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6460/migrate-correctly-actions-replace-actions-actions-nature</guid>
<pubDate>Thu, 10 Feb 2022 15:04:53 +0000</pubDate>
</item>
<item>
<title>Unable to see page without Full Access Rights</title>
<link>https://overflow.efficy.io/?qa=6240/unable-to-see-page-without-full-access-rights</link>
<description>&lt;p&gt;Hello all,&lt;/p&gt;

&lt;p&gt;I have an issue with 12.0 where I cannot see some pages without the &quot;Full Access (no security - NOT RECOMMENDED)&quot; enabled.&lt;/p&gt;

&lt;p&gt;But I still have the search available (see screenshot) :&lt;br&gt;
&lt;img src=&quot;https://overflow.efficy.io/?qa=blob&amp;amp;qa_blobid=14967766481339916343&quot; alt=&quot;dashboard&quot;&gt;&lt;/p&gt;

&lt;p&gt;As for rights :&lt;br&gt;
- One group : Administrator&lt;br&gt;
- Privileges : Administer Dashboards&lt;br&gt;
- Table rights : everything for Dashboard, Widgets, ....&lt;/p&gt;

&lt;p&gt;I have the same issue on 2 different 12.0 solutions, with the same settings.&lt;/p&gt;

&lt;p&gt;Only way to access it is through the direct URL (solutionurl/crm/entitylist?entity=Dash&amp;amp;page=desktop/List&amp;amp;gridname=DashList&amp;amp;active=true&amp;amp;opened=true&amp;amp;recentlyused=true&amp;amp;rse=T) which is accessible because of table rights on my user.&lt;/p&gt;

&lt;p&gt;Also, there is this related unanswered question where Support may have found a way :&lt;br&gt;
&lt;a rel=&quot;nofollow&quot; href=&quot;https://overflow.efficy.io/?qa=5494/security-dashboard&amp;amp;show=5494#q5494&quot;&gt;https://overflow.efficy.io/?qa=5494/security-dashboard&amp;amp;show=5494#q5494&lt;/a&gt;&lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6240/unable-to-see-page-without-full-access-rights</guid>
<pubDate>Fri, 30 Jul 2021 08:11:50 +0000</pubDate>
</item>
<item>
<title>How does work Efficy.impersonateUser(impersonateAccount, forceUserRole)</title>
<link>https://overflow.efficy.io/?qa=6160/efficy-impersonateuser-impersonateaccount-forceuserrole</link>
<description>&lt;p&gt;how is working this new option for remote in Efficy 12 &lt;strong&gt;Efficy.impersonateUser(impersonateAccount, forceUserRole)&lt;/strong&gt;&lt;br&gt;
Is it same as &lt;strong&gt;Efficy.forceUserRole(roleId)&lt;/strong&gt; but not for remote ?&lt;/p&gt;

&lt;p&gt;It's stricly only available on remote or can we use it with an Efficy scheduler ?&lt;br&gt;
My goal is to be able to change user as owner when creating a record form script. &lt;br&gt;
Does it really take the role and all securities rules on creation ? &lt;/p&gt;

&lt;p&gt;I mean that if you check the impersonate option for user in designer you can use it as an impersonate. That is the right way to use it ? &lt;/p&gt;
</description>
<category>How to</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6160/efficy-impersonateuser-impersonateaccount-forceuserrole</guid>
<pubDate>Thu, 10 Jun 2021 13:31:38 +0000</pubDate>
</item>
<item>
<title>Efficy 12: Macro new argument exclamation mark (!)</title>
<link>https://overflow.efficy.io/?qa=6151/efficy-12-macro-new-argument-exclamation-mark</link>
<description>&lt;p&gt;Dear All,&lt;/p&gt;

&lt;p&gt;When working with Macro, I knew that we can add @GROUPNAME, for macro to be specific to certain user group, or #Entity for Macro to be accessible only if the user has the read right on the Entity.&lt;br&gt;
Since Efficy 11 we can also use &quot;$&quot; in the Macro name in order to specify facultative argument (cf post &lt;a rel=&quot;nofollow&quot; href=&quot;https://overflow.efficy.io/?qa=3178/efficy-11-macro-new-argument&amp;amp;show=3178#q3178&quot;&gt;here&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;But in Efficy 12 I can also find the exclamation mark &quot;!&quot; in the Macro name and I would like to understand what is this &quot;!&quot; used for ?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;I could not find anything in EDN: &lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.com/edn/dev/cust_whatmacrosare&quot;&gt;Macros&lt;/a&gt; and neither in the Release Note ... maybe I missed something since there is quite some information in the release note.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;And I would also like to know if we combined the @, #, $ and ! special character, is there any order or rule we should respect?&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Example where to find this kind of macro name in Efficy 12 standard code :&lt;br&gt;
GridColumns.txt&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;td.TAGS! {[&amp;lt;td&amp;gt;&amp;lt;#F=$FIELD$;MULTIVALUE=T;TABLEID=$TABLEID$;FIELDID=$FIELDID$;absent=T;context=TAG;templatetext=&amp;lt;div class=&quot;lookup-color-grid TAGS-$MVENTITY$-$MVKEY$&quot;\&amp;gt;$VALUE$&amp;lt;/div\&amp;gt;&amp;gt;&amp;lt;/td&amp;gt;]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;FormFieldsConsult.txt&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;field.BUDGET!.Oppo {[&amp;lt;dt class=&quot;i-currency&quot;&amp;gt;&amp;lt;%GetField(&quot;$FIELD$&quot;,format=&quot;,0.00&quot;,nospace=T,context=TEXT)%&amp;gt;&amp;lt;%OnMulticurrency(0=, else=|&amp;lt;%OnField(&quot;CURRCY&quot;, else=&quot;&amp;amp;nbsp; &amp;lt;%Currency(currcy='%%GetField(`CURRCY`,nospace=T,context=TAG)', format='#S (#C)')%&amp;gt;&quot;)%&amp;gt;|)%&amp;gt;&amp;lt;/dt&amp;gt;]}
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Best Regards&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6151/efficy-12-macro-new-argument-exclamation-mark</guid>
<pubDate>Mon, 07 Jun 2021 07:59:28 +0000</pubDate>
</item>
<item>
<title>refresh GetGuestLabel in 12.0</title>
<link>https://overflow.efficy.io/?qa=6133/refresh-getguestlabel-in-12-0</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I tried to refresh my guest page labels in 12.0 and I used these methods:&lt;br&gt;
- refresh from &lt;a rel=&quot;nofollow&quot; href=&quot;http://efficy120/public/guest?app=xxx&amp;amp;action=readregistry&quot;&gt;http://efficy120/public/guest?app=xxx&amp;amp;action=readregistry&lt;/a&gt;&lt;br&gt;
- kill COM+&lt;br&gt;
- refresh settings from console&lt;/p&gt;

&lt;p&gt;the only method that works was to use recycle from IIS in application pools and to empty my browser cache.&lt;/p&gt;

&lt;p&gt;Is there any simple way to refresh the guest label ?&lt;/p&gt;
</description>
<category>Guest</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6133/refresh-getguestlabel-in-12-0</guid>
<pubDate>Thu, 27 May 2021 15:49:50 +0000</pubDate>
</item>
<item>
<title>/addmail different behavior of argument MAILTO in 12.0 vs 11.1</title>
<link>https://overflow.efficy.io/?qa=5980/addmail-different-behavior-of-argument-mailto-in-12-0-vs-11-1</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;I have used the web request &lt;strong&gt;&lt;em&gt;/addmail&lt;/em&gt;&lt;/strong&gt;  (&lt;a rel=&quot;nofollow&quot; href=&quot;https://help.efficy.io/edn/requests#addmail&quot;&gt;doc ref&lt;/a&gt;) with the argument &lt;strong&gt;&lt;em&gt;mailto&lt;/em&gt;&lt;/strong&gt; in project Efifcy 11.1. The &lt;strong&gt;&lt;em&gt;mailto&lt;/em&gt;&lt;/strong&gt; argument was filled with the email (string, not a number key) and when executing it I've got outlook opened with the given email in mailto argument.&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;addmail?page=dialog/SysMailEditExternal&amp;amp;external=true&amp;amp;mailclient=outlook&amp;amp;files=62197_0&amp;amp;bookmark=-1&amp;amp;fromentityname=Docu&amp;amp;fromentitykey=19010&amp;amp;fromentity=12&amp;amp;template=91&amp;amp;mailto=*Emails are not allowed*
&lt;/code&gt;&lt;/pre&gt;

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

&lt;p&gt;Now, I am upgrading the client to Efficy 12.0 and I noticed that the mailto argument is no longer working as expected. Outlook shows &lt;strong&gt;&lt;em&gt;(Inactive)&lt;/em&gt;&lt;/strong&gt; instead of email (mailto value). But if I replace the mailto value with key number of Efficy user this one is filled up.  &lt;/p&gt;

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

&lt;p&gt;Any idea why &lt;strong&gt;&lt;em&gt;/addmail&lt;/em&gt;&lt;/strong&gt; behave differently in version 12.0 ? &lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5980/addmail-different-behavior-of-argument-mailto-in-12-0-vs-11-1</guid>
<pubDate>Wed, 17 Mar 2021 08:19:56 +0000</pubDate>
</item>
<item>
<title>How SYS_SETTINGS are migrated ?</title>
<link>https://overflow.efficy.io/?qa=5656/how-syssettings-are-migrated</link>
<description>&lt;p&gt;Does anyone know if the SYS_SETTINGS entries are automatically (or not) updated during the Upgradedb.exe ?&lt;/p&gt;

&lt;p&gt;Because I remarked that there is quite some new settings in “Common” and “Efficy” of Efficy 2021 entries like those : &lt;/p&gt;

&lt;p&gt;For Common there are those new entries:&lt;br&gt;
- signingPartner&lt;br&gt;
- authentication&lt;br&gt;
- synchronousEmail&lt;/p&gt;

&lt;p&gt;For Efficy there are those new entries:&lt;br&gt;
- invSettings&lt;br&gt;
- disableMobileApp&lt;br&gt;
- agendaIcalShareSelfOnly&lt;br&gt;
- hideBirthYearAndAge&lt;/p&gt;

&lt;p&gt;some entries moved place like the “oneAll” entry this one has been placed in the “authentication” entry&lt;br&gt;
some have been renamed like “chat” entry which becomes “websocket”&lt;/p&gt;

&lt;p&gt;etc…&lt;/p&gt;
</description>
<category>Efficy Designer (Conficy)</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5656/how-syssettings-are-migrated</guid>
<pubDate>Wed, 21 Oct 2020 06:43:36 +0000</pubDate>
</item>
<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>
</channel>
</rss>