You need to sign in to do that
Don't have an account?

URL button from Case to Contact
Hi All,
I have created a button that passes value from Case to Contact when we try create a new contact from case. I am able to pass value like account info, phone number from case to phone number of contact as it is one to one maping. But I am not able to pass Case ID from Case to Contact. Case related list. Bascially, when I create a contact from case automatically my button should attached that case in the contact. Here is my URL formula.
https://cs30.salesforce.com/003/e?retURL=%2F003n0000006N1WG&con4={!Case.Account}&con10={!Account.Phone}&{!Case.ContactId}={!Case.Id}&RecordType=012n00000008Wq0&ent=Case
Please help.
Thanks
Adda
I have created a button that passes value from Case to Contact when we try create a new contact from case. I am able to pass value like account info, phone number from case to phone number of contact as it is one to one maping. But I am not able to pass Case ID from Case to Contact. Case related list. Bascially, when I create a contact from case automatically my button should attached that case in the contact. Here is my URL formula.
https://cs30.salesforce.com/003/e?retURL=%2F003n0000006N1WG&con4={!Case.Account}&con10={!Account.Phone}&{!Case.ContactId}={!Case.Id}&RecordType=012n00000008Wq0&ent=Case
Please help.
Thanks
Adda
Where have you placed the button, is it on case detail page, or case related list ?
I dont see any problem in passing the case ID in the URL, but what are you doing on contact, after you receive this parameter ?
That's what I don't want. I know I have to come back to case and then click on the lookup and attached the contact to the case so that it starts appearing. But that what we want to automate. I need a way/workaround as soon a contact is created from the case detailed page, the case should be automatically be attached to the contact since it is created from case page. Is this possible? That what I wanted to know.