<?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: Getting grid row ID via script in Fusion Manage Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-manage-forum/getting-grid-row-id-via-script/m-p/12675146#M276</link>
    <description>&lt;P&gt;Hey, long time no chat! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Several fields in the grid are being passed to the next workspace (ECO or task, depending). The short answer is that the row ID, if available, allows identifying the source of the information without requiring user input in a comments field. For example, if we're creating 2 dozen new products out of the project the resulting ECOs have no automated means to determine which ECO corresponds to its originating grid line. The user would need to manually do that instead of just pulling up the ECO in one window and the grid in another when they do those first edits of the ECO to provide scope.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Mar 2024 21:08:04 GMT</pubDate>
    <dc:creator>pxedust</dc:creator>
    <dc:date>2024-03-29T21:08:04Z</dc:date>
    <item>
      <title>Getting grid row ID via script</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/getting-grid-row-id-via-script/m-p/12675007#M274</link>
      <description>&lt;P&gt;I've been searching the forums and while I see the question has been asked, the answers are other ways to achieve what the OP is attempting without the need for that ID, and a reference to it being rowID, which doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is the system-assigned ID for a grid row available?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 19:20:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/getting-grid-row-id-via-script/m-p/12675007#M274</guid>
      <dc:creator>pxedust</dc:creator>
      <dc:date>2024-03-29T19:20:41Z</dc:date>
    </item>
    <item>
      <title>Re: Getting grid row ID via script</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/getting-grid-row-id-via-script/m-p/12675108#M275</link>
      <description>&lt;P&gt;Could you write a few words to explain what you are trying to do, that needs script to know the grid rowID?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have written a lot of scripting related to grids, and I never needed the rowID. I suspect there may be an easier way to achieve what you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 20:38:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/getting-grid-row-id-via-script/m-p/12675108#M275</guid>
      <dc:creator>philipfrench</dc:creator>
      <dc:date>2024-03-29T20:38:52Z</dc:date>
    </item>
    <item>
      <title>Re: Getting grid row ID via script</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/getting-grid-row-id-via-script/m-p/12675146#M276</link>
      <description>&lt;P&gt;Hey, long time no chat! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Several fields in the grid are being passed to the next workspace (ECO or task, depending). The short answer is that the row ID, if available, allows identifying the source of the information without requiring user input in a comments field. For example, if we're creating 2 dozen new products out of the project the resulting ECOs have no automated means to determine which ECO corresponds to its originating grid line. The user would need to manually do that instead of just pulling up the ECO in one window and the grid in another when they do those first edits of the ECO to provide scope.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Mar 2024 21:08:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/getting-grid-row-id-via-script/m-p/12675146#M276</guid>
      <dc:creator>pxedust</dc:creator>
      <dc:date>2024-03-29T21:08:04Z</dc:date>
    </item>
    <item>
      <title>Re: Getting grid row ID via script</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/getting-grid-row-id-via-script/m-p/12675192#M277</link>
      <description>&lt;P&gt;Can you add a column to the grid to hold the link (RO picklist) to the Eco generated, or a column to store the ECO ID (from the sequencer I hope you're using to name the ECO) ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or just add a column to store a number/string that you generate yourself? Effectively your own row id?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I suspect I have not understood your case properly.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As an absolute last resort you could perhaps call the grid API using the script, but don't be surprised if you end up deadlocking and timing out.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Apr 2024 13:50:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/getting-grid-row-id-via-script/m-p/12675192#M277</guid>
      <dc:creator>philipfrench</dc:creator>
      <dc:date>2024-04-01T13:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Getting grid row ID via script</title>
      <link>https://forums.autodesk.com/t5/fusion-manage-forum/getting-grid-row-id-via-script/m-p/12681375#M278</link>
      <description>&lt;P&gt;The additional columns are the next best option, but they'd need to wait till our next round of updates. The ability to just grab the row ID since it already exists would have been quick and easy. Thank you for confirming that getting to it isn't, however - I spent a good deal of time digging for it. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Apr 2024 13:46:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-manage-forum/getting-grid-row-id-via-script/m-p/12681375#M278</guid>
      <dc:creator>pxedust</dc:creator>
      <dc:date>2024-04-02T13:46:31Z</dc:date>
    </item>
  </channel>
</rss>

