<?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: Find item based on a label on storageObject of the item in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/find-item-based-on-a-label-on-storageobject-of-the-item/m-p/13570773#M71115</link>
    <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you! &lt;/P&gt;
 &lt;P&gt;I will close this question, I was able to get to desired behavior using list (instead of querying storage system).&lt;/P&gt;
&lt;/DIV&gt;</description>
    <pubDate>Thu, 09 Mar 2023 20:01:43 GMT</pubDate>
    <dc:creator>rhramac</dc:creator>
    <dc:date>2023-03-09T20:01:43Z</dc:date>
    <item>
      <title>Find item based on a label on storageObject of the item</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-item-based-on-a-label-on-storageobject-of-the-item/m-p/13570768#M71110</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 22.2.4 ]&lt;/I&gt;&lt;/P&gt;&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;How do I find an item based on a label "Type" on the storageObject (Racks, Floor storage) in the model.&lt;/P&gt;
 &lt;P&gt;I tried using find item activity in the process flow with the query as follows:&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1678382196313.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1515896i7307882347EC94FD/image-size/large?v=v2&amp;amp;px=999" role="button" title="1678382196313.png" alt="1678382196313.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;I get an exception that looks like the query tried to access Type on an object that is not a storageObject. Is there anything wrong with the query or my approach?&lt;/P&gt;
 &lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="1678382744808.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1515898i0BCE5BBCAF924ABC/image-size/large?v=v2&amp;amp;px=999" role="button" title="1678382744808.png" alt="1678382744808.png" /&gt;&lt;/span&gt;&lt;/P&gt;
 &lt;P&gt;Other approach I have is to label items and use item label to identify them.&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Mar 2023 17:27:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-item-based-on-a-label-on-storageobject-of-the-item/m-p/13570768#M71110</guid>
      <dc:creator>rhramac</dc:creator>
      <dc:date>2023-03-09T17:27:37Z</dc:date>
    </item>
    <item>
      <title>Re: Find item based on a label on storageObject of the item</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-item-based-on-a-label-on-storageobject-of-the-item/m-p/13570769#M71111</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;Hi &lt;A rel="user" href="https://answers.flexsim.com/users/27587/rahulr5.html" nodeid="27587"&gt;@Rahul R&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;It's hard to know how to help without looking at your model. To receive a more accurate solution, please post your model or a sample model that demonstrates your question.&lt;/P&gt;&lt;P&gt;Proprietary models can be posted as a private question visible only to FlexSim U.S. support staff. You can also &lt;A href="https://flexs.im/contact"&gt;contact your local FlexSim distributor&lt;/A&gt; for phone or email help.&lt;/P&gt;&lt;HR /&gt;&lt;P&gt;If you can't post your model, then some more details about your list would be helpful.&lt;/P&gt;&lt;P&gt;Upon first look at your Query, I'm a little skeptical of using item.slot.storageObject.Type in your Query. What does item refer to? Is that a column name, a label, etc.?&lt;/P&gt;&lt;P&gt;Generally, you'd put a ColumnName for the query to look for the token.Type.&lt;/P&gt;&lt;PRE&gt;WHERE ColumnName = $1.Type&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Mar 2023 18:04:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-item-based-on-a-label-on-storageobject-of-the-item/m-p/13570769#M71111</guid>
      <dc:creator>kavika_faleumu</dc:creator>
      <dc:date>2023-03-09T18:04:28Z</dc:date>
    </item>
    <item>
      <title>Re: Find item based on a label on storageObject of the item</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-item-based-on-a-label-on-storageobject-of-the-item/m-p/13570770#M71112</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;A rel="user" href="https://answers.flexsim.com/users/35833/kavikaf.html" nodeid="35833"&gt;@Kavika F&lt;/A&gt; : Thank you, I will post as a private question as I am unable to reproduce the issue on a smaller problem. I was trying to refer to the items in the storage system (similar to value in the list). As you said, that reference could be incorrect.
&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Mar 2023 18:10:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-item-based-on-a-label-on-storageobject-of-the-item/m-p/13570770#M71112</guid>
      <dc:creator>rhramac</dc:creator>
      <dc:date>2023-03-09T18:10:31Z</dc:date>
    </item>
    <item>
      <title>Re: Find item based on a label on storageObject of the item</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-item-based-on-a-label-on-storageobject-of-the-item/m-p/13570771#M71113</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;I assume, you have stored pallets in a rack. Each pallet stores several items, Those have labels and one of them is Type. Unfortunately the warehouse knows only the pallets while searching an item, because item is only a keyword, which references the first subnode level of a slot to identify slotitems. Please don't make a mistake to mismatch keywords with actual references to items in subnodes of a tree like structure.   &lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Mar 2023 18:14:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-item-based-on-a-label-on-storageobject-of-the-item/m-p/13570771#M71113</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2023-03-09T18:14:50Z</dc:date>
    </item>
    <item>
      <title>Re: Find item based on a label on storageObject of the item</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-item-based-on-a-label-on-storageobject-of-the-item/m-p/13570772#M71114</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;Hello &lt;A rel="user" href="https://answers.flexsim.com/users/27587/rahulr5.html" nodeid="27587"&gt;@Rahul R&lt;/A&gt; ,&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;You can edit this question to be a private question and attach your model to it.&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Mar 2023 19:59:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-item-based-on-a-label-on-storageobject-of-the-item/m-p/13570772#M71114</guid>
      <dc:creator>Jeanette_Fullmer</dc:creator>
      <dc:date>2023-03-09T19:59:23Z</dc:date>
    </item>
    <item>
      <title>Re: Find item based on a label on storageObject of the item</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-item-based-on-a-label-on-storageobject-of-the-item/m-p/13570773#M71115</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you! &lt;/P&gt;
 &lt;P&gt;I will close this question, I was able to get to desired behavior using list (instead of querying storage system).&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Mar 2023 20:01:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-item-based-on-a-label-on-storageobject-of-the-item/m-p/13570773#M71115</guid>
      <dc:creator>rhramac</dc:creator>
      <dc:date>2023-03-09T20:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Find item based on a label on storageObject of the item</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-item-based-on-a-label-on-storageobject-of-the-item/m-p/13570774#M71116</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;&lt;A rel="user" href="https://answers.flexsim.com/users/27587/rahulr5.html" nodeid="27587"&gt;@Rahul R&lt;/A&gt;, Too late, here is an approach directly in Finditem activity: &lt;A rel="noopener noreferrer" href="https://answers.flexsim.com/storage/attachments/65436-finditem2022-1.fsm" target="_blank"&gt;findItem2022_1.fsm&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;findItem quere here is:&lt;/P&gt;&lt;PRE&gt;WHERE item.item.up.Type = $1.Type&lt;/PRE&gt;&lt;P&gt;findItem query works, too:&lt;/P&gt;&lt;PRE&gt;WHERE item.storageItem.currentSlot.storageObject.Type = $1.Type&lt;/PRE&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Mar 2023 11:01:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-item-based-on-a-label-on-storageobject-of-the-item/m-p/13570774#M71116</guid>
      <dc:creator>joerg_vogel_HsH</dc:creator>
      <dc:date>2023-03-10T11:01:43Z</dc:date>
    </item>
    <item>
      <title>Re: Find item based on a label on storageObject of the item</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-item-based-on-a-label-on-storageobject-of-the-item/m-p/13570775#M71117</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;
 &lt;P&gt;Thank you Joerg! Appreciate you looking at it again! &lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Mar 2023 16:27:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-item-based-on-a-label-on-storageobject-of-the-item/m-p/13570775#M71117</guid>
      <dc:creator>rhramac</dc:creator>
      <dc:date>2023-03-10T16:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: Find item based on a label on storageObject of the item</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/find-item-based-on-a-label-on-storageobject-of-the-item/m-p/13570776#M71118</link>
      <description>&lt;DIV class="fr-view clearfix"&gt;&lt;P&gt;I think the item.item syntax will unvirtualize all items - so if you're using that feature, this would not be a good option.&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 10 Mar 2023 17:41:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/find-item-based-on-a-label-on-storageobject-of-the-item/m-p/13570776#M71118</guid>
      <dc:creator>jason_lightfoot_adsk</dc:creator>
      <dc:date>2023-03-10T17:41:10Z</dc:date>
    </item>
  </channel>
</rss>

