<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Product Configurator - GI Inventory Item List with Attributes as parameters - Acumatica Generic Inquiries &amp; Pivot Tables				            </title>
            <link>https://www.augforums.com/forums/acumatica-generic-inquiries/product-configurator-gi-inventory-item-list-with-attributes-as-parameters/</link>
            <description>Acumatica User Group Forums</description>
            <language>en-US</language>
            <lastBuildDate>Wed, 17 Jun 2026 01:16:58 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Product Configurator - GI Inventory Item List with Attributes as parameters</title>
                        <link>https://www.augforums.com/forums/acumatica-generic-inquiries/product-configurator-gi-inventory-item-list-with-attributes-as-parameters/#post-7990</link>
                        <pubDate>Thu, 31 Dec 2020 15:02:49 +0000</pubDate>
                        <description><![CDATA[Thanks Tim. My findings are taking me to these same results.]]></description>
                        <content:encoded><![CDATA[<p>Thanks Tim. My findings are taking me to these same results. </p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/acumatica-generic-inquiries/">Acumatica Generic Inquiries &amp; Pivot Tables</category>                        <dc:creator>Dan Wilkins</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/acumatica-generic-inquiries/product-configurator-gi-inventory-item-list-with-attributes-as-parameters/#post-7990</guid>
                    </item>
				                    <item>
                        <title>RE: Product Configurator - GI Inventory Item List with Attributes as parameters</title>
                        <link>https://www.augforums.com/forums/acumatica-generic-inquiries/product-configurator-gi-inventory-item-list-with-attributes-as-parameters/#post-7985</link>
                        <pubDate>Thu, 31 Dec 2020 04:32:59 +0000</pubDate>
                        <description><![CDATA[I think there are two hurdles to this:
1. Getting a Multi Select Combo attribute parameter to filter things correctly.
2. Having multiple parameters that behave like a product configurator...]]></description>
                        <content:encoded><![CDATA[<p>I think there are two hurdles to this:</p>
<p>1. Getting a Multi Select Combo attribute parameter to filter things correctly.</p>
<p>2. Having multiple parameters that behave like a product configurator selector.</p>
<p> </p>
<p>I'm not sure how to get past hurdle #1.</p>
<p> </p>
<p>If I have the following Multi Select Combo attribute:</p>
2044
<p> </p>
<p>And an Item that is assigned to one of the options:</p>
2045
<p> </p>
<p>And a Generic Inquiry where the Multi Select Combo attribute is a Parameter. Everything works fine if I only select one option:</p>
2046
<p> </p>
<p>When I select multiple options, my brain thinks that I'm selecting one or the other, but I'm really selecting both so the Item doesn't appear because it's only assigned to one option, not both:</p>
2047
<p> </p>
<p>The SQL that gets generated shows that it's not an either or, it's both:</p>
2048
<p> </p>
<p>If I assign the Item to both options:</p>
2049
<p> </p>
<p>Then the Item will appear when I select both options in the parameter:</p>
2050
<p> </p>
<p>But that's probably not the behavior that you want.</p>
<p> </p>
<p>For hurdle #2, the problem is that parameters are independent of each other. When I get to parameter #2, it doesn't know what I selected in parameter #1.</p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/acumatica-generic-inquiries/">Acumatica Generic Inquiries &amp; Pivot Tables</category>                        <dc:creator>Tim Rodman</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/acumatica-generic-inquiries/product-configurator-gi-inventory-item-list-with-attributes-as-parameters/#post-7985</guid>
                    </item>
				                    <item>
                        <title>RE: Product Configurator - GI Inventory Item List with Attributes as parameters</title>
                        <link>https://www.augforums.com/forums/acumatica-generic-inquiries/product-configurator-gi-inventory-item-list-with-attributes-as-parameters/#post-7678</link>
                        <pubDate>Thu, 15 Oct 2020 13:55:41 +0000</pubDate>
                        <description><![CDATA[OK, Thanks Daru. Any input is appreciated.]]></description>
                        <content:encoded><![CDATA[<p>OK, Thanks Daru. Any input is appreciated. </p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/acumatica-generic-inquiries/">Acumatica Generic Inquiries &amp; Pivot Tables</category>                        <dc:creator>Dan Wilkins</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/acumatica-generic-inquiries/product-configurator-gi-inventory-item-list-with-attributes-as-parameters/#post-7678</guid>
                    </item>
				                    <item>
                        <title>RE: Product Configurator - GI Inventory Item List with Attributes as parameters</title>
                        <link>https://www.augforums.com/forums/acumatica-generic-inquiries/product-configurator-gi-inventory-item-list-with-attributes-as-parameters/#post-7675</link>
                        <pubDate>Thu, 15 Oct 2020 01:51:23 +0000</pubDate>
                        <description><![CDATA[Ok, 
So you have attributes with selector combo and want to use that as a filtering parameter in your GI? 
The problem with attributes is they have their own table field that the ID isn&#039;t ...]]></description>
                        <content:encoded><![CDATA[<p>Ok, </p>
<p>So you have attributes with selector combo and want to use that as a filtering parameter in your GI? </p>
<p>The problem with attributes is they have their own table field that the ID isn't so clear. </p>
<p>Usually, for this case, my team and I did a custom field (add new field) with a new table and used it to filter the GI.</p>
<p>But, let me check with another option. \</p>
<p>Regards,</p>
<p>Daru</p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/acumatica-generic-inquiries/">Acumatica Generic Inquiries &amp; Pivot Tables</category>                        <dc:creator>Daru</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/acumatica-generic-inquiries/product-configurator-gi-inventory-item-list-with-attributes-as-parameters/#post-7675</guid>
                    </item>
				                    <item>
                        <title>RE: Product Configurator - GI Inventory Item List with Attributes as parameters</title>
                        <link>https://www.augforums.com/forums/acumatica-generic-inquiries/product-configurator-gi-inventory-item-list-with-attributes-as-parameters/#post-7670</link>
                        <pubDate>Wed, 14 Oct 2020 13:55:59 +0000</pubDate>
                        <description><![CDATA[Yes, but the attributes are not text but multi select combo boxes. I don&#039;t want these in the columns of the GI, just as parameters at the top of the GI for the user to select.]]></description>
                        <content:encoded><![CDATA[<p>Yes, but the attributes are not text but multi select combo boxes. I don't want these in the columns of the GI, just as parameters at the top of the GI for the user to select. </p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/acumatica-generic-inquiries/">Acumatica Generic Inquiries &amp; Pivot Tables</category>                        <dc:creator>Dan Wilkins</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/acumatica-generic-inquiries/product-configurator-gi-inventory-item-list-with-attributes-as-parameters/#post-7670</guid>
                    </item>
				                    <item>
                        <title>RE: Product Configurator - GI Inventory Item List with Attributes as parameters</title>
                        <link>https://www.augforums.com/forums/acumatica-generic-inquiries/product-configurator-gi-inventory-item-list-with-attributes-as-parameters/#post-7662</link>
                        <pubDate>Wed, 14 Oct 2020 03:46:51 +0000</pubDate>
                        <description><![CDATA[Hi Dan,
So you want to pull out information from the Attribute field? Is this your goal?
Thanks
Daru]]></description>
                        <content:encoded><![CDATA[<p>Hi Dan,</p>
<p><br />So you want to pull out information from the Attribute field? Is this your goal?</p>
<p>Thanks</p>
<p>Daru</p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/acumatica-generic-inquiries/">Acumatica Generic Inquiries &amp; Pivot Tables</category>                        <dc:creator>Daru</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/acumatica-generic-inquiries/product-configurator-gi-inventory-item-list-with-attributes-as-parameters/#post-7662</guid>
                    </item>
				                    <item>
                        <title>Product Configurator - GI Inventory Item List with Attributes as parameters</title>
                        <link>https://www.augforums.com/forums/acumatica-generic-inquiries/product-configurator-gi-inventory-item-list-with-attributes-as-parameters/#post-7642</link>
                        <pubDate>Fri, 09 Oct 2020 19:37:05 +0000</pubDate>
                        <description><![CDATA[I want to make a GI that lists inventory items and use the attributes of the items for the parameters at the top where the user could select each attribute they want to narrow down the list ...]]></description>
                        <content:encoded><![CDATA[<p>I want to make a GI that lists inventory items and use the attributes of the items for the parameters at the top where the user could select each attribute they want to narrow down the list of items. Similar to a product configurator or a filter list you would see on a website store of items. Does anyone have a working GI like this? IF so anything you recommend or and advice on getting started to achieve this?</p>
<p>An example of what I am trying to achieve here would be the following:</p>
<p>Attribute - Product Type: (Multi-Select Combo) CSAnswer: GAUGE</p>
<p>Attribute - Dial Size: (Multi-Select Combo) CSAnswer: 2.5"</p>
<p>Attribute - Connection Size: (Multi-Select Combo) CSAnswer: 1/4"NPT</p>
<p>So if a user wants to find available stock for the above, they would just select from the parameters of the GI to narrow down the inventory list. </p>]]></content:encoded>
						                            <category domain="https://www.augforums.com/forums/acumatica-generic-inquiries/">Acumatica Generic Inquiries &amp; Pivot Tables</category>                        <dc:creator>Dan Wilkins</dc:creator>
                        <guid isPermaLink="true">https://www.augforums.com/forums/acumatica-generic-inquiries/product-configurator-gi-inventory-item-list-with-attributes-as-parameters/#post-7642</guid>
                    </item>
							        </channel>
        </rss>
		