How to fetch all records from Account Module and also updating a field value in all record

Hi Folks,

I want to get All records from Accounts Module and want to do some manipulation on that data.

Once it is done then i will update the data to same record.

How to do this bulk operation read and update the all records.

Thanks in Advance

Regards

John

Parents Reply
  • Hi Hijab Fatima,

    There are multiple ways to do what you are trying to achieve. You can separate the backend programming from front end by keeping your js code, html template and back-end programming in separate files as sugar does.

    It takes a while to follow that approach but makes it easy to manage if too many things happening around. As long as the above piece of code serves the purpose, you can use it.

    Would be better if you take opinion from other developers as well about the best practices.

    Regards.

Children
No Data