docs(salesforce): describe auth and triggers

This commit is contained in:
Ali BARIN
2022-11-06 21:29:52 +01:00
parent c9925ba8fe
commit 99640b3d73
5 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/salesforce.svg
items:
- name: Updated field in records
desc: Triggers when a field is updated in a record.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />