When using the BOReader to retrieve a value from the Part business object I keep getting the following error:
Service 'Part' is not fully-qualified(e.g., "Ice:BO:UserFile").
I have changed my code many different ways, but I keep getting the error above except the 'Part' changes according to my attempts below:
DataSet ds = bor.GetRows("Part", wc, "partNum");
DataSet ds = bor.GetRows("PartImpl", wc, "partNum");
DataSet ds = bor.GetRows("Erp.Part", wc, "partNum");
DataSet ds = bor.GetRows("Erp.Proxy.BO.PartImpl", wc, "partNum");
Seems like no matter what I try I can't get the Service Namespace correct. Could anyone point me in the right direction?
Erp:BO:Part
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Tuesday, April 14, 2015 5:22 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Service '' is not fully-qualified(e.g., "Ice:BO:UserFile").
When using the BOReader to retrieve a value from the Part business object I keep getting the following error:
Service 'Part' is not fully-qualified(e.g., "Ice:BO:UserFile").
I have changed my code many different ways, but I keep getting the error above except the 'Part' changes according to my attempts below:
DataSet ds = bor.GetRows("Part", wc, "partNum");
DataSet ds = bor.GetRows("PartImpl", wc, "partNum");
DataSet ds = bor.GetRows("Erp.Part", wc, "partNum");
DataSet ds = bor.GetRows("Erp.Proxy.BO.PartImpl", wc, "partNum");
Seems like no matter what I try I can't get the Service Namespace correct. Could anyone point me in the right direction?
Stephen Edginton (Beng) | Solutions & Technical Director |
||||||||
|
||||||||
Dot Net IT Limited, One St Kenelm Court, Steel Park Road, Halesowen, B62 8HD, United Kingdom.
|