Jose,
I am not sure what you are trying to accomplish exactly. On the list when the form initializes use the smartobject list method. List all items fron the smartobject. Another way to do this is on the general tab of the list view when editing there is a box at the bottom of the page to call the list method when the view loads.
An idea is to use a rule "When list item is clicked" open a subview. Then map the ID of the item to the subview. From here you can configure buttons to allow changes or even just have a read only view.
If you want to delete entries create a rule when view or form control is clicked (This is the button)
In the action rules do a search for "row"
This will show you all of the row rules. You can delete all rows on an editable list and apply changes.
Check out the advane rule under conditions. This might help you be selective on the rows you delete.
Thanks,
Bryan Peters
Thank you Bryan Peters for your response,
Basically what I am trying to do is the following:
I have a View that it is not connected to a Smart Object; the view has several fields where the end user will input the information.
The second section of the form is a second view which I want to make it repeatable. The only way so far I was able to make repeatable was to add an smart object which the user will continue to enter as many customer they want. Also I try to add HTML control where I can add a java script to make it repeatable without being attach to an smart object. The problem is that I am not able to transfer the data from the HTML control to a browse to a message result. Also, I have the same problem when I use the smart object. I cannot transfer that information to a browse to message. The only data that I am able to transfer to browse to a message without any problem is the data been capture on the first view.
Thank you for your help ahead of time.
Jose B.