Changes for page 14 - Database per Raccolta Dati
Last modified by administrator BDP on 2019/04/19 15:31
From version 2.4
edited by administrator BDP
on 2017/12/22 11:50
on 2017/12/22 11:50
Change comment:
Update document after refactoring.
To version 2.5
edited by administrator BDP
on 2017/12/22 11:50
on 2017/12/22 11:50
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,11 +1,10 @@ 1 -= Database per la raccolta dei dati per il richiamo automatico e segreteria = 2 - 1 +(% id="HDatabaseperlaraccoltadeidatiperilrichiamoautomaticoesegreteria" %) 3 3 Il database per la raccolta dei dati per il richiamo automatico e delle informazioni sui messaggi lasciati in segreteria dagli utenti, utilizzato nei servizi __[[CPTT>>path:#_CPTT_]]__, __[[CCollectData>>path:#_CCollectData_]]__ e __[[CVoiceMail>>path:#_CVoiceMail_]]__ deve contenere le seguenti tabelle: 4 4 5 5 Tabella IVR con campi 6 6 7 7 |**Nome Campo**|**Data Type**|**Dimension**|**Required**|**Allow zero len** 8 -|ID|Autonumber|Long Integer|Primary Key| 7 +|ID|Autonumber|Long Integer|Primary Key| 9 9 |Prefisso|Text|5|Yes|No 10 10 |Telefono|Text|10|Yes|No 11 11 |Campaign|Text|50|No|Yes ... ... @@ -17,17 +17,17 @@ 17 17 Tabella Contatti con i campi 18 18 19 19 |**Nome Campo**|**Data Type**|**Dimension**|**Required**|**Allow zero len** 20 -|ID|Number|Long Integer|Primary Key| 21 -|Called|Date/Time||No| 22 -|Scheduled|Date/Time||No| 23 -|Stato|Integer||No| 24 -|Tentativi|Number|Long Integer|No| 19 +|ID|Number|Long Integer|Primary Key| 20 +|Called|Date/Time| |No| 21 +|Scheduled|Date/Time| |No| 22 +|Stato|Integer| |No| 23 +|Tentativi|Number|Long Integer|No| 25 25 |In_use|Text|50|No|Yes 26 26 27 27 Tabella CodiciContatti con i campi 28 28 29 29 |**Nome Campo**|**Data Type**|**Dimension**|**Required**|**Allow zero len** 30 -|Stato|Number|Integer|Primary Key| 29 +|Stato|Number|Integer|Primary Key| 31 31 |Descrizione|Text|50|No|No 32 32 33 33 Tabella CampaignList con i campi ... ... @@ -38,17 +38,13 @@ 38 38 Tabella Segreteria con campi 39 39 40 40 |**Nome Campo**|**Data Type**|**Dimension**|**Required**|**Allow zero len** 41 -|MsgId|Autonumber|Long Integer|Primary Key| 42 -|DateTime|Date/Time||Yes| 40 +|MsgId|Autonumber|Long Integer|Primary Key| 41 +|DateTime|Date/Time| |Yes| 43 43 |Campaign|Text|250|No|Yes 44 44 |FileName|Text|250|No|Yes 45 -|New|Yes/No||| 44 +|New|Yes/No| | | 46 46 47 - 48 48 Nel Database devono, inoltre, essere definite le seguenti Query: 49 49 50 50 * " DaChiamare ": per la selezione dei contatti attivi. 51 51 * " NumContattiAttivi ": per ricavare il numero di contatti attivi. Per un esempio di tale Database si veda il file "Appuntamenti.mdb" installato da Messenger nella cartella "Templates". 52 - 53 - 54 -