updateMultiple() doesn't update system fields like sys_updated_on or sys_mod_count
Hi,I'm using GlideRecord updateMultiple() in a usecase where I might have to update >100k records. My problem is that a 3rd party system periodically scans the table via the table API, creates a delta based on sys_updated_on, and moves the data into ...