<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How to add company field in admin console (new user) in Alfresco Community? in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/how-to-add-company-field-in-admin-console-new-user-in-alfresco/m-p/17627#M7798</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm using Alfresco Community 5.0.d and I tried the adding multiple user with all details using&amp;nbsp;&lt;A class="link-titled" href="http://docs.alfresco.com/4.1/tasks/at-adminconsole-upload-users.html" title="http://docs.alfresco.com/4.1/tasks/at-adminconsole-upload-users.html" rel="nofollow noopener noreferrer"&gt;Uploading multiple users | Alfresco Documentation&lt;/A&gt;. This worked like a charm and showed all details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I tried to add single new user from admin console, I do not get company fields.&lt;/P&gt;&lt;P&gt;So far I came across the users.js file at&amp;nbsp;/Applications/alfresco-5.0.d/tomcat/webapps/share/components/console but not able to add the company name field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How could I add this field/fields to user I'm creating from admin console?&lt;/P&gt;&lt;P&gt;Also I want when admin update the user info then company field to be shown there as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Feb 2017 10:59:11 GMT</pubDate>
    <dc:creator>nwali</dc:creator>
    <dc:date>2017-02-20T10:59:11Z</dc:date>
    <item>
      <title>How to add company field in admin console (new user) in Alfresco Community?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-add-company-field-in-admin-console-new-user-in-alfresco/m-p/17627#M7798</link>
      <description>I'm using Alfresco Community 5.0.d and I tried the adding multiple user with all details using&amp;nbsp;Uploading multiple users | Alfresco Documentation. This worked like a charm and showed all details.But when I tried to add single new user from admin console, I do not get company fields.So far I came acro</description>
      <pubDate>Mon, 20 Feb 2017 10:59:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-add-company-field-in-admin-console-new-user-in-alfresco/m-p/17627#M7798</guid>
      <dc:creator>nwali</dc:creator>
      <dc:date>2017-02-20T10:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to add company field in admin console (new user) in Alfresco Community?</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/how-to-add-company-field-in-admin-console-new-user-in-alfresco/m-p/17628#M7799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;Added a field in new user form.&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;In users.get.properties file&lt;/STRONG&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P class=""&gt;Add label.companyname=Company&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P class=""&gt;&lt;STRONG&gt;In users.js file &lt;/STRONG&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P class=""&gt;Added fields -create-company label and input like below at different location&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; For input box :&amp;nbsp;&lt;/SPAN&gt;form.addValidation(parent.id + "-create-companyname",&lt;/P&gt;&lt;P class=""&gt;Alfresco.forms.validation.mandatory, null, "keyup");&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;For setting the value to personObj :&amp;nbsp;&lt;/SPAN&gt;organisation: fnGetter("-create-companyname"),&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; For clearing the input field :&amp;nbsp;&lt;/SPAN&gt;fnClearEl("-create-companyname");&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P class=""&gt;&lt;STRONG&gt;In users.get.html.ftl&lt;/STRONG&gt;&lt;/P&gt;&lt;BLOCKQUOTE class="jive_macro_quote jive-quote jive_text_macro"&gt;&lt;P class=""&gt;Added div for -create-company&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&amp;lt;div class="field-row"&amp;gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;span class="crud-label"&amp;gt;${msg("label.companyname")}:&amp;nbsp;*&amp;lt;/span&amp;gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;P class=""&gt;&amp;lt;div class="field-row"&amp;gt;&lt;/P&gt;&lt;P class=""&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;lt;input class="crud-input" id="${el}-create-companyname" type="text" maxlength="100" /&amp;gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&amp;lt;/div&amp;gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P class=""&gt;This way you can add the field to new form.&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;/P&gt;&lt;P class=""&gt;Similarly, you can show the company field in edit form of user (in which by default company field is not editable)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Feb 2017 15:57:09 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/how-to-add-company-field-in-admin-console-new-user-in-alfresco/m-p/17628#M7799</guid>
      <dc:creator>nwali</dc:creator>
      <dc:date>2017-02-28T15:57:09Z</dc:date>
    </item>
  </channel>
</rss>

