function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Nirav_ShahNirav_Shah 

Update field based on API response

I have one custom object in which I am storing the Summary Level data and showing on the page, in the same object I have one field called status which I need to update based on the data which come through the API.
Now, it is not feasible that I call the API each time I show the data, so how can I achieve this?
Thanks