Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,38 @@
|
|
1 |
---
|
2 |
title: Salesforce Migration Assistant
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
emoji: π
|
4 |
colorFrom: green
|
5 |
colorTo: purple
|
@@ -9,6 +42,5 @@ app_file: app.py
|
|
9 |
pinned: false
|
10 |
license: mit
|
11 |
short_description: salesforce-migration-assistant Proof of concept
|
12 |
-
---
|
13 |
|
14 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
---
|
2 |
title: Salesforce Migration Assistant
|
3 |
+
|
4 |
+
---
|
5 |
+
Salesforce B2B Commerce Migration Assistant
|
6 |
+
This Hugging Face Space provides AI-powered tools to assist with migrating from Salesforce CloudCraze to B2B Lightning Experience.
|
7 |
+
|
8 |
+
Features
|
9 |
+
1. Apex Trigger Correction
|
10 |
+
Paste legacy CloudCraze Apex Trigger code
|
11 |
+
Receive corrected and optimized Apex Trigger code for B2B LEx compatibility
|
12 |
+
Get explanations for changes made
|
13 |
+
2. CloudCraze Object Conversion
|
14 |
+
Paste CloudCraze Object code
|
15 |
+
Convert to equivalent B2B Lightning Experience system objects
|
16 |
+
Receive field mappings and implementation guidance
|
17 |
+
How to Use
|
18 |
+
Select an AI model from the dropdown menu
|
19 |
+
Choose the tab for the tool you need
|
20 |
+
Paste your code
|
21 |
+
Click the button to process
|
22 |
+
Review the AI-generated output
|
23 |
+
Models
|
24 |
+
This Space provides access to several powerful AI models specialized in code generation:
|
25 |
+
|
26 |
+
Qwen/Qwen2.5-Coder-32B-Instruct
|
27 |
+
nvidia/Llama-3.1-Nemotron-70B-Instruct-HF
|
28 |
+
deepseek-ai/DeepSeek-R1-Distill-Llama-70B
|
29 |
+
meta-llama/Llama-3.3-70B-Instruct-Turbo-Free
|
30 |
+
Important Note
|
31 |
+
This tool is designed to assist Salesforce developers and administrators with migration tasks. Always review AI-generated code before implementing in production environments.
|
32 |
+
|
33 |
+
About
|
34 |
+
This Space is powered by Together AI's API and was developed to streamline the complex process of migrating from CloudCraze to B2B Lightning Experience.
|
35 |
+
|
36 |
emoji: π
|
37 |
colorFrom: green
|
38 |
colorTo: purple
|
|
|
42 |
pinned: false
|
43 |
license: mit
|
44 |
short_description: salesforce-migration-assistant Proof of concept
|
|
|
45 |
|
46 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|