Experience Portal is a platform on which customer defined web applications control call flow based on your information provided through voice dialogs. Applications are identified by name on each Experience Portal system in a cluster. The system invokes an application through its URL in order to handle a call. There is one row in this table for each application in a cluster.
Table : 1. Primary key columns| Name |
| VPID |
| AppName |
Table : 2. Columns
|
Column
|
Data Type
|
Description
|
|
VPID
|
INTEGER
|
Identifies the EP system within a cluster of multiple EP systems that merge the data into the same external database.
If there is only one EP system at an installation, this field is always 1.
|
|
APPName
|
VARCHAR2(256)
|
A text string identifying the application within a particular
Experience Portal system.
|
|
AppURL
|
VARCHAR2(2048)
|
The invocation URL of the application.
|
|
DeleteDate
|
VARCHAR2(64)
|
Currently unused.
|