Skip to main content

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?

Hi,


 


Have you checked your form rules? Try checking the form initialize rule. There should be a rule somewhere that looks some like this:


 


populate Radio Button List list control with data (configure)


 


If you click on configure, you should be able to specify the input properties or parameters for your SmartObject.


Thanks. I had that but found that my SmartObject was actually not returning anything due to a parameter issue. Fixed that and all fine.


Reply