<?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: Forms/Navigation in Share in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251517#M204647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see. With "force" I didn't quite mean that. I just want to ensure the user wont forget to edit additional metadata added by aspect. And I want to make it more userfriendly, because the space the directory will be moved in after first metadata editing will probably be full od other documents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure if I want to create my custom page since share already has the most tools I need (forms, ui, actions..).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, is there any way you can include existing forms in my custom page?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Nov 2010 10:36:41 GMT</pubDate>
    <dc:creator>matjazmuhic</dc:creator>
    <dc:date>2010-11-09T10:36:41Z</dc:date>
    <item>
      <title>Forms/Navigation in Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251512#M204642</link>
      <description>I have a problem when I need to override the navigation in share. I know in explorer it was done editing the faces navigation config. Is there anything similar in share?Here's the scenario:- I submit the document (add content) of my custom type- After I click OK edit medatada form is shown automatic</description>
      <pubDate>Mon, 08 Nov 2010 15:04:59 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251512#M204642</guid>
      <dc:creator>matjazmuhic</dc:creator>
      <dc:date>2010-11-08T15:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Forms/Navigation in Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251513#M204643</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;Unfortunately there isn't a navigation mechanism in Share like there was in Explorer, as far as I know anyway, I'm going to refer you to our Share expert to answer that definitively.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are pre and post form submission hooks available but I'm not sure how extensible this is with the out of the box pages, you may need to create some custom pages to achieve what your requesting.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The aspect processing however I can help with, &lt;/SPAN&gt;&lt;A href="http://wiki.alfresco.com/wiki/Forms_Developer_Guide#Form_Filter" rel="nofollow noopener noreferrer"&gt;Form Filters&lt;/A&gt;&lt;SPAN&gt; sound perfect for what you want to do. The form filter can examine the value of the relevant property and apply the aspect if necessary.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 07:08:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251513#M204643</guid>
      <dc:creator>gavinc</dc:creator>
      <dc:date>2010-11-09T07:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Forms/Navigation in Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251514#M204644</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Gavin is correct: Share doesn't have an in-built navigation mechanism. You would have to either create your own custom pages and re-use Share's components, or override the default behaviour and proceed that way.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Note that in 3.4.a and newer you can now POST between Share pages to transfer information - see the Start Workflow form for an example implementation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 08:06:46 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251514#M204644</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2010-11-09T08:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Forms/Navigation in Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251515#M204645</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thank you very much for your answers, at least I know now where to dig deeper. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://connect.hyland.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After a consideration I think I'll go with custom site, using document library for document management. However, I have additional questions.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Is it possible for rules to trigger pop-ups? What I want is basically when rule is triggered (document will be moved and aspect added to it) I want to somehow "force" the user to input the aspect properties. Either trough popup showing up or redirection to edit metadata page or if none of this is possible redirection to my custom page? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The problem is, that the aspect will not always be the same. It is gonna be some kind of classification rule that will append aspect depending on some document metadata.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 10:01:20 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251515#M204645</guid>
      <dc:creator>matjazmuhic</dc:creator>
      <dc:date>2010-11-09T10:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: Forms/Navigation in Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251516#M204646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;No, sorry - that's not possible. The rules run on the Repository tier, whereas Share runs on the web tier. Share has no in-built concept of Repository features such as nodes, aspects, rules, etc. - and only deals with static JSON representations thereof. Also, Share wouldn't have the control to prevent a document from being saved if mandatory properties were not populated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Remember Share is just a UI on top of the Repository remote API. That makes it optional and so the Repository has to be able to function without it, or with a different UI plugged in.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 10:17:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251516#M204646</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2010-11-09T10:17:34Z</dc:date>
    </item>
    <item>
      <title>Re: Forms/Navigation in Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251517#M204647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I see. With "force" I didn't quite mean that. I just want to ensure the user wont forget to edit additional metadata added by aspect. And I want to make it more userfriendly, because the space the directory will be moved in after first metadata editing will probably be full od other documents.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm not sure if I want to create my custom page since share already has the most tools I need (forms, ui, actions..).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;By the way, is there any way you can include existing forms in my custom page?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 10:36:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251517#M204647</guid>
      <dc:creator>matjazmuhic</dc:creator>
      <dc:date>2010-11-09T10:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: Forms/Navigation in Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251518#M204648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can add a status banner to the document (e.g. when you have one checked out) via some simple customization. Or add a new status indicator, again fairly simple.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Forms are a Surf component, so you can include them either as a pop-up or inline. Look at the "create folder" example for the former and "edit metadata" or "document details" for the latter.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 10:51:56 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251518#M204648</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2010-11-09T10:51:56Z</dc:date>
    </item>
    <item>
      <title>Re: Forms/Navigation in Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251519#M204649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just one more question.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Extending share/surf is done similar as in explorer? Pack the files inside "tomcat/shared/classes/alfresco/web-extension/"&amp;nbsp; with the same structure as "tomcat/webapps/share/WEB-INF/classes/alfresco" has?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks in advance!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;P.S.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Can someone move this thread to Alfresco Share Developer section. I realized now it's in wrong section.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 15:01:13 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251519#M204649</guid>
      <dc:creator>matjazmuhic</dc:creator>
      <dc:date>2010-11-09T15:01:13Z</dc:date>
    </item>
    <item>
      <title>Re: Forms/Navigation in Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251520#M204650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, that's correct. You won't be able to do that with client-side assets, but that can be included via the surf .jar extension mechanism. See &lt;/SPAN&gt;&lt;A href="http://blogs.alfresco.com/wp/kevinr/2010/01/28/alfresco-share-33-extensions-and-springsurf/" rel="nofollow noopener noreferrer"&gt;Kev's blog post&lt;/A&gt;&lt;SPAN&gt; for details.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mike&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 16:28:18 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251520#M204650</guid>
      <dc:creator>mikeh</dc:creator>
      <dc:date>2010-11-09T16:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: Forms/Navigation in Share</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251521#M204651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You can add a status banner to the document (e.g. when you have one checked out) via some simple customization.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt;Can you give some details about that? I've only seen indicators related examples, but no status banner ones in the blogs or documentations. Many thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 13:20:31 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/forms-navigation-in-share/m-p/251521#M204651</guid>
      <dc:creator>pl_componize</dc:creator>
      <dc:date>2011-12-01T13:20:31Z</dc:date>
    </item>
  </channel>
</rss>

