EpiCombo UOMSearch error

Hi all,

I just can’t make an EpiCombo on UOMSearch work.

image

Can someone make that EpiCombo work, that would be really appeciated ? Even what follows doesn’t work.

Ice.Proxy.Lib.BOReaderImpl _bor = WCFServiceSupport.CreateImpl<Ice.Proxy.Lib.BOReaderImpl>((Ice.Core.Session)oTrans.Session, Epicor.ServiceModel.Channels.ImplBase<Ice.Contracts.BOReaderSvcContract>.UriPath);
    DataSet ds = _bor.GetRows("Erp:BO:UOMSearch", "", "UOMCode,UOMDesc");

1 Like

The only thing that I can think of is that the UOM combo boxes on other forms are UOMCombos not EpiCombos.

I ended up using a BAQCombo instead of an EpiCombo and writing a BAQ to Ice.UOM
My value member and display member were UOM_UOMCode. The Query was the name of the BAQ. There is no search or drop down I had to paste it all in.