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
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