feat(salesforce): add updated field in objects trigger

This commit is contained in:
Ali BARIN
2022-11-05 02:43:14 +01:00
parent 43b7e506a7
commit fc6822a298
4 changed files with 107 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
import updatedFieldInObjects from "./updated-field-in-objects";
export default [
updatedFieldInObjects
];