We have an ASP.NET form (Not classic ASP) on which we are posting data to Sales Force link provided inside the HTML generated from Sales Force website tool.
We are using the following parameters for production.
Oid=00D000000007kFV
Campaign_ID=70130000000ISdy
HTTP Post URL = https://www.salesforce.com/servlet/servlet.WebToLead?encoding=UTF-8
When we use the sandbox url along with sandbox Campaign_ID it works fine but NOT on production.
We are posting the data by calling the Url with the field parameters(first_name, last_name,Etc) as Querystrings.
Something like the Url below:
Is my understanding correct for this statement?
The OID for our SFDC Production org is NA1. The Sandbox OID is CS2.
13 answers
You're welcome! Id values of absolutely everything (records, orgs, etc) are completely unique to each org. Also check your Campaign Record Id, that's going to be different in production vs. sandbox too.