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
Nav007neetNav007neet 

how to insert data from external form to custom object

Hi All,

My problem in that i want to insert data from external form to custom object. i have created one custom tab also with custom object (Order).

Now i want to insert data in Order Object.

I don't have any idea how to communicate with that object.

Please reply asap..

Note :  I am working with php code


Thanks,

Navneet

Navatar_DbSupNavatar_DbSup

Hi,

 

Follow the below link:

http://wiki.developerforce.com/page/Getting_Started_with_the_Force.com_Toolkit_for_PHP

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

Nav007neetNav007neet

Hi,

 

My createConnection function in enterprise file does not return any thing in array.

require_once ('../soapclient/SforceEnterpriseClient.php');

$mySforceConnection = new SforceEnterpriseClient();

$mySforceConnection->createConnection("enterprise.wsdl.xml");

print_r($mySforceConnection);  // No output
echo "hello";

$mySforceConnection->login(USERNAME, PASSWORD.SECURITY_TOKEN);


Please help me. what is actual problem.

QLearnQLearn

please go through with the web-to-lead concept. this might fetch you some solution