Skip to main content

Within a SmartForm/View we have a section that contains two areas, with 3 sets of 3 dropdown list controls. When the form is submitted each row will be created in the database table with each row containing an ID value (prospect id)  from the form. 

 

While the create method works great, I'm having trouble with returning all of the values, and populating the form when I want to perform an update. I was considering adding another column to track the row the record was originally created in, but wonder if that is the best option.

 

12940i20CCEA28BCB6F475.png

Hi jwstl98

 

Your idea of adding a row field/column is probably the way to go. You will need to call the smartobject read/update method 6 times (once for each row) and hard code the row values in the save/read/update methods. 


Reply