Files
automatisch/packages/docs/pages/apps/salesforce/actions.md
2023-11-09 15:02:58 +00:00

17 lines
423 B
Markdown

---
favicon: /favicons/salesforce.svg
items:
- name: Create attachment
desc: Creates an attachment of a specified object by given parent ID.
- name: Find record
desc: Finds a record of a specified object by a field and value.
- name: Execute query
desc: Executes a SOQL query in Salesforce.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />