This page was last edited on June 27, 2017, at 20:21.
Comments or questions about this documentation? Contact us for support!
Use Formats to specify Fields that form a data structure (for example, a database table).
Filter Name | Type | Description |
---|---|---|
tenant_dbid | int | A unique identifier of the tenant. If specified, Configuration server will return information only about the formats that belong to this tenant. |
state | int | Current state of the format (See CfgObjectState). If specified, Configuration Server will return information only about the formats that are currently in this state. |
dbid | int | A unique identifier of a format. If specified, configuration server will return information only about this format. |
name | string | Name of a format. Shall be specified as a character string. If specified, Configuration Server will return information only about the format(s) with that name. |
field_dbid | int | A unique identifier of the field. If specified, Configuration Server will return information only about the format(s) which consists this field. |
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. The list of fields cannot be changed as long as it is associated with at least one TableAccess or Filter. See:
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 |
<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>