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
Riby VargheseRiby Varghese 

how to avoid override the response

 I have a class called the customer with attributes first name and last name.and its list class called customer address with attributes alias type, alias number, and alias status.but every time I get the response, it will override the previous result.how to avoid this problem?