This is a discussion on How to add Custom Button in SalesForce within the Salesforce PHP Tutorials forums, part of the Salesforce category; Hi Everybody,
I want to create a custom button on contact page(next
-
How to add Custom Button in SalesForce
Hi Everybody,
I want to create a custom button on contact page(next to Request update in contact page).
Is it possible to do that in salesforce.com. When a user clicks the particular button it should redirect to a
new page in salesforce.com and i wish to add some php coding to that page. Please help me and i am new
to this salesforce.com 
Thanks
Jaffer
Last edited by hjaffer2001; 07-18-2010 at 11:49 PM.
Reason: No Replies
-
That is possible to have a php script called from a custom button. I have this on a few buttons to perform different things. The script has to reside on your server and the action of that button would be something like:
http://your server.com/script.php&id={Account.id} and that would send the I'd of the account object to your server and then you would do something with it.
What are you trying to do?
-
Hi Mikes,
Thank you for your reply .. Your website is very useful . Keep the good work..
I have one requirement. The requirement is as follows
1. I want a "Send Custom Email" button in contact page.
2. When admin hits that button it should send a mail with an URL to that particular contact person(Name:XX)
3. The XX receives an email and clicks the URL sent by the admin.
4. This url contains some fields(ex:email,fax,phone etc..) and it should be entered by the XX and hits the update button
5. The fields that the XX entered should by updated in admin end.
Is this possible. If so please tell me the procedure to do.
Thanks
Jaff
Last edited by hjaffer2001; 07-20-2010 at 01:05 AM.
Reason: Spelling Error
Tags for this Thread
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