Changes for page 14 - Database per Raccolta Dati
Last modified by administrator BDP on 2019/04/19 15:31
From 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
To 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.
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,10 +1,11 @@ 1 -(% id="HDatabaseperlaraccoltadeidatiperilrichiamoautomaticoesegreteria" %) 1 += Database per la raccolta dei dati per il richiamo automatico e segreteria = 2 + 2 2 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: 3 3 4 4 Tabella IVR con campi 5 5 6 6 |**Nome Campo**|**Data Type**|**Dimension**|**Required**|**Allow zero len** 7 -|ID|Autonumber|Long Integer|Primary Key| 8 +|ID|Autonumber|Long Integer|Primary Key| 8 8 |Prefisso|Text|5|Yes|No 9 9 |Telefono|Text|10|Yes|No 10 10 |Campaign|Text|50|No|Yes ... ... @@ -16,17 +16,17 @@ 16 16 Tabella Contatti con i campi 17 17 18 18 |**Nome Campo**|**Data Type**|**Dimension**|**Required**|**Allow zero len** 19 -|ID|Number|Long Integer|Primary Key| 20 -|Called|Date/Time| 21 -|Scheduled|Date/Time| 22 -|Stato|Integer| 23 -|Tentativi|Number|Long Integer|No| 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| 24 24 |In_use|Text|50|No|Yes 25 25 26 26 Tabella CodiciContatti con i campi 27 27 28 28 |**Nome Campo**|**Data Type**|**Dimension**|**Required**|**Allow zero len** 29 -|Stato|Number|Integer|Primary Key| 30 +|Stato|Number|Integer|Primary Key| 30 30 |Descrizione|Text|50|No|No 31 31 32 32 Tabella CampaignList con i campi ... ... @@ -37,13 +37,17 @@ 37 37 Tabella Segreteria con campi 38 38 39 39 |**Nome Campo**|**Data Type**|**Dimension**|**Required**|**Allow zero len** 40 -|MsgId|Autonumber|Long Integer|Primary Key| 41 -|DateTime|Date/Time| 41 +|MsgId|Autonumber|Long Integer|Primary Key| 42 +|DateTime|Date/Time||Yes| 42 42 |Campaign|Text|250|No|Yes 43 43 |FileName|Text|250|No|Yes 44 -|New|Yes/No| 45 +|New|Yes/No||| 45 45 47 + 46 46 Nel Database devono, inoltre, essere definite le seguenti Query: 47 47 48 48 * " DaChiamare ": per la selezione dei contatti attivi. 49 49 * " 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 +