Skip to main content
Question

Get ItemClass Attributes on Sales Order dialog box

  • December 12, 2022
  • 0 replies
  • 62 views

Forum|alt.badge.img

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.