docs(salesforce): add find record action

This commit is contained in:
Ali BARIN
2023-01-30 23:15:04 +00:00
parent f90afe8b37
commit 146f0604c3
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/salesforce.svg
items:
- name: Find Record
desc: Finds a record of a specified object by a field and value.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />