I have a radio button list that has a smart object as its source. But the smart object requires two parameters. I can't find anywhere on the radio button list to provide the two parameters, so running the view immediately gives me the error:
SmartObject property <field> is a required property for selected method List. Value must be set.
I have even changed the stored proc underlying the smart object to have default parameters, then refreshed the SQL instance, but the error remains.
Can someone help?