Skip to main content
Nintex Community Menu Bar

SmartObject property is a required property for selected method List. Value must be set.

  • January 3, 2018
  • 2 replies
  • 51 views

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?

2 replies

Forum|alt.badge.img+15

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.


  • Author
  • January 7, 2018

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