<?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: Error using google map and pick list in Fusion Manage Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3435099#M8404</link>
    <description>&lt;P&gt;Xavier,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OK, the behavior is not consistent but I was able to reproduce it and will be reporting it as a bug. For now, F5 is the workaround...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for helping to find this bug!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hagay.&lt;/P&gt;</description>
    <pubDate>Fri, 27 Apr 2012 16:14:36 GMT</pubDate>
    <dc:creator>dvirh</dc:creator>
    <dc:date>2012-04-27T16:14:36Z</dc:date>
    <item>
      <title>Error using google map and pick list</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3431687#M8397</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a workspace in which I defined an address section containing a "Country" field being a pick list.&lt;BR /&gt;I add to this workspace a Google map field (an exact copy of what is done in the suppliers workspace) I can save those settings but when I go to my Workspace, I get an error (see attached file).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Xavier&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2012 05:56:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3431687#M8397</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-26T05:56:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error using google map and pick list</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3432771#M8398</link>
      <description>&lt;P&gt;Hi Xavier,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's a great question that requires digging a little into the technology to understand. The short answer is that you cannot use Computed Fields with Pick Lists as the value from the Pick List is only stored as a reference to another table in the DB and not as the text string that you expect.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That said, the field behaves exactly as you expect it to behave in Scripting. So an alternative solution to your problem will be to write an Action Script that will compute the result of the Google Maps mesh-in and will write it to the Map field. You can have this script run on Creation and/or Edit of the item to cover your particular use case.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2012 16:01:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3432771#M8398</guid>
      <dc:creator>dvirh</dc:creator>
      <dc:date>2012-04-26T16:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error using google map and pick list</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3432937#M8399</link>
      <description>&lt;P&gt;Hi Xavier,&lt;/P&gt;
&lt;P&gt;I have found this out as well, however as an alternative I found that I could use the non-pick list fields to feed the information in to the Google mapping script and leave out the pick list field. &amp;nbsp;This will eliminate the error that your seeing.&lt;/P&gt;
&lt;P&gt;I have noticed for the most part Google will be able to accurately find the Country based on the zip code provided.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Apr 2012 16:51:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3432937#M8399</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-26T16:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error using google map and pick list</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3434057#M8400</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have made this script :&lt;/P&gt;&lt;P&gt;item.MAP = '&amp;lt;iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="&lt;A href="http://maps.google.com/maps?f=q&amp;amp;amp;source=s_q&amp;amp;amp;hl=en&amp;amp;amp;q='" target="_blank"&gt;http://maps.google.com/maps?f=q&amp;amp;amp;source=s_q&amp;amp;amp;hl=en&amp;amp;amp;q='&lt;/A&gt; + item.RUE_ET_NO + ',' + item.VILLE + ',' + item.PAYS + ';t=h&amp;amp;amp;z=14&amp;amp;amp;output=embed"&amp;gt;&amp;lt;/iframe&amp;gt;'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I run it each time the record is saved... It works well except that I have to refresh (F5) the page after save...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Xavier&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2012 08:22:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3434057#M8400</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-27T08:22:18Z</dc:date>
    </item>
    <item>
      <title>Re: Error using google map and pick list</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3434779#M8401</link>
      <description>&lt;P&gt;Xavier,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That is an interesting behavior. I tried it on my system just to be sure and I don't experience the need to refresh the screen after edit. What browser are you using? I am using Chrome here.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hagay.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2012 14:50:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3434779#M8401</guid>
      <dc:creator>dvirh</dc:creator>
      <dc:date>2012-04-27T14:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error using google map and pick list</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3435023#M8402</link>
      <description>&lt;P&gt;I also use Chrome...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Google Chrome (18.0.1025.162m)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See attache video to see the exact behavior I have&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2012 15:49:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3435023#M8402</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-27T15:49:20Z</dc:date>
    </item>
    <item>
      <title>Re: Error using google map and pick list</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3435079#M8403</link>
      <description>&lt;P&gt;Xavier,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also do not experience this behavior in Chrome. By any chance you have a behavior script setup for this workspace as well?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2012 16:04:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3435079#M8403</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-27T16:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Error using google map and pick list</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3435099#M8404</link>
      <description>&lt;P&gt;Xavier,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OK, the behavior is not consistent but I was able to reproduce it and will be reporting it as a bug. For now, F5 is the workaround...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for helping to find this bug!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hagay.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Apr 2012 16:14:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3435099#M8404</guid>
      <dc:creator>dvirh</dc:creator>
      <dc:date>2012-04-27T16:14:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error using google map and pick list</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3436779#M8405</link>
      <description>&lt;P&gt;Thanks!!!&lt;/P&gt;&lt;P&gt;The workaround is ok for now!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2012 06:32:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3436779#M8405</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2012-04-30T06:32:51Z</dc:date>
    </item>
    <item>
      <title>Re: Error using google map and pick list</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3438159#M8406</link>
      <description>&lt;P&gt;&lt;FONT size="3"&gt;Xavier,&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;Some additional information about this problem for the benefit of everybody on the forum. NOTE: all browser references below relate to the latest release of that browser.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;We were able to pinpoint the issue to a knwon bug with webkit,&amp;nbsp;which is the engine behnid Chrome and Safari. The problem does not reproduce on other browsers I've tested including IE, FireFox and Opera. In IE, you actually get a message on each and every view of a page that includes such content, to approve viewing the 'unsecured content'. If you approve it, the page refreshes and the problem does not appear. However, this means that IE gives you the worst user experience in this case.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="3"&gt;We also came up with a workaround the the above problem that will be released in an upcoming release of PLM 360. I have already tested this fix in our QA environment and it seems to work great.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Apr 2012 21:15:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/error-using-google-map-and-pick-list/m-p/3438159#M8406</guid>
      <dc:creator>dvirh</dc:creator>
      <dc:date>2012-04-30T21:15:50Z</dc:date>
    </item>
  </channel>
</rss>

