File size: 423 Bytes
3206347
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
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 />