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
Note: You cannot reference custom objects by base name. When querying FeedbackSubmissionAssociations, if Type refers to a custom object, the value must now be either the short-hand object type name (p_<object_name>) or the fully qualified object type name.
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. |