Form Customization - Query PartDtl

Hello,

I need to query the PartDtl table in a form customization to get the value of a UD field. I’ve been using Ice.Proxy.Lib.BOReaderImpl (ex. _bor.GetList(“Erp:BO:OrderRelSearch”,whereClause,“OrderNum, ShippingNum_c”); ) for other queries to get UD fields. I looked at the BO Methods chm but didn’t see it listed there.

Thank you!
Rob

Time Phase BO gets data from PartDtl table only but not sure whether UD fields are available in that BO.

This helps a lot, thank you Arul! I will try TimePhasSearch in the BO Reader.