DEPOSITGLDISTRIBUTIONLINK
Link between a deposit and the GL transaction it created on another record.
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description | 
|---|---|---|---|---|
| ID | uniqueidentifier | JOURNALENTRY.ID | Primary Key. | |
| DEPOSITID | uniqueidentifier | BANKACCOUNTDEPOSIT.ID | Link to the bank account deposit | 
Indexes
| Index Name | Fields | Unique | Primary | Clustered | 
|---|---|---|---|---|
| IX_DEPOSITGLDISTRIBUTIONLINK_DEPOSITID | DEPOSITID | |||
| UIX_DEPOSITGLDISTRIBUTIONLINK_ID | ID | yes |