Use Formats to specify Fields that form a data structure (for example, a database table).
Filter Name | Type | Description |
---|---|---|
tenant_dbid | int |
|
state | int |
CfgObjectState ). If specified, Configuration Server
will return information only about the formats that are currently
in this state.
|
dbid | int |
|
name | string |
|
field_dbid | int |
|
DBID
—
tenantDBID
—
CfgTenant
to which this format is allocated. Mandatory. Once specified, cannot
be changed.
name
—
description
—
fieldDBIDs
—
CfgField
objects
that this format consists of.
state
—
CfgObjectState
userProperties
—
One format can be dedicated to several objects of type CfgTableAccess
.
A format cannot be deleted as long as it is associated with
at least one TableAccess or Filter (see CfgTableAccess
and
CfgFilter
respectively). The list of fields cannot be changed
as long as it is associated with at least one TableAccess or Filter
(see CfgTableAccess
and CfgFilter
, respectively)
CfgField
must be unique within CfgFormat
.
Name | Tenant[if applicable] | Description | Fields |
---|---|---|---|
Default_Outbound_6 | Environment | Default format for Outbound Suite (before 7.0 release) | CFGFTRecordID |
CFGFTPhone | |||
CFGFTRecordType | |||
CFGFTRecordStatus | |||
CFGFTDialResult | |||
CFGFTNumberOfAttempts | |||
CFGFTScheduledTime | |||
CFGFTCallTime | |||
CFGFTFrom | |||
CFGFTUntil | |||
CFGFTTimeZone | |||
CFGFTCompaignID | |||
CFGFTAgentID | |||
CFGFTChainID | |||
CFGFTNumberInChain | |||
CFGFTPhoneType | |||
Default_Outbound_70 | Environment | Default format for Outbound Suite (starting from 7.0 release) | CFGFTRecordID |
CFGFTPhone | |||
CFGFTRecordType | |||
CFGFTRecordStatus | |||
CFGFTDialResult | |||
CFGFTNumberOfAttempts | |||
CFGFTScheduledTime | |||
CFGFTCallTime | |||
CFGFTFrom | |||
CFGFTUntil | |||
CFGFTTimeZone | |||
CFGFTCompaignID | |||
CFGFTAgentID | |||
CFGFTChainID | |||
CFGFTNumberInChain | |||
CFGFTPhoneType | |||
CFGFTGroupDBID | |||
CFGFTAppDBID | |||
CFGFTTreatments | |||
CFGFTMediaRefference | |||
CFGFTEmailSubject | |||
CFGFTEmailTemplateID | |||
CFGFTSwitchID | |||
Default_DoNotCall_List | Environment | Default format for Do Not Call List | CFGFTPhone |
Note: This XML was created using the Configuration Server 7.5 schema.
<CfgFormat> <DBID value="101" /> <tenantDBID value="1" /> <name value="MyFormat" /> <description value="Description" /> <fieldDBIDs> <DBID value="111" /> <DBID value="112" /> </fieldDBIDs> <state value="1" /> </CfgFormat>