<?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: ReferenceError: search is not defined - Alfresco community 5.2 in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/referenceerror-search-is-not-defined-alfresco-community-5-2/m-p/46639#M18545</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 are performing search operation in share side where search.findNode()&amp;nbsp; is root object of repository not share.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://docs.alfresco.com/5.2/references/API-JS-Search.html" title="http://docs.alfresco.com/5.2/references/API-JS-Search.html" rel="nofollow noopener noreferrer"&gt;Search API | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI,My Tasks dashlet is available which is giving same type of rersult.You can take the reference of that dashlet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 02 Feb 2019 04:41:12 GMT</pubDate>
    <dc:creator>sp2</dc:creator>
    <dc:date>2019-02-02T04:41:12Z</dc:date>
    <item>
      <title>ReferenceError: search is not defined - Alfresco community 5.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/referenceerror-search-is-not-defined-alfresco-community-5-2/m-p/46638#M18544</link>
      <description>Hi,I have created a dashlet to show all active workflows using workflow-instance &amp;amp; task-instance APIs. Its working perfectly. But, now what i need to do is, displaying that current task assignee username for every workflow. In task instance API, it returns only noderef as bpm_assignee.ex: - bpm_</description>
      <pubDate>Sat, 02 Feb 2019 03:20:47 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/referenceerror-search-is-not-defined-alfresco-community-5-2/m-p/46638#M18544</guid>
      <dc:creator>anuradha1</dc:creator>
      <dc:date>2019-02-02T03:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: ReferenceError: search is not defined - Alfresco community 5.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/referenceerror-search-is-not-defined-alfresco-community-5-2/m-p/46639#M18545</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 are performing search operation in share side where search.findNode()&amp;nbsp; is root object of repository not share.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="http://docs.alfresco.com/5.2/references/API-JS-Search.html" title="http://docs.alfresco.com/5.2/references/API-JS-Search.html" rel="nofollow noopener noreferrer"&gt;Search API | Alfresco Documentation&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FYI,My Tasks dashlet is available which is giving same type of rersult.You can take the reference of that dashlet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sanjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2019 04:41:12 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/referenceerror-search-is-not-defined-alfresco-community-5-2/m-p/46639#M18545</guid>
      <dc:creator>sp2</dc:creator>
      <dc:date>2019-02-02T04:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: ReferenceError: search is not defined - Alfresco community 5.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/referenceerror-search-is-not-defined-alfresco-community-5-2/m-p/46640#M18546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply. Is there any other way to do this? I need to show current assignee for workflows in the dashlet. Plz help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Feb 2019 07:26:50 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/referenceerror-search-is-not-defined-alfresco-community-5-2/m-p/46640#M18546</guid>
      <dc:creator>anuradha1</dc:creator>
      <dc:date>2019-02-02T07:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: ReferenceError: search is not defined - Alfresco community 5.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/referenceerror-search-is-not-defined-alfresco-community-5-2/m-p/46641#M18547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any task is assigned to any user, that user will become the owner of that task.&lt;/P&gt;&lt;P&gt;So using owner property you can get the user name of current assignee.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&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>Sat, 02 Feb 2019 10:48:10 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/referenceerror-search-is-not-defined-alfresco-community-5-2/m-p/46641#M18547</guid>
      <dc:creator>vidhipanchal</dc:creator>
      <dc:date>2019-02-02T10:48:10Z</dc:date>
    </item>
    <item>
      <title>Re: ReferenceError: search is not defined - Alfresco community 5.2</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/referenceerror-search-is-not-defined-alfresco-community-5-2/m-p/46642#M18548</link>
      <description>&lt;P&gt;If you are using any script file and getting "Uncaught ReferenceError: x is not defined " which means ‘x’ is either a variable or a method which you are trying to use before declaring it using var keyword. This means that there is a non-existent variable referenced somewhere. This variable needs to be declared, or you need to make sure it is available in your current script or scope otherwise , it will endup throwing this ‘x’ is &lt;A href="http://net-informations.com/jq/iq/defined.htm" target="_self" rel="nofollow noopener noreferrer"&gt;not defined&lt;/A&gt; error . This usually indicates that your library is not loaded and JavaScript does not recognize the ‘x’.&lt;/P&gt;&lt;P&gt;To solve this error: Load your library at the beginning of all your scripts.&lt;/P&gt;&lt;P&gt;There can be multiple other reasons for this issue:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Conflict with Other Libraries&lt;/LI&gt;&lt;LI&gt;Path to your library included is not correct&lt;/LI&gt;&lt;LI&gt;Llibrary file is corrupted&lt;/LI&gt;&lt;LI&gt;Working offline (when you use CDN)&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Fri, 28 Oct 2022 07:19:41 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/referenceerror-search-is-not-defined-alfresco-community-5-2/m-p/46642#M18548</guid>
      <dc:creator>kevinkatler</dc:creator>
      <dc:date>2022-10-28T07:19:41Z</dc:date>
    </item>
  </channel>
</rss>

