<?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 Nuxeo CMF - Create a new form after logging inside Nuxeo CMF in Nuxeo Forum</title>
    <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-cmf-create-a-new-form-after-logging-inside-nuxeo-cmf/m-p/320726#M7727</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I need to customize the interface for a bank account opening operation.&lt;/P&gt;
&lt;P&gt;So first of all, the data from new applicants should be entered into the system. How we can create a form inside nuxeo CMF so that we could enter it and make it available to the next process or designated employee?&lt;/P&gt;
&lt;P&gt;How we can save the data to a PostgreSQL database? How the tables can be created??&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,
Rajesh&lt;/P&gt;</description>
    <pubDate>Thu, 19 Apr 2012 06:41:13 GMT</pubDate>
    <dc:creator>rajesh_</dc:creator>
    <dc:date>2012-04-19T06:41:13Z</dc:date>
    <item>
      <title>Nuxeo CMF - Create a new form after logging inside Nuxeo CMF</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-cmf-create-a-new-form-after-logging-inside-nuxeo-cmf/m-p/320726#M7727</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;I need to customize the interface for a bank account opening operation.&lt;/P&gt;
&lt;P&gt;So first of all, the data from new applicants should be entered into the system. How we can create a form inside nuxeo CMF so that we could enter it and make it available to the next process or designated employee?&lt;/P&gt;
&lt;P&gt;How we can save the data to a PostgreSQL database? How the tables can be created??&lt;/P&gt;
&lt;P&gt;Thanks &amp;amp; Regards,
Rajesh&lt;/P&gt;</description>
      <pubDate>Thu, 19 Apr 2012 06:41:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-cmf-create-a-new-form-after-logging-inside-nuxeo-cmf/m-p/320726#M7727</guid>
      <dc:creator>rajesh_</dc:creator>
      <dc:date>2012-04-19T06:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: Nuxeo CMF - Create a new form after logging inside Nuxeo CMF</title>
      <link>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-cmf-create-a-new-form-after-logging-inside-nuxeo-cmf/m-p/320727#M7728</link>
      <description>&lt;P&gt;Big picture of how I would do that, but maybe it can be a better way:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Create a filter into the FIRST_FILTER section of the web.xml (contribute into the deployment-fragment.xml, target="pages#PAGES")&lt;/LI&gt;
&lt;LI&gt;Into this filter check if the user is not connected (must found in session the principal here ((CachableUserIdentificationInfo) req.getSession().getAttribute("org.nuxeo.ecm.login.identity")).getPrincipal() ) let the filter chain computation following his computation&lt;/LI&gt;
&lt;LI&gt;if the resource is open (image, gif) =&amp;gt; open urls are given here :(PluggableAuthenticationService) Framework.getRuntime().getComponent(PluggableAuthenticationService.NAME).getOpenUrls() and check if match: openUrl.allowByPassAuth(request) =&amp;gt; if match let the filter chain computation following his computation&lt;/LI&gt;
&lt;LI&gt;get the directory where you store information filled by users (Framework.getService(DirectoryService.class).open("nameOfMyDirectory") =&amp;gt; return a session on the directory)&lt;/LI&gt;
&lt;LI&gt;search from the given session the entry of the user. If not found let the filter chain continue his computation&lt;/LI&gt;
&lt;LI&gt;if not redirect to your xhtml page that expose the form.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Hope this will help you. Maybe there will be a better way but to be sure that no user skip this page, I don't see no other way.&lt;/P&gt;</description>
      <pubDate>Fri, 04 May 2012 12:19:45 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/nuxeo-forum/nuxeo-cmf-create-a-new-form-after-logging-inside-nuxeo-cmf/m-p/320727#M7728</guid>
      <dc:creator>Benjamin_Jalon1</dc:creator>
      <dc:date>2012-05-04T12:19:45Z</dc:date>
    </item>
  </channel>
</rss>

