function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SMARTrmsSMARTrms 

Web to lead: one web form feeding 4 salesforce.com organizations?

Can one online form feed lead information into several separate salesforce.com organizations at the same time?

Thats is: all information provided on one specific web site should flow after submission (same time and same form) into "leads" of 4 different salesforce.com organzations...

Message Edited by SMARTrms on 05-09-2005 02:59 AM

DevAngelDevAngel

Hmm...

What is the use case?

adamgadamg
You should be able to hack some javascript to do this - ie if item = 4 then OID=xyz (the org the web2lead submits to is determined by the OID variable.)
SMARTrmsSMARTrms

Case:

There are four different states (provinces). In terms of their economic development these 4 states work together and represent themselves as one region, i.e. in order to attract new companies from outside to their region. However, once a foreign company has decided to relocate to this region, the four states become competitors and each state will work in order to become the home state of the foreign company.

In other words, during this process the four states work together during phase one and then become competitors during phase two. During phase one, the four states share a common network of representatives who generate leads for the region. Because of phase two it is not possible that the four states share one and the same salesforce.com organization. Therefore my idea: have the representatives provide the lead information via a web form belonging to the region and feed the information via one manipulation into the salesforce.com organization of each state...

There might be another way to resolve this.... ?

Reto
Salesforce.com Partner

 

DevAngelDevAngel

Right, ok.

The organization id is what determines which salesforce.com account the lead is created in.  This means that you must set that field for each of the accounts and submit the form 4 times.  Check the html source to determine the exact name of the organization id http form field.