Adding Row in List

  • 17 May 2013
  • 1 reply
  • 0 views

Badge +2

Hi All,


Will like to ask if there is any method on triggering "then apply the changes made to the row on the editable list" when item is being added to the list item? 


Right now, i will need to add an additional one more row and delete away it,  in order for the 1 item to be added in the list view.


I did try on adding rule in the textbox, that say when the textbox changes  "then apply the changes made to the row on the editable list" . The row is being added which is what I acquire, however a duplicate row will be added as well.


 


 


11992iF5A9A3162E676DBD.png

1 reply

Userlevel 4
Badge +13

Hi


 


I suggest that you rather set the rules on the "Edit, Add and Save Buttons" to the following:


By setting the rules of these three buttons in this manner, the rules will enable you to edit the selected record where necessary by doing it in this order:


(Select a record > Click edit > Edit the row where necessary > Click save > Record should be edited and saved)


 



  • Edit Button:

      "when Edit Toolbar Button is Clicked"


      "then edit the selected row on the editable list"


 


15853i56C582965F0F127E.png


 



  • Add Button

     "when Add Toolbar Button is Clicked"
     "then add new row to editable list"


 


15407iF3F8F10B35A6D096.png


 



  • Save Button

     "when Save Toolbar Button is Clicked"


     "then complete the following in a batch"


     "also execute Create for all items that have been Added (configure)"


     "also excute the Save for all items that have been Changed (Configure)"


     "also execute Delete for all items that have been Deleted (Configure)"


 


13386iC41EA69A1FD87876.png


 


Kind Regards

Reply