Search found 1 match

Go to advanced search

by Oskar Diaz de Leon
Tue Mar 25, 2014 6:09 am
Forum: Issues
Topic: Concatenate API Query from Salesforce
Replies: 1
Views: 88
 
Jump to post

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

Go to advanced search