Hello,
I'm working on a project where i'm getting product data values using sql and a datareader.
I have a productfield that is calculated using a FieldtypeProvider.CalculationProvider but the calculated value in the database table EcomProducts are all NULL.
Is there any way to make the provider write the calculated value to the table or retrieve the calculated value without having to instantiate the product (eg. using a productId) ?
Best Regard