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
Koen (BvD)Koen (BvD) 

extending the search

If I want to extend the search functionality (i.e. upon searching in salesforce also display information from other sources) what would be the best option? Currently I have only used standard customisation with links and buttons and interaction with the webservice api. On the search screen I can't see any possibility to add something and on the search result I can add a button but without any knowledge of the search criterium this doesn't really interact with the search either. Would I be able to get the search criterium with the ajax toolkit? Or with apex or something else yet?

Koen.
learnSFlearnSF

you can use some code from SearchFirstCreate s-control. where code is searching for account.

Its on appexcahnge. you can write your own code for search and add your other resources.