Newer Version Available

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

Sample Account Media Service Formulas

Formulas to link to specific search sites and media accounts.
Available in: both Salesforce Classic and Lightning Experience
Available in: All Editions

For details about using the functions included in these samples, see Formula Operators and Functions by Context.

BBC™ News Search

This formula creates a link to a BBC news search site based on the Account Name.

1HYPERLINK(
2"http://www.bbc.co.uk/search/news/?q="&Name, 
3"BBC News")

Bloomberg™ News Search

This formula creates a link to an account's ticker symbol on the Bloomberg website.

1HYPERLINK(
2"http://www.bloomberg.com/markets/symbolsearch?query="&TickerSymbol, 
3"Bloomberg News")

CNN™ News Search

This formula creates a link to a CNN news search site using the Account Name.

1HYPERLINK(
2"http://http://www.cnn.com/search/?query="&Name,
3"CNN News")

MarketWatch™ Search

This formula creates a link to an account's ticker symbol on the Marketwatch.com website.

1HYPERLINK(
2"http://www.marketwatch.com/investing/stock/"&TickerSymbol,
3"Marketwatch")

Google™ Search

This formula creates a link to a Google search site using the Account Name.

1HYPERLINK(
2"http://www.google.com/#q="&Name, 
3"Google")

Google News Search

This formula creates a link to a Google news search site using the Account Name.

1HYPERLINK(
2"http://news.google.com/news/search?en&q="&Name, 
3"Google News")

Yahoo!™ Search

This formula creates a link to a Yahoo! search site using the Account Name.

1HYPERLINK(
2"http://search.yahoo.com/search?p="&Name, 
3"Yahoo Search")

Yahoo! News Search

This formula creates a link to a Yahoo! news search site using the Account Name.

1HYPERLINK(
2"http://news.search.yahoo.com/search/news?p="&Name, 
3"Yahoo News")