I noticed that beforeSave is not called on updates on the automatic sync objects. Since the sync process updates (saves) data in realtime, why is that the case? My beforeSave trigger is only getting triggered on the very first save of a new object, but not on the updates. Is there any documentation given details about when exactly each triggers are getting called?
I have a beforeSave trigger for “_AddressSyncStatus”. New Objects get triggered once, but once it syncs updates like new transactions, it doesnt get triggered.