This is a discussion on Update a field in salesforce within the PHP Snippets forums, part of the Salesforce category; can anybody else give me a solution to update a field in
-
Update a field in salesforce
can anybody else give me a solution to update a field in salesforce using PHP.
my scenario : i have a field named download file. After regsitration when a person downloads a file it should have to get updated in the field with download filename.
how i can pass the filename to the field in salesforce. File is downloaded from my site only pls help me
-
Once the field is downloaded from your site, you could pass the name of the downloaded file into Salesforce using the partner WSDL. The only thing that you will need to ensure is that you put the downloaded record on the correct record in Salesforce. That usually means that you have the record ID of the record that you are trying to update.
If you need a code example that will have to wait. I am taking a break from work right now and spending time with my family on vacation
~Mike
-
Update a field in salesforce
Hi
it would be grateful if you would send me the code .
Waiting for ur reply.

Originally Posted by
mike
Once the field is downloaded from your site, you could pass the name of the downloaded file into Salesforce using the partner WSDL. The only thing that you will need to ensure is that you put the downloaded record on the correct record in Salesforce. That usually means that you have the record ID of the record that you are trying to update.
If you need a code example that will have to wait. I am taking a break from work right now and spending time with my family on vacation
~Mike
-
so do tell me exactly what you want to put into Salesforce
-
Please help me
Actually what is happening now records are inserting into salesforce during registration.
What i want is when a person downloads a file from our site the filename should get update in the downloadfile fieldname of salesforce
For eg.
Now the records will be after insertion
Firstname : aaa
Lastname : bbb
Download file : will be blank after registration
it should get update after downloading a file.
Last edited by honeyphilip; 08-10-2010 at 05:07 AM.
Similar Threads
-
By honeyphilip in forum PHP Snippets
Replies: 2
Last Post: 07-20-2010, 01:10 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
Bookmarks