<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged user</title>
<link>https://overflow.efficy.io/?qa=tag/user</link>
<description>Powered by Question2Answer</description>
<item>
<title>How to reset user (using SetUsers true) except resources.</title>
<link>https://overflow.efficy.io/?qa=6356/how-to-reset-user-using-setusers-true-except-resources</link>
<description>&lt;p&gt;I want to reset users into the workflow but I need to keep all users like resources.&lt;br&gt;
Is there a quick way to do that with an Efficy function ?&lt;/p&gt;

&lt;p&gt;My only alternative way is to check user before reset, identify the ressources and add them into my varArrayOf users I want to set.&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6356/how-to-reset-user-using-setusers-true-except-resources</guid>
<pubDate>Tue, 16 Nov 2021 13:02:32 +0000</pubDate>
</item>
<item>
<title>Designer or Efficy user Switch or replacement</title>
<link>https://overflow.efficy.io/?qa=5420/designer-or-efficy-user-switch-or-replacement</link>
<description>&lt;p&gt;Dear all,&lt;/p&gt;

&lt;p&gt;A customer asked if there is a functionality in Efficy/Designer to switch users. For instance a user leave the customer company and the customer wants to replace a new user by this leaving user.&lt;br&gt;
This means that all records created or secured by the old user should be replaced by the new user.&lt;/p&gt;

&lt;p&gt;In Efficy Standard, I could not find such functionality. Does any one has done something similar?&lt;/p&gt;

&lt;p&gt;The first Idea I had is to reuse the &quot;Old&quot; user rename it and change its password for the new user. But the customer wants to keep track of the historical's changes done by the old user.&lt;/p&gt;
</description>
<category>Efficy Designer (Conficy)</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=5420/designer-or-efficy-user-switch-or-replacement</guid>
<pubDate>Mon, 04 May 2020 13:54:42 +0000</pubDate>
</item>
<item>
<title>Differences between &quot;setUserSecurity&quot; and the combination of &quot;setSecurityUsers&quot; + &quot;postSecurity &quot; (with securitylist)</title>
<link>https://overflow.efficy.io/?qa=3833/setusersecurity-setsecurityusers-postsecurity-securitylist</link>
<description>&lt;p&gt;Hello Efficy Team, &lt;/p&gt;

&lt;p&gt;I would like to know the difference between &quot;setUserSecurity&quot; and &quot;setSecurityUsers&quot; + &quot;postSecurity &quot; (with securitylist).&lt;/p&gt;

&lt;p&gt;As I understand from from the documentation, &quot;SetSecurityUsers&quot; add user with their default securities (defined in conficy) and &quot;postSecurity&quot; is the function to apply those security to the record (but what if we don't call postSecurity ? What append ?). I never used it, I am not even sure I understand it correctly.&lt;/p&gt;

&lt;p&gt;I saw the new &quot;securitylist&quot; provided in Efficy 11.2. Could the R&amp;amp;D provide an exemple ? &lt;/p&gt;

&lt;p&gt;Thanks a lot, &lt;/p&gt;

&lt;p&gt;Loïc&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3833/setusersecurity-setsecurityusers-postsecurity-securitylist</guid>
<pubDate>Tue, 08 Jan 2019 13:39:29 +0000</pubDate>
</item>
<item>
<title>Let the user change the password after the expiration period has passed?</title>
<link>https://overflow.efficy.io/?qa=2842/let-the-user-change-password-after-expiration-period-passed</link>
<description>&lt;p&gt;Hi,&lt;/p&gt;

&lt;p&gt;is there a possibility to let the user change it's password after the expiration period has passed? I've tried to open the Password change page, but then the session is already lost.&lt;/p&gt;

&lt;p&gt;Best regards,&lt;br&gt;
Jeroen&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=2842/let-the-user-change-password-after-expiration-period-passed</guid>
<pubDate>Wed, 13 Dec 2017 15:57:06 +0000</pubDate>
</item>
<item>
<title>How do I get the CurrentUserID when creating a case from Outlook ?</title>
<link>https://overflow.efficy.io/?qa=1902/how-do-get-the-currentuserid-when-creating-case-from-outlook</link>
<description>&lt;p&gt;Hi everyone! &lt;/p&gt;

&lt;p&gt;At EasyCash they have created a new custom field &quot;Department&quot; which is mandatory. &lt;br&gt;
Then when they tried to save email from Outlook it did not work because that field was not filled in. &lt;br&gt;
I modified the workflow to set the current user's role as the &quot;department&quot;. &lt;br&gt;
My problem is that the department which is set is always the same, for every users. &lt;/p&gt;

&lt;p&gt;After investigation, I found out that when i call the CurrentUser() method, Efficy returns the value zero (0), but only when the email comes from Outlook. So i can not get the right K_ROLE. &lt;/p&gt;

&lt;p&gt;So my question is: &quot;How do I get the ID of the user which create that case from Outlook?&quot;&lt;/p&gt;

&lt;p&gt;Thanks, &lt;/p&gt;

&lt;p&gt;Prince&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1902/how-do-get-the-currentuserid-when-creating-case-from-outlook</guid>
<pubDate>Tue, 27 Sep 2016 10:09:13 +0000</pubDate>
</item>
<item>
<title>CUSTOM Views And Function on CHILD DB</title>
<link>https://overflow.efficy.io/?qa=124/custom-views-and-function-on-child-db</link>
<description>&lt;p&gt;When doing standard SQL queries we use the following code to get the right user in DB which is good when using Child Database :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;#TABLE name='COMPANIES'&amp;gt; COMP
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;But do we have such example when we have a call to a Custom Function ?&lt;/p&gt;

&lt;p&gt;for instance : Scalar function CUSTOM&lt;em&gt;GET&lt;/em&gt;NB&lt;em&gt;PROJECT&lt;/em&gt;PER&lt;em&gt;COMPANY(K&lt;/em&gt;COMPANY) &lt;br&gt;
should be call like this :&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;[databaseuser].CUSTOM_GET_NB_PROJECT_PER_COMPANY(K_COMPANY) 
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;Can we replace automatically in Efficy the [databaseuser]. like the table name?&lt;/p&gt;

&lt;p&gt;Best Regards,&lt;br&gt;
Stéphane RONCIN&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=124/custom-views-and-function-on-child-db</guid>
<pubDate>Thu, 11 Dec 2014 15:22:18 +0000</pubDate>
</item>
</channel>
</rss>