<?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: Are the Classification Manager fields searchable in MOdern UI? in Fusion Manage Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manage-forum/are-the-classification-manager-fields-searchable-in-modern-ui/m-p/7174797#M3310</link>
    <description>&lt;P&gt;You shouldn't see any performance issues with adding this functionality to your on-edit script. But of course, as you add more and more; expect some sort of performance degradation. Nothing too major though.&lt;/P&gt;</description>
    <pubDate>Fri, 23 Jun 2017 19:37:19 GMT</pubDate>
    <dc:creator>cgong</dc:creator>
    <dc:date>2017-06-23T19:37:19Z</dc:date>
    <item>
      <title>Are the Classification Manager fields searchable in MOdern UI?</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/are-the-classification-manager-fields-searchable-in-modern-ui/m-p/7172471#M3307</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't know if I am doing something wrong, but I am searching for a value on a field on the Classification Manager, but it is not rendering any results. Is the search not connected to the fields from the Classification Manager?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 22:47:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/are-the-classification-manager-fields-searchable-in-modern-ui/m-p/7172471#M3307</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-22T22:47:00Z</dc:date>
    </item>
    <item>
      <title>Re: Are the Classification Manager fields searchable in MOdern UI?</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/are-the-classification-manager-fields-searchable-in-modern-ui/m-p/7174617#M3308</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately you're not doing anything wrong. It doesn't appear that Classification Manager Fields are accessible via search.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get around this, we actually push Classification Manager Field data (via an on-edit script) to fields within Item Details (which as you know are searchable).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 18:16:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/are-the-classification-manager-fields-searchable-in-modern-ui/m-p/7174617#M3308</guid>
      <dc:creator>cgong</dc:creator>
      <dc:date>2017-06-23T18:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: Are the Classification Manager fields searchable in MOdern UI?</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/are-the-classification-manager-fields-searchable-in-modern-ui/m-p/7174704#M3309</link>
      <description>&lt;P&gt;Thanks for the prompt response and the suggestion! I would like to try that as well.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you have any performance issues on Edit or Save?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 18:53:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/are-the-classification-manager-fields-searchable-in-modern-ui/m-p/7174704#M3309</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-06-23T18:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: Are the Classification Manager fields searchable in MOdern UI?</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/are-the-classification-manager-fields-searchable-in-modern-ui/m-p/7174797#M3310</link>
      <description>&lt;P&gt;You shouldn't see any performance issues with adding this functionality to your on-edit script. But of course, as you add more and more; expect some sort of performance degradation. Nothing too major though.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Jun 2017 19:37:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/are-the-classification-manager-fields-searchable-in-modern-ui/m-p/7174797#M3310</guid>
      <dc:creator>cgong</dc:creator>
      <dc:date>2017-06-23T19:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Are the Classification Manager fields searchable in MOdern UI?</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/are-the-classification-manager-fields-searchable-in-modern-ui/m-p/7463698#M3311</link>
      <description>&lt;P&gt;Here is a script that I have used to work around this issue.&amp;nbsp; It creates a comma separated list of classification field names and values&amp;nbsp;in the pattern:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;PREFIX:035, TOLERANCE:2, PACKAGE:0402, HEIGHT:1, MOUNTING_STYLE:SMT, VOLTAGE_RATING:50, CAPACITANCE:100.&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It will work on any classification structure.&amp;nbsp; You'll just need to create an item details field of type single line text.&amp;nbsp; In the example below, I've named the field "Classification Values"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;With this string you can search on one or more classification attributes.&amp;nbsp; For example, you can search:&amp;nbsp; PACKAGE:0402 and the search will return all 0402 components.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;script&lt;/P&gt;&lt;P&gt;------------------------------------&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;function objToString (obj) {&lt;BR /&gt;var str = '';&lt;BR /&gt;for (var p in obj) {&lt;BR /&gt;if (obj.hasOwnProperty(p)) {&lt;BR /&gt;if (typeof obj[p] === 'object'){&lt;BR /&gt;str += p + ':' + obj[p].displayValue + ', ';&lt;BR /&gt;}else{&lt;BR /&gt;str += p + ':' + obj[p] + ', ';&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;}&lt;BR /&gt;return str;&lt;BR /&gt;}&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;var classString = objToString(item.classification);&lt;BR /&gt;&lt;BR /&gt;item.CLASSIFICATION_VALUES = classString;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 15:20:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/are-the-classification-manager-fields-searchable-in-modern-ui/m-p/7463698#M3311</guid>
      <dc:creator>eric.mcsherry</dc:creator>
      <dc:date>2017-10-16T15:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: Are the Classification Manager fields searchable in MOdern UI?</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/are-the-classification-manager-fields-searchable-in-modern-ui/m-p/7463743#M3312</link>
      <description>&lt;P&gt;Eric beat me to it!&amp;nbsp; I'd written up an article for his method previously: &lt;A href="https://knowledge.autodesk.com/support/fusion-lifecycle/troubleshooting/caas/simplecontent/content/searching-classification-fields-fusion-lifecycle.html" target="_blank"&gt;https://knowledge.autodesk.com/support/fusion-lifecycle/troubleshooting/caas/simplecontent/content/searching-classification-fields-fusion-lifecycle.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Michelle&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 15:30:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/are-the-classification-manager-fields-searchable-in-modern-ui/m-p/7463743#M3312</guid>
      <dc:creator>michelle.stone</dc:creator>
      <dc:date>2017-10-16T15:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Are the Classification Manager fields searchable in MOdern UI?</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/are-the-classification-manager-fields-searchable-in-modern-ui/m-p/7464847#M3313</link>
      <description>&lt;P&gt;I remember when classification manager first came out, it wasn't searchable and for years I did not use it because of this.&amp;nbsp; I recently came back to it and just gave into extracting the json string and populating item fields to make it searchable.&amp;nbsp; I used a colon separated&amp;nbsp;string.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="example.JPG" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/413682i82BF95A05E944C9C/image-size/large?v=v2&amp;amp;px=999" role="button" title="example.JPG" alt="example.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2017 20:12:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/are-the-classification-manager-fields-searchable-in-modern-ui/m-p/7464847#M3313</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-16T20:12:43Z</dc:date>
    </item>
  </channel>
</rss>

