In the “CreatePriceAgentFactory” im adding some IList values to the properties. Like this:
var filter = baseProduct.Fields.GetValue<IList>(“Filter”);
result.Properties.Add(“Filter”, filter);
How do I fetch the value of the object in my specific PriceAgent File? I’ve been trying to get it as:
as IEnumerable
as IList
etc. But the value gets null when casting. What am I missing?
Litium version: 6.3.7