How do i call the save button in that single cell and get the request params when saving in js side
How do i call the save button in that single cell and get the request params when saving in js side
Hi Jurie,
You can achieve this by extending the recordlist.js
file. You can find the file in the following paths:
./modules/ModuleName/clients/base/views/recordlist/recordlist.js
– If this file exists, extend it for your custom implementation in the respective module. If not, check here:./clients/base/views/recordlist/recordlist.js
– You can find this file and extend it for your module-specific implementation and to add the code you need.
For more information on how to do this, you can refer to the following SugarClub links.
1. Updating a record from a list view using the action dropdown
2. Change Event within the Record List View
Hope this information helps.
Thanks and Regards,
Ramya Katram
Hi Jurie,
You can achieve this by extending the recordlist.js
file. You can find the file in the following paths:
./modules/ModuleName/clients/base/views/recordlist/recordlist.js
– If this file exists, extend it for your custom implementation in the respective module. If not, check here:./clients/base/views/recordlist/recordlist.js
– You can find this file and extend it for your module-specific implementation and to add the code you need.
For more information on how to do this, you can refer to the following SugarClub links.
1. Updating a record from a list view using the action dropdown
2. Change Event within the Record List View
Hope this information helps.
Thanks and Regards,
Ramya Katram
Hi Ramya thanks for the suggestion already working now