Newer Version Available

This content describes an older version of this product. View Latest

UPDATE TRACKING

The UPDATE TRACKING clause is used to report on Salesforce Knowledge article searches and views. Developers can use UPDATE TRACKING to track the keywords that are used in the Salesforce Knowledge article search.

Example

You can use this syntax to track a keyword that are used in Salesforce Knowledge article search:
1SELECT Title FROM FAQ__kav
2WHERE Keyword='Apex' and
3Language = 'en_US' and
4KnowledgeArticleVersion = 'ka230000000PCiy'
5UPDATE TRACKING