IntegratedSurveys
Stores information about surveys integrated with third-party systems, tracking their configuration, deployment, response mapping, and associated content such as questions and responses.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the integrated survey record, used as the primary key. |
| Integrated Survey Type | String | True |
Specifies the type of integrated survey, based on predefined object classifications in Veeva Vault. |
| Global ID | String | True |
System-generated unique identifier that ensures global uniqueness across environments and integrations. |
| Link | String | False |
System-level hyperlink or reference associated with the survey record, used internally or for navigation. |
| Name | String | False |
The display name of the integrated survey as defined in Vault. |
| Status | String | False |
Current lifecycle state of the integrated survey, such as Active, Inactive, or Archived. |
| Created By | String | True |
Username or system account that originally created the integrated survey record. |
| Created Date | Datetime | True |
Date and time when the integrated survey record was initially created. |
| Last Modified By | String | True |
Username or system account that most recently updated the integrated survey record. |
| Last Modified Date | Datetime | True |
Date and time of the most recent update to the integrated survey record. |
| Account ID Parameter Name | String | False |
Name of the parameter used to pass the Account ID into the survey, typically in the query string or request body. |
| Active | Bool | False |
Boolean value indicating whether the survey is currently enabled and available for use. |
| Call ID Parameter Name | String | False |
Name of the parameter used to pass the Call ID into the survey integration point. |
| Country Parameter Name | String | False |
Name of the parameter used to pass the country value into the survey, which can affect localization or regulatory behavior. |
| Country | String | False |
The default country value configured for the integrated survey, used if no dynamic value is passed. |
| Delivery Mechanism | String | False |
Method used to deliver the integrated survey, such as email, in-app prompt, or external link. |
| Description | String | False |
Free-text field for entering a detailed explanation of the purpose, scope, or audience of the integrated survey. |
| Event ID Parameter Name | String | False |
Parameter name used to pass the Event ID into the survey, typically tied to a specific event record in Vault. |
| Integrated Survey Entry Point | String | False |
Specifies the entry point location or context in which the survey is launched, such as Call, Event, or Account. |
| Integrated Survey URL | String | False |
Fully qualified URL that users are redirected to in order to access the integrated survey. |
| Meeting ID Parameter Name | String | False |
Parameter name used to pass the Meeting ID into the survey to associate responses with specific meeting instances. |
| Meeting Rating Parameter Name | String | False |
Parameter name used to pass the meeting rating into the survey context, allowing pre-population or analytics. |
| Org ID Parameter Name | String | False |
Parameter name used to pass the organizational ID for downstream filtering or reporting purposes. |
| User ID Parameter Name | String | False |
Parameter name used to identify the user participating in or launching the survey. |
| User Type Parameter Name | String | False |
Parameter name indicating the type of user (such as Rep, Manager, External) to tailor survey logic accordingly. |
| Legacy CRM Id | String | False |
Identifier from the legacy Customer Relationship Management (CRM) system used for backward compatibility or migration reference. |
| Owner | String | False |
Vault user ID of the record owner, typically responsible for managing the survey configuration. |