feat(vtiger-crm): add new cases trigger

This commit is contained in:
Rıdvan Akca
2024-01-16 17:48:24 +03:00
parent 57d5f34ac5
commit 47eb0e00e3
6 changed files with 63 additions and 1 deletions

View File

@@ -0,0 +1,12 @@
---
favicon: /favicons/vtiger-crm.svg
items:
- name: New cases
desc: Triggers when a new case is created.
---
<script setup>
import CustomListing from '../../components/CustomListing.vue'
</script>
<CustomListing />