GlideMultipleUpdate API Does Not Generate AuditSummaryUpdates using GlideMultipleUpdate API will not be captured in the Audit(History) because this API will run the updates from the backend only. As this will be done directly on the DB, no Businessrule will be triggered. Hence, these updates will not be captured in the audit as well.Related LinksGlideMultipleUpdate API Is not a supported API. A supported multiple update API is GlideRecord.updateMultiple() only.