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
TUSHAR KHORGADETUSHAR KHORGADE 

getting error in Update

System.DmlException: Update failed. First exception on row 0; first error: MISSING_ARGUMENT, Id not specified in an update call: []
i am getting above error when i want to update NAV value of Investment object from price input field in MF list
Sai PraveenSai Praveen (Salesforce Developers) 
Hi Tushar,

For any update you need to mention the Id if the record. May be you are not mentioning the id of the record in the code because of which you are facing this issue.

If this solution helps, Please mark it as best answer.

Thanks,