You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
B -->|Parses & Extracts| C[sf-explorer/salesforce-object-reference<br/>NPM Package]
23
+
end
24
+
25
+
subgraph "Solutions by User Type"
26
+
C --> D{Choose Your Path}
27
+
28
+
D -->|π€ User<br/>Browse Docs| E[Web Interface<br/>sf-explorer.github.io/sf-doc-to-json]
29
+
E -->|Features| E1[β‘ Lightning-fast search<br/>π¨ Clean UI<br/>π± Responsive design]
30
+
31
+
D -->|π» Developer<br/>Build Apps| F[NPM Package<br/>npm install @sf-explorer/...-reference]
32
+
F -->|Features| F1[π¦ Easy integration<br/>π Auto-updated<br/>π No API calls]
33
+
34
+
D -->|π§ Admin<br/>Enhance Setup| G[Chrome Extension<br/>Advanced Setup]
35
+
G -->|Features| G1[β¨ Inline descriptions<br/>π Enhanced Setup<br/>π― Better productivity]
36
+
37
+
D -->|π Architect<br/>Create ERDs| H[Diagrams<br/>Cloud-specific ERDs]
38
+
H -->|Features| H1[πΊοΈ Visual relationships<br/>π DrawIO format<br/>π₯ Export ready]
39
+
40
+
D -->|π Any Role<br/>Org-Specific| I[SF Explorer App<br/>app.sf-explorer.com]
41
+
I -->|Features| I1[π Complete metadata<br/>π¨ Custom objects<br/>π Visualizations]
42
+
end
43
+
44
+
style C fill:#4CAF50,stroke:#2E7D32,color:#fff
45
+
style E fill:#2196F3,stroke:#1565C0,color:#fff
46
+
style F fill:#FF9800,stroke:#E65100,color:#fff
47
+
style G fill:#9C27B0,stroke:#6A1B9A,color:#fff
48
+
style H fill:#00BCD4,stroke:#006064,color:#fff
49
+
style I fill:#F44336,stroke:#B71C1C,color:#fff
50
+
```
51
+
14
52
## π― The Challenge
15
53
16
54
As Salesforce developers and administrators, we often need quick access to standard object and field descriptions. But navigating through Setup or hunting through the official documentation can be time-consuming and inefficient.
@@ -103,6 +141,46 @@ Behind the scenes, here's what happens:
103
141
104
142
## π― Choose Your Path
105
143
144
+
```mermaid
145
+
flowchart TD
146
+
Start([Need Salesforce Metadata?]) --> Q1{What's your goal?}
147
+
148
+
Q1 -->|Quick lookup & browse| User[π€ User Path]
149
+
Q1 -->|Build an application| Dev[π» Developer Path]
0 commit comments