Leads File Links Table Formats (LeadFileLinks)
Follow DPS specifications for preparing a file containing lead file links.
| Field Name | Data Type | Length | Notes |
|---|---|---|---|
| LinkID | varchar | 32 | Unique internal key for the file's link to the lead record; primary key |
| LeadID | varchar | 32 | Internal reference number for the Lead record; required field; must exist in Leads |
| Description | varchar | 100 | User-entered file description |
| FilePath | varchar | 255 | File's file path location |
| Graphic | varchar | 1 | Variable indicating whether or not the linked file is a graphic file; default is N (No) |
