Oskar Diaz de Leon
Posts: 0
Joined: Tue Mar 25, 2014 6:07 am

Concatenate API Query from Salesforce

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

Return to “Issues”