Skip to main content

When working with the inventory items GI with conditions set to only show items within a specific item class, is it possible to control the search screen that appears in the parameter field to show only relevant items within a specific item class?

 

I have had this request many times before.  While I do not have a plug-in-play solution I did attempt to self join the Inventory Item table to restrict the class, then use the restricted class table in a parameter.  It did not work.  With that being said, it looks like this might be a case where you would need a SQL view or DAC with the limited selection list. 

 

Interested to see if anyone has a solution to this!


@Pinny short answer is No without customization. 
you have two options of DAC Inventory Item customization:

using MergeAttributed you can either write a custom PXSelector or add a PXRestriction either via DAC Ext or CacheAttached event of graph ext

 


Reply