- DarkLight
Outcomes
- DarkLight
Source Table | Column Name | Display Name | Data Type | Description | Platform |
---|---|---|---|---|---|
OBD_Outcome | OUTCOMEGROUP | OUTCOMEGROUP | nvarchar (32) (null) | The outcome group this outcome belongs to. | All
|
OBD_Outcome | OUTCOMEID | OUTCOMEID | int (not null) | The autogenerated outcome ID at the time of creation. | All |
OBD_Outcome | DESCRIPTION | DESCRIPTION | nvarchar (128) (null) | The outcome description. | All |
OBD_Outcome | DISPLAYNAME | DISPLAYNAME | nvarchar (128) (null) | The outcome description. | All |
OBD_Outcome | BUSINESSOUTCOME | BUSINESSOUTCOME | int (not null) | This denotes the outcome type. 0 for Telephony Outcome and 1 for Business Outcome. | All |
OBD_Outcome | CHANNELTYPE | CHANNELTYPE | int (not null) | The Channel type. 1 for SMS, 2 for VOICE, 3 for EMAIL, 4 for CPAAS, and 0 for IVR. | All |
OBD_Outcome | CONFIGURABLE | CONFIGURABLE | int (null) | This denotes whether the configured properties for this outcome can be changed. 0 does not allow a change; 1 allows change. | All |
OBD_Outcome | DELETED | DELETED | int (not null) | This indicates if a specific outcome is soft-deleted in the outcome table. 0 is deleted; 1 is not deleted. | All |
OBD_Outcome | RPCType | RPCType | nvarchar (8) (null) | This indicates the RPC type of outcome as RPC or Non-RPC. | All |
OBD_Outcome | BOParentId | BOParentId | int (null) | The ID for the Parent Outcome group. | All |
OBD_Outcome | IncrementRetries | IncrementRetries | bit (null) | This indicates if the number of retires have to be incremented for a specific attempt. | All |
OBD_Outcome | GlobalRetry | GlobalRetry | bit (null) | The global retry count for this outcome. | All |
OBD_Outcome | DailyRetry | DailyRetry | bit (null) | The daily retry count for this outcome. | All |
OBD_Outcome | ModeRetry | ModeRetry | bit (null) | The mode-level retry count for this outcome. | All |
OBD_Outcome | OutcomeRetry | OutcomeRetry | bit (null) | Whether the contact has to be closed if this outcome is set. 0 to close the contact; 1 to keep contact open. | All |
OBD_Outcome | WindowRetry | WindowRetry | bit (null) | This indicates if Window Retry is enabled. 0 is disabled; 1 is enabled. | All |
OBD_Outcome | AgentView | AgentView | bit (null) | This indicates if the outcome is marked as agent-viewable. | All |
OBD_Outcome | DefaultOffSet | DefaultOffSet | int (null) | The denotes the default number of days to retry a contact with this outcome. | All |
OBD_Outcome | DefaultCloseContact | DefaultCloseContact | bit (null) | This indicates if a contact with this outcome can be closed. | All
|
OBD_Outcome | DefaultMaxRetry | DefaultMaxRetry | int (null) | The maximum number of retries allowed for this outcome. | All |
OBD_Outcome | IsLiveCallOutcome | IsLiveCallOutcome | int (null) | Indicates if this is a live call outcome or a mapped outcome. | All |
OBD_Outcome | ExportedOutcomeID | ExportedOutcomeID | int (null) | The ID of the outcome that is exported from a different platform or dialer. | All |
OBD_Outcome | ExternalOutcomeID | ExternalOutcomeID | nvarchar (68) (null) | Not in use. | All |
OBD_Outcome | TenantID | TenantID | int (null) | The Tenant ID auto-generated by the application when a new tenant is created. | All |
OBD_Outcome | SubTenantID | SubTenantID | int (null) | The Sub Tenant ID autogenerated by the application when a new tenant is created. | All |
OBD_AE_DialerOutcome | Id | Id | int (not null) | Identity column to unique to each record. | Avaya POM |
OBD_AE_DialerOutcome | OutcomeId | OutcomeId | nvarchar (128) (null) | The Completion code ID received from the dialer after creating an outcome. | Avaya POM |
OBD_AE_DialerOutcome | OutcomeName | OutcomeName | nvarchar (128) (null) | The completion code name for the outcome. | Avaya POM |
OBD_AE_DialerOutcome | DialerId | DialerId | int (null) | The id of the dialer that the system uses to create the outcome. | Avaya POM |
OBD_AE_DialerOutcome | TenantID | TenantID | int (null) | The Tenant ID auto-generated by the application when a new tenant is created. | Avaya POM |
OBD_AE_DialerOutcome | SubTenantID | SubTenantID | int (null) | The Sub Tenant ID autogenerated by the application when a new tenant is created. | Avaya POM |
Note:
* All fields in the OBD_AE_DialerOutcome table are populated as XML values in one column of DialerOutcome. This is for the Avaya POM dialer only.