Skip to main content
Question

Get ItemClass Attributes on Sales Order dialog box

  • 12 December 2022
  • 0 replies
  • 48 views

Hi!

I’m trying to get the Attributes per ItemClassId to place them on a grid in the look up dialog box (Sales Order screen)

Like this:

 

I’m using the CSAttributeGroupList method:

public PXFilter<SOSiteStatusFilter> ItemSearchClass;
{
>PXViewName("Attributes")]

CSAttributeGroupList<INItemClass, SOSiteStatusFilter> Attributes;
public PXFilter<SOSiteStatusFilter> ItemSearchClass;

/PXViewName("Attributes")]

CSAttributeGroupList<INItemClass, SOSiteStatusFilter> Attributes;
}

However, It doesn’t bring any results.

0 replies

Be the first to reply!

Reply