Skip to content

Commit dd41188

Browse files
committed
graph update
1 parent 2e5bdc2 commit dd41188

1 file changed

Lines changed: 50 additions & 50 deletions

File tree

website/architecture/registration.md

Lines changed: 50 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -134,56 +134,56 @@ new DML()
134134

135135
```mermaid
136136
graph LR
137-
account1((account1))
138-
account2((account2))
139-
account3((account3))
140-
account4((account4))
141-
account5((account5))
142-
account6((account6))
143-
account7((account7))
144-
account8((account8))
145-
contact1((contact1))
146-
contact2((contact2))
147-
contact3((contact3))
148-
contact4((contact4))
149-
opportunity1((opportunity1))
150-
opportunity2((opportunity2))
151-
opportunity3((opportunity3))
152-
opportunity4((opportunity4))
153-
lead1((lead1))
154-
155-
account2 -->|ParentId| account1
156-
account4 -->|ParentId| account2
157-
account5 -->|ParentId| account2
158-
account3 -->|ParentId| account5
159-
account6 -->|ParentId| account5
160-
account7 -->|ParentId| account5
161-
contact1 -->|AccountId| account2
162-
contact2 -->|AccountId| account3
163-
contact3 -->|AccountId| account6
164-
contact4 -->|AccountId| account6
165-
opportunity1 -->|AccountId| account1
166-
opportunity2 -->|AccountId| account4
167-
opportunity3 -->|AccountId| account6
168-
opportunity4 -->|AccountId| account6
169-
170-
style account1 fill:#4CAF50,color:#fff
171-
style account2 fill:#FF9800,color:#fff
172-
style account3 fill:#607D8B,color:#fff
173-
style account4 fill:#795548,color:#fff
174-
style account5 fill:#00BCD4,color:#fff
175-
style account6 fill:#8BC34A,color:#fff
176-
style account7 fill:#8BC34A,color:#fff
177-
style account8 fill:#4CAF50,color:#fff
178-
style contact1 fill:#2196F3,color:#fff
179-
style contact2 fill:#009688,color:#fff
180-
style contact3 fill:#009688,color:#fff
181-
style contact4 fill:#009688,color:#fff
182-
style opportunity1 fill:#9C27B0,color:#fff
183-
style opportunity2 fill:#E91E63,color:#fff
184-
style opportunity3 fill:#3F51B5,color:#fff
185-
style opportunity4 fill:#3F51B5,color:#fff
186-
style lead1 fill:#F44336,color:#fff
137+
A1((A1))
138+
A2((A2))
139+
A3((A3))
140+
A4((A4))
141+
A5((A5))
142+
A6((A6))
143+
A7((A7))
144+
A8((A8))
145+
C1((C1))
146+
C2((C2))
147+
C3((C3))
148+
C4((C4))
149+
O1((O1))
150+
O2((O2))
151+
O3((O3))
152+
O4((O4))
153+
L1((L1))
154+
155+
A2 -->|ParentId| A1
156+
A4 -->|ParentId| A2
157+
A5 -->|ParentId| A2
158+
A3 -->|ParentId| A5
159+
A6 -->|ParentId| A5
160+
A7 -->|ParentId| A5
161+
C1 -->|AccountId| A2
162+
C2 -->|AccountId| A3
163+
C3 -->|AccountId| A6
164+
C4 -->|AccountId| A6
165+
O1 -->|AccountId| A1
166+
O2 -->|AccountId| A4
167+
O3 -->|AccountId| A6
168+
O4 -->|AccountId| A6
169+
170+
style A1 fill:#4CAF50,color:#fff
171+
style A2 fill:#FF9800,color:#fff
172+
style A3 fill:#607D8B,color:#fff
173+
style A4 fill:#795548,color:#fff
174+
style A5 fill:#00BCD4,color:#fff
175+
style A6 fill:#8BC34A,color:#fff
176+
style A7 fill:#8BC34A,color:#fff
177+
style A8 fill:#4CAF50,color:#fff
178+
style C1 fill:#2196F3,color:#fff
179+
style C2 fill:#009688,color:#fff
180+
style C3 fill:#009688,color:#fff
181+
style C4 fill:#009688,color:#fff
182+
style O1 fill:#9C27B0,color:#fff
183+
style O2 fill:#E91E63,color:#fff
184+
style O3 fill:#3F51B5,color:#fff
185+
style O4 fill:#3F51B5,color:#fff
186+
style L1 fill:#F44336,color:#fff
187187
```
188188

189189
Despite registering 17 records, only **12 DML statements** are executed:

0 commit comments

Comments
 (0)