This page (revision-40) was last changed on 26-Nov-2021 10:22 by Karen Parrott

This page was created on 26-Nov-2021 10:22 by Administrator

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
40 26-Nov-2021 10:22 11 KB Karen Parrott to previous
39 26-Nov-2021 10:22 11 KB Karen Parrott to previous | to last
38 26-Nov-2021 10:22 11 KB Karen Parrott to previous | to last
37 26-Nov-2021 10:22 11 KB Karen Parrott to previous | to last
36 26-Nov-2021 10:22 11 KB Karen Parrott to previous | to last
35 26-Nov-2021 10:22 11 KB rforbes to previous | to last
34 26-Nov-2021 10:22 11 KB jmyers to previous | to last
33 26-Nov-2021 10:22 11 KB jmyers to previous | to last
32 26-Nov-2021 10:22 11 KB jmyers to previous | to last
31 26-Nov-2021 10:22 11 KB RForbes to previous | to last
30 26-Nov-2021 10:22 11 KB RForbes to previous | to last
29 26-Nov-2021 10:22 11 KB RForbes to previous | to last
28 26-Nov-2021 10:22 11 KB RForbes to previous | to last
27 26-Nov-2021 10:22 11 KB RForbes to previous | to last
26 26-Nov-2021 10:22 11 KB RForbes to previous | to last
25 26-Nov-2021 10:22 11 KB RForbes to previous | to last
24 26-Nov-2021 10:22 11 KB JMyers to previous | to last NAMING CONVENTION ==> NAMING CONVENTION AND STANDARDS
23 26-Nov-2021 10:22 11 KB RForbes to previous | to last
22 26-Nov-2021 10:22 10 KB RForbes to previous | to last
21 26-Nov-2021 10:22 10 KB JEscott to previous | to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
%%commentbox %%(color:blue)Latest [ERD Manual|ERD/ERD_Manual.pdf] in PDF format%% %%\\
%%center
||[ERDs by Module:|ERD] | [AM|ERD-AM] | [AT|ERD-AT] | [BE|ERD-BE] | [CM|ERD-CM] |[FC|ERD-FC] | [HR|ERD-HR] | [LR|ERD-LR] | [PR|ERD-PR] | [RE|ERD-RE] | [RX|ERD-RX] | [SA|ERD-SA] | [SH|ERD-SH] | [TD|ERD-TD] | [TS|ERD-TS] | [UT|ERD-UT]
%%
----
!!!ENTITY-RELATIONSHIP DIAGRAMS
At line 7 added 10 lines
%%warning
\\
__ATTENTION:__
*The ERDs in the Knowledge Base are updated as of the 5.04 Release. They will not be updated to reflect any changes done in the 5.05 Release\\
\\
%%
At line 20 added 2 lines
At line 16 changed one line
This basic box will display only the entity name (ALIAS) and entity alias (EAL). Please note that the entity name will eventually be used in the table [Naming Convention]. (e.g. The ‘Alias’ entity name will be referenced in the table name ‘P2K_HR_ALIASES‘.)
This basic box will display only the entity name (ALIAS) and entity alias (EAL). Please note that the entity name will eventually be used in the table [Naming Convention|NAMING CONVENTION AND STANDARDS]. (e.g. The ‘Alias’ entity name will be referenced in the table name ‘P2K_HR_ALIASES‘.)
At line 28 changed one line
The shaded background indicates that the table is [date sensitive]. These tables will always have Effective (date) and Expiry (date) columns, although not shown on the ERD.
The shaded background indicates that the table is [date sensitive|DATE SENSITIVE]. These tables will always have Effective (date) and Expiry (date) columns, although not shown on the ERD.
At line 32 changed one line
The shading will appear grey on a black and white printout; however, it may appear yellow if the ERD is brought up on a computer.
The shading will appear gray on a black and white printout; however, it may appear yellow if the ERD is brought up on a computer.
At line 35 changed one line
A table may also appear on an ERD with a bold border. This border indicates that the information in this table is provided as part of the [seed data].
A table may also appear on an ERD with a bold border. This border indicates that the information in this table is provided as part of the [seed data|SEED DATA].
At line 54 changed one line
The solid line indicates that the Parent table (EID) is MANDATORY for the Dependant table (ECT). This means that the Parent table must be filled BEFORE the Dependant table can be completed. A broken line indicates that the Dependant table (ECT) is OPTIONAL for the Parent table (EID). This means that the Parent table can be completed WITHOUT the Dependant table having been filled.
The solid line indicates that the Parent table (EID) is MANDATORY for the Dependent table (ECT). This means that the Parent table must be filled BEFORE the Dependent table can be completed. A broken line indicates that the Dependent table (ECT) is OPTIONAL for the Parent table (EID). This means that the Parent table can be completed WITHOUT the Dependent table having been filled.
At line 86 changed one line
Dependent tables will always have a [Foreign Key] that identifies its parent table.
Dependent tables will always have a [Foreign Key|FOREIGN KEY] that identifies its parent table.
At line 96 changed 2 lines
__Parent/Dependant Relationship__
In the first scenario, one table is the parent with two lines moving towards a dependant table.
__Parent/Dependent Relationship__
In the first scenario, one table is the parent with two lines moving towards a dependent table.
At line 112 changed one line
A bold line between two tables indicates that if you delete the record in the parent table, the associated record in the dependant table will be deleted. This is know as a Cascade Delete.
A bold line between two tables indicates that if you delete the record in the parent table, the associated record in the dependent table will be deleted. This is know as a Cascade Delete.
At line 130 changed one line
The dependant records (subsidiaries) will refer back to the parent record in the DEN_ID key.
The dependent records (subsidiaries) will refer back to the parent record in the DEN_ID key.
At line 133 changed one line
|Dependant| 10 |D Corp| 1
|Dependent| 10 |D Corp| 1
At line 150 changed one line
This diamond means the parent table cannot be changed on the dependant record.
This diamond means the parent table cannot be changed on the dependent record. This indicates a [non-transferable|NON-TRANSFERABLE] constraint.
At line 170 added 5 lines
----
![Notes|Edit:Internal.ERD]
[{InsertPage page='Internal.ERD' default='Click to create a new notes page'}]