<?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: Creating my own model in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/creating-my-own-model/m-p/65924#M22276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I want to do is to create a model, add a new button&amp;nbsp;in the share which takes you to a new page, where you find a form. you fill the form, than you hit the submit button and the data you entered get saved to a database.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Riadh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 23 Feb 2019 08:43:31 GMT</pubDate>
    <dc:creator>riadhazzouz</dc:creator>
    <dc:date>2019-02-23T08:43:31Z</dc:date>
    <item>
      <title>Creating my own model</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/creating-my-own-model/m-p/65922#M22274</link>
      <description>How to create a model, connect it to a database, so i can apply different CRUD from the share.Is that possible ? any available examples ?&amp;nbsp;</description>
      <pubDate>Fri, 22 Feb 2019 15:34:30 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/creating-my-own-model/m-p/65922#M22274</guid>
      <dc:creator>riadhazzouz</dc:creator>
      <dc:date>2019-02-22T15:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Creating my own model</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/creating-my-own-model/m-p/65923#M22275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can create content model in 2 ways.&lt;/P&gt;&lt;P&gt;1)Using model manager.&amp;nbsp;&lt;A class="link-titled" href="https://docs.alfresco.com/6.0/concepts/admintools-cmm-intro.html" title="https://docs.alfresco.com/6.0/concepts/admintools-cmm-intro.html" rel="nofollow noopener noreferrer"&gt;Content modeling with Model Manager | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;2)Manually .&lt;A class="link-titled" href="https://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html" title="https://ecmarchitect.com/alfresco-developer-series-tutorials/content/tutorial/tutorial.html" rel="nofollow noopener noreferrer"&gt;Working With Custom Content Types in Alfresco | ECMArchitect | Alfresco Developer Tutorials&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here we are not connecting any content model with database,it is handle by alfresco itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain in detail what is mean by&amp;nbsp;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;connect it to a database and apply crud operation?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #727174; background-color: #ffffff;"&gt;Sanjay&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2019 03:33:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/creating-my-own-model/m-p/65923#M22275</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2019-02-23T03:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Creating my own model</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/creating-my-own-model/m-p/65924#M22276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I want to do is to create a model, add a new button&amp;nbsp;in the share which takes you to a new page, where you find a form. you fill the form, than you hit the submit button and the data you entered get saved to a database.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Riadh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Feb 2019 08:43:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/creating-my-own-model/m-p/65924#M22276</guid>
      <dc:creator>riadhazzouz</dc:creator>
      <dc:date>2019-02-23T08:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Creating my own model</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/creating-my-own-model/m-p/65925#M22277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do it by either creating custom Aikau / Surf page. You may also add a&amp;nbsp;custom button in a document library as well. You can refer&amp;nbsp;&lt;A class="link-titled" href="http://docs.alfresco.com/6.0/concepts/dev-extensions-share-aikau-pages.html" title="http://docs.alfresco.com/6.0/concepts/dev-extensions-share-aikau-pages.html" rel="nofollow noopener noreferrer"&gt;Aikau Pages | Alfresco Documentation&lt;/A&gt;&amp;nbsp;and&amp;nbsp;&lt;A class="link-titled" href="http://docs.alfresco.com/6.0/concepts/dev-extensions-share-surf-pages.html" title="http://docs.alfresco.com/6.0/concepts/dev-extensions-share-surf-pages.html" rel="nofollow noopener noreferrer"&gt;Surf Pages | Alfresco Documentation&lt;/A&gt;&amp;nbsp;for the custom pages with a button. If you are new to Alfresco, I recommend you to learn the&amp;nbsp;Alfresco platform and share extension points, and then you should choose a proper approach. You might find some easier way to implement the same rather than to develop everything from scratch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kintu&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.contcentric.com" rel="nofollow noopener noreferrer"&gt;ContCentric&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 09:11:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/creating-my-own-model/m-p/65925#M22277</guid>
      <dc:creator>kintu_barot</dc:creator>
      <dc:date>2019-02-25T09:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating my own model</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/creating-my-own-model/m-p/65926#M22278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kintu.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Feb 2019 11:04:22 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/creating-my-own-model/m-p/65926#M22278</guid>
      <dc:creator>riadhazzouz</dc:creator>
      <dc:date>2019-02-25T11:04:22Z</dc:date>
    </item>
  </channel>
</rss>

