wanas-zcrm-extractor 1.2.0 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -280,13 +280,21 @@ metadata/
|
|
|
280
280
|
│ │ ├── data_sharing/ # Data Sharing Settings
|
|
281
281
|
│ │ ├── data_sharing_actions_summary/ # Data Sharing Actions Summary
|
|
282
282
|
│ │ ├── data_sharing_rules/ # Data Sharing Rules
|
|
283
|
-
│ │ ├── email_templates/ # Email Templates
|
|
283
|
+
│ │ ├── email_templates/ # Email Templates (grouped by module)
|
|
284
|
+
│ │ │ └── <Module_API_Name>/
|
|
285
|
+
│ │ │ ├── <Template_Name>.meta.json
|
|
286
|
+
│ │ │ └── <Template_Name>.html # rendered from mail_content
|
|
284
287
|
│ │ ├── global_picklists/ # Global Picklists
|
|
285
|
-
│ │ ├── inventory_templates/# Inventory Templates
|
|
288
|
+
│ │ ├── inventory_templates/# Inventory Templates (grouped by module)
|
|
289
|
+
│ │ │ └── <Module_API_Name>/
|
|
290
|
+
│ │ │ ├── <Template_Name>.meta.json
|
|
291
|
+
│ │ │ └── <Template_Name>.html # template HTML body
|
|
286
292
|
│ │ ├── territories/ # Territories
|
|
287
293
|
│ │ ├── variables/ # Global Variables
|
|
288
294
|
│ │ ├── wizards/ # CRM Wizards
|
|
289
|
-
│ │ ├── workflow_rules/ #
|
|
295
|
+
│ │ ├── workflow_rules/ # Workflow Rules (grouped by trigger module)
|
|
296
|
+
│ │ │ └── <Trigger_Module_API_Name>/
|
|
297
|
+
│ │ │ └── <Rule_Name>.json
|
|
290
298
|
│ │ ├── modules/ # Individual Module schemas
|
|
291
299
|
│ │ │ └── <Module_API_Name>/
|
|
292
300
|
│ │ │ ├── <Module_API_Name>.modules-meta.json
|
package/package.json
CHANGED
|
Binary file
|