Aim:Need to update field using javascript using SOAP or REST.
Available Fields in Form : Total,Field1,Field2
Question: I have three fields in custom Entity Form Total,Field1,Field2. I need to update Total field with addition of Field1 & Field 2.If the javascript execute means need to update total field value for all records which is available in a Entity.
How to do this?Is possible to using FetchXml in javascript?