@@ -10,41 +10,29 @@ mermaid: true
1010This document explains the column definitions for each table in the OrgCheck application.
1111
1212## Table of Contents
13- 1 . [ ApexClasses] ( #ApexClasses )
14- 2 . [ ApexTriggers] ( #ApexTriggers )
15- 3 . [ AuraComponents] ( #AuraComponents )
16- 4 . [ ChatterGroups] ( #ChatterGroups )
17- 5 . [ CustomFields] ( #CustomFields )
18- 6 . [ CustomFieldsInObject] ( #CustomFieldsInObject )
19- 7 . [ CustomLabels] ( #CustomLabels )
20- 8 . [ CustomTabs] ( #CustomTabs )
21- 9 . [ Dashboards] ( #Dashboards )
22- 10 . [ Documents] ( #Documents )
23- 11 . [ EmailTemplates] ( #EmailTemplates )
24- 12 . [ FieldSets] ( #FieldSets )
25- 13 . [ Flows] ( #Flows )
26- 14 . [ FlexiPagesInObject] ( #FlexiPagesInObject )
27- 15 . [ HomePageComponents] ( #HomePageComponents )
28- 16 . [ KnowledgeArticles] ( #KnowledgeArticles )
29- 17 . [ Layouts] ( #Layouts )
30- 18 . [ LightningWebComponents] ( #LightningWebComponents )
31- 19 . [ Limits] ( #Limits )
32- 20 . [ Objects] ( #Objects )
33- 21 . [ Pages] ( #Pages )
34- 22 . [ PermissionSets] ( #PermissionSets )
35- 23 . [ ProcessBuilders] ( #ProcessBuilders )
36- 24 . [ Profiles] ( #Profiles )
37- 25 . [ RecordTypes] ( #RecordTypes )
38- 26 . [ RecordTypesInObject] ( #RecordTypesInObject )
39- 27 . [ Reports] ( #Reports )
40- 28 . [ Roles] ( #Roles )
41- 29 . [ StaticResources] ( #StaticResources )
42- 30 . [ Users] ( #Users )
43- 31 . [ ValidationRules] ( #ValidationRules )
44- 32 . [ Workflows] ( #Workflows )
13+
14+ | Letter | Sections |
15+ | ------ | -------- |
16+ | A | [ ApexClasses] ( #ApexClasses ) , [ ApexTriggers] ( #ApexTriggers ) , [ AuraComponents] ( #AuraComponents ) |
17+ | C | [ ChatterGroups] ( #ChatterGroups ) , [ CustomFields] ( #CustomFields ) , [ CustomFieldsInObject] ( #CustomFieldsInObject ) , [ CustomLabels] ( #CustomLabels ) , [ CustomTabs] ( #CustomTabs ) |
18+ | D | [ Dashboards] ( #Dashboards ) , [ Documents] ( #Documents ) |
19+ | E | [ EmailTemplates] ( #EmailTemplates )
20+ | F | [ FieldSets] ( #FieldSets ) , [ Flows] ( #Flows ) , [ FlexiPagesInObject] ( #FlexiPagesInObject ) |
21+ | H | [ HomePageComponents] ( #HomePageComponents ) |
22+ | K | [ KnowledgeArticles] ( #KnowledgeArticles ) |
23+ | L | [ Layouts] ( #Layouts ) , [ LightningWebComponents] ( #LightningWebComponents ) , [ Limits] ( #Limits ) |
24+ | O | [ Objects] ( #Objects ) |
25+ | P | [ Pages] ( #Pages ) , [ PermissionSets] ( #PermissionSets ) , [ ProcessBuilders] ( #ProcessBuilders ) , [ Profiles] ( #Profiles ) |
26+ | R | [ RecordTypes] ( #RecordTypes ) , [ RecordTypesInObject] ( #RecordTypesInObject ) , [ Reports] ( #Reports ) , [ Roles] ( #Roles ) |
27+ | S | [ StaticResources] ( #StaticResources ) |
28+ | U | [ Users] ( #Users ) |
29+ | V | [ ValidationRules] ( #ValidationRules ) |
30+ | W | [ Workflows] ( #Workflows ) |
31+
4532
4633
4734## ApexClasses
35+ [ Back to top] ( #Table%20of%20Contents )
4836
4937| Column Label | Column Type | Description |
5038| --------------| -------------| -------------|
@@ -78,6 +66,7 @@ This document explains the column definitions for each table in the OrgCheck app
7866| Modified date | Date Time | Date when the Apex class was last modified |
7967
8068## ApexTriggers
69+ [ Back to top] ( #Table%20of%20Contents )
8170
8271| Column Label | Column Type | Description |
8372| --------------| -------------| -------------|
@@ -107,6 +96,7 @@ This document explains the column definitions for each table in the OrgCheck app
10796| Modified date | Date Time | Date when the Apex trigger was last modified |
10897
10998## AuraComponents
99+ [ Back to top] ( #Table%20of%20Contents )
110100
111101| Column Label | Column Type | Description |
112102| --------------| -------------| -------------|
@@ -123,6 +113,7 @@ This document explains the column definitions for each table in the OrgCheck app
123113| Description | String | Description of the Aura component |
124114
125115## ChatterGroups
116+ [ Back to top] ( #Table%20of%20Contents )
126117
127118| Column Label | Column Type | Description |
128119| --------------| -------------| -------------|
@@ -134,6 +125,7 @@ This document explains the column definitions for each table in the OrgCheck app
134125| Hardcoded IDs | List of strings | List of hardcoded IDs |
135126
136127## CustomFields
128+ [ Back to top] ( #Table%20of%20Contents )
137129
138130| Column Label | Column Type | Description |
139131| --------------| -------------| -------------|
@@ -168,6 +160,7 @@ This document explains the column definitions for each table in the OrgCheck app
168160| Description | String | Description of the custom field |
169161
170162## CustomFieldsInObject
163+ [ Back to top] ( #Table%20of%20Contents )
171164
172165| Column Label | Column Type | Description |
173166| --------------| -------------| -------------|
@@ -199,6 +192,7 @@ This document explains the column definitions for each table in the OrgCheck app
199192| Description | String | Description of the custom field |
200193
201194## CustomLabels
195+ [ Back to top] ( #Table%20of%20Contents )
202196
203197| Column Label | Column Type | Description |
204198| --------------| -------------| -------------|
@@ -221,6 +215,7 @@ This document explains the column definitions for each table in the OrgCheck app
221215| Value | String | Value of the custom label |
222216
223217## CustomTabs
218+ [ Back to top] ( #Table%20of%20Contents )
224219
225220| Column Label | Column Type | Description |
226221| --------------| -------------| -------------|
@@ -239,6 +234,7 @@ This document explains the column definitions for each table in the OrgCheck app
239234| Description | String | Description of the custom tab |
240235
241236## Dashboards
237+ [ Back to top] ( #Table%20of%20Contents )
242238
243239| Column Label | Column Type | Description |
244240| --------------| -------------| -------------|
@@ -257,6 +253,7 @@ This document explains the column definitions for each table in the OrgCheck app
257253| Folder | String | Folder containing the dashboard |
258254
259255## Documents
256+ [ Back to top] ( #Table%20of%20Contents )
260257
261258| Column Label | Column Type | Description |
262259| --------------| -------------| -------------|
@@ -273,6 +270,7 @@ This document explains the column definitions for each table in the OrgCheck app
273270| Description | String | Description of the document |
274271
275272## EmailTemplates
273+ [ Back to top] ( #Table%20of%20Contents )
276274
277275| Column Label | Column Type | Description |
278276| --------------| -------------| -------------|
@@ -294,6 +292,7 @@ This document explains the column definitions for each table in the OrgCheck app
294292| Description | String | Description of the email template |
295293
296294## FieldSets
295+ [ Back to top] ( #Table%20of%20Contents )
297296
298297| Column Label | Column Type | Description |
299298| --------------| -------------| -------------|
@@ -302,6 +301,7 @@ This document explains the column definitions for each table in the OrgCheck app
302301| Description | String | Description of the field set |
303302
304303## Flows
304+ [ Back to top] ( #Table%20of%20Contents )
305305
306306| Column Label | Column Type | Description |
307307| --------------| -------------| -------------|
@@ -336,6 +336,7 @@ This document explains the column definitions for each table in the OrgCheck app
336336| Dependencies | Link | Link to the dependencies modal |
337337
338338## FlexiPagesInObject
339+ [ Back to top] ( #Table%20of%20Contents )
339340
340341| Column Label | Column Type | Description |
341342| --------------| -------------| -------------|
@@ -357,6 +358,7 @@ This document explains the column definitions for each table in the OrgCheck app
357358| Description | String | Description of the flexi page |
358359
359360## HomePageComponents
361+ [ Back to top] ( #Table%20of%20Contents )
360362
361363| Column Label | Column Type | Description |
362364| --------------| -------------| -------------|
@@ -374,6 +376,7 @@ This document explains the column definitions for each table in the OrgCheck app
374376| Dependencies | Link | Link to the dependencies modal |
375377
376378## KnowledgeArticles
379+ [ Back to top] ( #Table%20of%20Contents )
377380
378381| Column Label | Column Type | Description |
379382| --------------| -------------| -------------|
@@ -388,6 +391,7 @@ This document explains the column definitions for each table in the OrgCheck app
388391| Modified date | Date Time | Date when the knowledge article was last modified |
389392
390393## Layouts
394+ [ Back to top] ( #Table%20of%20Contents )
391395
392396| Column Label | Column Type | Description |
393397| --------------| -------------| -------------|
@@ -396,6 +400,7 @@ This document explains the column definitions for each table in the OrgCheck app
396400| Type | String | Type of the page layout |
397401
398402## LightningWebComponents
403+ [ Back to top] ( #Table%20of%20Contents )
399404
400405| Column Label | Column Type | Description |
401406| --------------| -------------| -------------|
@@ -412,6 +417,7 @@ This document explains the column definitions for each table in the OrgCheck app
412417| Description | String | Description of the Lightning web component |
413418
414419## Limits
420+ [ Back to top] ( #Table%20of%20Contents )
415421
416422| Column Label | Column Type | Description |
417423| --------------| -------------| -------------|
@@ -425,6 +431,7 @@ This document explains the column definitions for each table in the OrgCheck app
425431| Remaining | Numeric | Remaining value |
426432
427433## Objects
434+ [ Back to top] ( #Table%20of%20Contents )
428435
429436| Column Label | Column Type | Description |
430437| --------------| -------------| -------------|
@@ -443,6 +450,7 @@ This document explains the column definitions for each table in the OrgCheck app
443450| External OWD | String | External organization-wide default |
444451
445452## Pages
453+ [ Back to top] ( #Table%20of%20Contents )
446454
447455| Column Label | Column Type | Description |
448456| --------------| -------------| -------------|
@@ -465,6 +473,7 @@ This document explains the column definitions for each table in the OrgCheck app
465473| Description | String | Description of the page |
466474
467475## PermissionSets
476+ [ Back to top] ( #Table%20of%20Contents )
468477
469478| Column Label | Column Type | Description |
470479| --------------| -------------| -------------|
@@ -493,6 +502,7 @@ This document explains the column definitions for each table in the OrgCheck app
493502| Description | String | Description of the permission set |
494503
495504## ProcessBuilders
505+ [ Back to top] ( #Table%20of%20Contents )
496506
497507| Column Label | Column Type | Description |
498508| --------------| -------------| -------------|
@@ -524,6 +534,7 @@ This document explains the column definitions for each table in the OrgCheck app
524534| Dependencies | Link | Link to the dependencies modal |
525535
526536## Profiles
537+ [ Back to top] ( #Table%20of%20Contents )
527538
528539| Column Label | Column Type | Description |
529540| --------------| -------------| -------------|
@@ -548,6 +559,7 @@ This document explains the column definitions for each table in the OrgCheck app
548559| Description | String | Description of the profile |
549560
550561## RecordTypes
562+ [ Back to top] ( #Table%20of%20Contents )
551563
552564| Column Label | Column Type | Description |
553565| --------------| -------------| -------------|
@@ -564,6 +576,7 @@ This document explains the column definitions for each table in the OrgCheck app
564576| Is Master | Boolean | Indicates if the record type is master |
565577
566578## RecordTypesInObject
579+ [ Back to top] ( #Table%20of%20Contents )
567580
568581| Column Label | Column Type | Description |
569582| --------------| -------------| -------------|
@@ -577,6 +590,7 @@ This document explains the column definitions for each table in the OrgCheck app
577590| Is Master | Boolean | Indicates if the record type is master |
578591
579592## Reports
593+ [ Back to top] ( #Table%20of%20Contents )
580594
581595| Column Label | Column Type | Description |
582596| --------------| -------------| -------------|
@@ -595,6 +609,7 @@ This document explains the column definitions for each table in the OrgCheck app
595609| Folder | String | Folder containing the report |
596610
597611## Roles
612+ [ Back to top] ( #Table%20of%20Contents )
598613
599614| Column Label | Column Type | Description |
600615| --------------| -------------| -------------|
@@ -607,6 +622,7 @@ This document explains the column definitions for each table in the OrgCheck app
607622| Parent | Link | Link to the parent role |
608623
609624## StaticResources
625+ [ Back to top] ( #Table%20of%20Contents )
610626
611627| Column Label | Column Type | Description |
612628| --------------| -------------| -------------|
@@ -623,6 +639,7 @@ This document explains the column definitions for each table in the OrgCheck app
623639| Description | String | Description of the static resource |
624640
625641## Users
642+ [ Back to top] ( #Table%20of%20Contents )
626643
627644| Column Label | Column Type | Description |
628645| --------------| -------------| -------------|
@@ -655,6 +672,7 @@ This document explains the column definitions for each table in the OrgCheck app
655672| Permission Sets | List of URLs | Links to permission sets |
656673
657674## ValidationRules
675+ [ Back to top] ( #Table%20of%20Contents )
658676
659677| Column Label | Column Type | Description |
660678| --------------| -------------| -------------|
@@ -673,6 +691,7 @@ This document explains the column definitions for each table in the OrgCheck app
673691| Modified date | Date Time | Date when the validation rule was last modified |
674692
675693## Workflows
694+ [ Back to top] ( #Table%20of%20Contents )
676695
677696| Column Label | Column Type | Description |
678697| --------------| -------------| -------------|
0 commit comments