FeedbackSubmissionAssociations
Lists object IDs associated with specific feedback submissions, supporting feedback-related associations.
View Specific Information
This is a sample associations table exposed when the ExpandAssociations connection property is set to False (default).
SELECT
A query to this table will return will return the Id-s of all the records and their corresponding object type associated to a specific FeedbackSubmission record.
SELECT * FROM FeedbackSubmissionAssociations
Columns
| Name | Type | ReadOnly | References | Filterable | Description |
| Id [KEY] | Long | True | False |
The unique identifier for the feedback submission record. | |
| AssociationId [KEY] | Long | False | False |
The ID of the associated object linked to this feedback submission, such as a contact, company, or ticket. | |
| Type [KEY] | String | False | True |
The type of object associated with the feedback submission, such as contact, deal, ticket, or custom object. |