Skip to main content
Nintex Community Menu Bar

Populating a List Control with a drop down list not working.

  • January 16, 2019
  • 3 replies
  • 42 views

I have view that is smartobject based, one column region id has a drop down list box it has source of stored procedure based smartobject, problem is the region id does not get populated. Please guide, thanks.

3 replies

Albarghouthy
Forum|alt.badge.img+16
  • Scholar
  • January 16, 2019

Hi pankaj1


 


Do you mean that the drop down list is completely empty or one of the fields of the data source is blank?


Please share the stored procedure if possible.


 


  • Author
  • January 16, 2019
Hi sir, the stored procedure returns values when executed independently.
Eg select distinct country from region.
Drop down list is totally empty. When i press add button for new record then ddlbox populates, but not for existing records. Hope i am clear in explaining ?

Forum|alt.badge.img+15
  • Scholar
  • January 17, 2019

I'm assuming you've found the list control's data source to a SmartObject, which in turn is linked to the stored procedure? If this is the case, you can try executing the SmartObject in a vacuum (SmartObject Service Tester or Management site) to make sure it is returning values. If it does, then we can focus on form rules. If it does not, then there is something amiss with the Smartobject. If you are populating this list differently than how I've described above, please elaborate.