<?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 Re: Help in adding new properties to Person object in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/help-in-adding-new-properties-to-person-object/m-p/281677#M234807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply, I will try out the suggestions you have posted. Btw is there any tutorial regarding creating aspect for a person? Just asking.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And I will join TTL today.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2014 09:14:05 GMT</pubDate>
    <dc:creator>pradeepsimha</dc:creator>
    <dc:date>2014-04-02T09:14:05Z</dc:date>
    <item>
      <title>Help in adding new properties to Person object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-in-adding-new-properties-to-person-object/m-p/281675#M234805</link>
      <description>Hi,I am trying to add few more properties to Person object but till now no luck. I tried various ways and I gone through various links like:https://forums.alfresco.com/forum/developer-discussions/alfresco-share-development/adding-custom-properties-person-objecthttp://forums.alfresco.com/forum/end-us</description>
      <pubDate>Wed, 02 Apr 2014 06:55:28 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-in-adding-new-properties-to-person-object/m-p/281675#M234805</guid>
      <dc:creator>pradeepsimha</dc:creator>
      <dc:date>2014-04-02T06:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help in adding new properties to Person object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-in-adding-new-properties-to-person-object/m-p/281676#M234806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello Pradeep,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The best way to add properties to Person object would be adding it as an aspect. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The URL : &lt;/SPAN&gt;&lt;A href="http://localhost:8080/alfresco/service/api/people" rel="nofollow noopener noreferrer"&gt;http://localhost:8080/alfresco/service/api/people&lt;/A&gt;&lt;SPAN&gt; Gets a collection of people stored in the repository. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Did you check the file tomcat\webapps\alfresco\WEB-INF\classes\alfresco\templates\webscripts\org\alfresco\repository\person\person.lib.ftl which helps the rendering of the JSON object for above URL. I think you should add those new properties here in to get the new values reflected.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;FYI.. We have TTL on the same topic today which would help you. Join here &lt;/SPAN&gt;&lt;A href="https://plus.google.com/u/0/events/ctpnpi2e9hseipcotc4saq7q710" rel="nofollow noopener noreferrer"&gt;https://plus.google.com/u/0/events/ctpnpi2e9hseipcotc4saq7q710&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 08:27:49 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-in-adding-new-properties-to-person-object/m-p/281676#M234806</guid>
      <dc:creator>sujaypillai</dc:creator>
      <dc:date>2014-04-02T08:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: Help in adding new properties to Person object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-in-adding-new-properties-to-person-object/m-p/281677#M234807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your reply, I will try out the suggestions you have posted. Btw is there any tutorial regarding creating aspect for a person? Just asking.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;And I will join TTL today.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 09:14:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-in-adding-new-properties-to-person-object/m-p/281677#M234807</guid>
      <dc:creator>pradeepsimha</dc:creator>
      <dc:date>2014-04-02T09:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Help in adding new properties to Person object</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/help-in-adding-new-properties-to-person-object/m-p/281678#M234808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There is no difference between adding aspect to person from adding aspect to other nodes.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;As how to add aspect depends on which api you are using. Since you are using alfresco as a repository and&amp;nbsp; using custom UI.I guess you are using&amp;nbsp; the webscript api you are to use is &lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;PUT /alfresco/service/api/node/{store_type}/{store_id}/{id}&lt;BR /&gt;PUT /alfresco/service/api/path/{store_type}/{store_id}/{nodepath}&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example you can refer to my previous post&amp;nbsp; &lt;/SPAN&gt;&lt;A href="https://forums.alfresco.com/comment/142799#comment-142799" rel="nofollow noopener noreferrer"&gt;https://forums.alfresco.com/comment/142799#comment-142799&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 14:48:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/help-in-adding-new-properties-to-person-object/m-p/281678#M234808</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2014-04-02T14:48:00Z</dc:date>
    </item>
  </channel>
</rss>

