I know that lwarancek does not use the remote dataportal for his objects, but is there another reason that this object never made it over to the CE CSLA? Just curious.
I just used the following code instead, but I just wanted to make sure I am not missing a problem down the road if I wanted to use the full DataPortal concept.
public static ProductNvl GetProductNvl(){
ProductNvl MyProductNvl = new ProductNvl();MyProductNvl.DataPortal_Fetch(
new Criteria(typeof(ProductNvl))); return MyProductNvl; //return DataPortal.Fetch<ProductNvl>(new Criteria(typeof(ProductNvl)));}
Jason R. Shaver
Copyright (c) Marimer LLC