Concatenate API Query from Salesforce
Posted: Tue Mar 25, 2014 6:09 am
How do I take a query feed from the salesforce API and concatenate the results? I need to take an ID that is being returned and combine it with a URL. i.e.
var _newURL = "https://website.com?id=" + (variable being returned by salesforce API)
Thanks