by Angela Black | Oct 22, 2016 | Salesforce.com
Business Requirement On user click of a link, we want to pass an ID to an Apex method. That Apex method then returns to us a URL string. We open a new window that loads that URL. Technical Problem We can call Apex methods and variables from Visualforce pages; however,…
by Meredith Salget | Sep 6, 2016 | Blog, Salesforce.com
Last month, I had the pleasure of presenting as part of the Girlforce Skillshare about Salesforce Formulas along with my colleague, Beth Howard, and some other rad women in the Salesforce scene. I focused my presentation on Salesforce URL hacking using pv0. In this…
by Phillip Hunt | May 6, 2016 | Salesforce.com
In this article we’ll look at calling a custom Salesforce REST endpoint using C#. In order to accomplish this you will need the following – Visual Studio 2012+ At least a developer instance of Salesforce Administrator rights in Salesforce for adding apps and…
by Chris Scott | Aug 7, 2014 | Blog, Salesforce.com
Salesforce is arguably one of the better CRM systems available on the market today. However, it comes with certain restrictions that make integrating it with other systems difficult. Salesforce has its own data structures, query language and syntax. In addition,…