Skip to content

Instantly share code, notes, and snippets.

@tsmalara
Created January 20, 2019 21:34
Show Gist options
  • Save tsmalara/81c043fed1d737a60bb95ab1134e73b5 to your computer and use it in GitHub Desktop.
Save tsmalara/81c043fed1d737a60bb95ab1134e73b5 to your computer and use it in GitHub Desktop.
List articles = [SELECT Id FROM knowledge__kav
WHERE PublishStatus='Online'
AND Language='en_US'
AND Id='ka4q000000005rpAAA'];
SearchPromotionRule s = new SearchPromotionRule(Query='Trailblazer',
PromotedEntityId=articles[0].Id);
insert s;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment