17 lines
423 B
Markdown
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 />
|