<?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 Dynamically hide/show entries in Advanced-Search? in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/dynamically-hide-show-entries-in-advanced-search/m-p/282936#M236066</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;does anyone already managed it to hide and show entries in the Advanced-Search menu dynamically?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm looking for a way to hide or show some search forms in the Advanced-Search menu where the business logic of the restriction is either available in a JavaScript or by a Java class via Webscript.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I don't see currently any possibility to do it based on the WIKI description:&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="https://wiki.alfresco.com/wiki/Share_Advanced_Search#Configuration" rel="nofollow noopener noreferrer"&gt;https://wiki.alfresco.com/wiki/Share_Advanced_Search#Configuration&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Maybe it's possible in a newer version of Alfresco? Like 5.0? Does anyone know?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Itzamna&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Dec 2014 09:46:19 GMT</pubDate>
    <dc:creator>itzamna</dc:creator>
    <dc:date>2014-12-30T09:46:19Z</dc:date>
    <item>
      <title>Dynamically hide/show entries in Advanced-Search?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamically-hide-show-entries-in-advanced-search/m-p/282936#M236066</link>
      <description>Hi,does anyone already managed it to hide and show entries in the Advanced-Search menu dynamically?I'm looking for a way to hide or show some search forms in the Advanced-Search menu where the business logic of the restriction is either available in a JavaScript or by a Java class via Webscript.I do</description>
      <pubDate>Tue, 30 Dec 2014 09:46:19 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamically-hide-show-entries-in-advanced-search/m-p/282936#M236066</guid>
      <dc:creator>itzamna</dc:creator>
      <dc:date>2014-12-30T09:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically hide/show entries in Advanced-Search?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamically-hide-show-entries-in-advanced-search/m-p/282937#M236067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;As per my understanding, you want to hide the menu item from content type selection menu on advance search page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, then that menu is manipulated in advsearch.get.js file.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can call any webscript with you custom logic from above file to restrict any menu item.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Dec 2014 05:39:16 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamically-hide-show-entries-in-advanced-search/m-p/282937#M236067</guid>
      <dc:creator>aaditvmajmudar</dc:creator>
      <dc:date>2014-12-31T05:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically hide/show entries in Advanced-Search?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamically-hide-show-entries-in-advanced-search/m-p/282938#M236068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Aadit,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;thank you for the answer. Yes, you're right. I want to hide some of the menu items from the selection menu.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately, if I manipulate the mentioned advsearch.get.js file I have to override the original file in my AMP file. I cant do that. I need a way to enhance or extend the existing functionality without override core code. Is there another way?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 07:31:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamically-hide-show-entries-in-advanced-search/m-p/282938#M236068</guid>
      <dc:creator>itzamna</dc:creator>
      <dc:date>2015-01-02T07:31:34Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamically hide/show entries in Advanced-Search?</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/dynamically-hide-show-entries-in-advanced-search/m-p/282939#M236069</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can create extension module to override any share component (presentation webscript).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can check &lt;/SPAN&gt;&lt;A href="http://docs.alfresco.com/4.0/concepts/Share-Extensibility-Intro.html" rel="nofollow noopener noreferrer"&gt;http://docs.alfresco.com/4.0/concepts/Share-Extensibility-Intro.html&lt;/A&gt;&lt;SPAN&gt; for more information.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Jan 2015 07:40:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/dynamically-hide-show-entries-in-advanced-search/m-p/282939#M236069</guid>
      <dc:creator>aaditvmajmudar</dc:creator>
      <dc:date>2015-01-02T07:40:36Z</dc:date>
    </item>
  </channel>
</rss>

