Hi ,
Could anyonehelp me to update a fields' value in db. through a module.
I know the table name,columns and fields .
Data will read from the excel and update in db.
Thanks,
Abhishek Bhardwaj
Hi ,
Could anyonehelp me to update a fields' value in db. through a module.
I know the table name,columns and fields .
Data will read from the excel and update in db.
Thanks,
Abhishek Bhardwaj
You can update your records via import:
http://support.sugarcrm.com/Knowledge_Base/Import_Export/Updating_Records_Via_Import/
FrancescaS
actually I want to update through module.
Do you mean you want to do it programmatically? If you want to update in code via the module bean, you could convert your excel spreadsheet to csv then have a custom script that reads the csv, retrieves each bean by ID (I am assuming you have the id in the spreadsheet), update the bean and save it.
FrancescaS