function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
shiv@SFDCshiv@SFDC 

how to find out topic is related to which object in salesforce ?

how to find out topic is related to which object in salesforce ?
for example if i added a topic to case in chatter, than in apex code how i will find that this topic is related to this particular case.
Sonam_SFDCSonam_SFDC
Went through the fields available in the Topic class (https://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_topic.htm) don't think there is a field available to capture the records where a particular topic is used.