Changes for page 14 - Database per Raccolta Dati
Last modified by administrator BDP on 2019/04/19 15:31
From version 2.3
edited by administrator BDP
on 2017/12/13 14:40
on 2017/12/13 14:40
Change comment:
Changed document title to [Database per la raccolta dei dati per il richiamo automatico e segreteria].
To version 3.1
edited by administrator BDP
on 2017/12/22 11:55
on 2017/12/22 11:55
Change comment:
There is no comment for this version
Summary
-
Page properties (3 modified, 0 added, 0 removed)
Details
- Page properties
-
- Title
-
... ... @@ -1,1 +1,1 @@ 1 -Database per laraccoltadei datiper il richiamo automatico e segreteria1 +Database per Raccolta Dati - Parent
-
... ... @@ -1,1 +1,1 @@ 1 -MessengerServiziBase. funzcoda.WebHome1 +xwiki:MessengerServiziBase.WebHome - Content
-
... ... @@ -1,11 +1,11 @@ 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 -Tabella IVR con campi 6 6 5 +**Tabella IVR con campi** 6 + 7 7 |**Nome Campo**|**Data Type**|**Dimension**|**Required**|**Allow zero len** 8 -|ID|Autonumber|Long Integer|Primary Key| 8 +|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 ... ... @@ -13,36 +13,44 @@ 13 13 |Nome|Text|50|No|Yes 14 14 |Note|Text|150|No|Yes 15 15 |Codice|Text|25|No|Yes 16 +| | | | | 16 16 17 -Tabella Contatti con i campi 18 18 19 +**Tabella Contatti con i campi** 20 + 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| 22 +|ID|Number|Long Integer|Primary Key| 23 +|Called|Date/Time| |No| 24 +|Scheduled|Date/Time| |No| 25 +|Stato|Integer| |No| 26 +|Tentativi|Number|Long Integer|No| 25 25 |In_use|Text|50|No|Yes 28 +| | | | | 26 26 27 -Tabella CodiciContatti con i campi 28 28 31 +**Tabella CodiciContatti con i campi** 32 + 29 29 |**Nome Campo**|**Data Type**|**Dimension**|**Required**|**Allow zero len** 30 -|Stato|Number|Integer|Primary Key| 34 +|Stato|Number|Integer|Primary Key| 31 31 |Descrizione|Text|50|No|No 36 +| | | | | 32 32 33 -Tabella CampaignList con i campi 38 +**Tabella CampaignList con i campi** 34 34 35 35 |**Nome Campo**|**Data Type**|**Dimension**|**Required**|**Allow zero len** 36 36 |Campaign|Text|100|No|Yes 42 +| | | | | 37 37 38 -Tabella Segreteria con campi 39 39 45 +**Tabella Segreteria con campi** 46 + 40 40 |**Nome Campo**|**Data Type**|**Dimension**|**Required**|**Allow zero len** 41 -|MsgId|Autonumber|Long Integer|Primary Key| 42 -|DateTime|Date/Time||Yes| 48 +|MsgId|Autonumber|Long Integer|Primary Key| 49 +|DateTime|Date/Time| |Yes| 43 43 |Campaign|Text|250|No|Yes 44 44 |FileName|Text|250|No|Yes 45 -|New|Yes/No||| 52 +|New|Yes/No| | | 53 +| | | | | 46 46 47 47 48 48 Nel Database devono, inoltre, essere definite le seguenti Query: ... ... @@ -49,6 +49,3 @@ 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 -