Skip to main content

Hello,

I am creating a customization that will help us automatically populate rows for a new service order. The row information will be based on the attributes that are in the service order type. I cannot find the primary key or foreign key that links the service order type to an attribute.

Where would I look for this linked value?

 

Thank you,

Marco 😎

 

 

The Attributes on the Attribute tab on the Service Order Type screen are stored in the CSAttributeGroup table where the EntityClassID = <your order type> and the EntityType = “PX.Objects.FS.FSServiceOrder”

 

You can then lookup other details about the Attributes themselves in the CSAttribute/CSAttributeDetail tables.


Thank you @Mike Gifford !


Reply