You need to sign in to do that
Don't have an account?
NEW CASE button in Opportunity Object
Hi
I want to bring the New Case creation button in the opp object. i used as per below,
Its working OK, while creating a new case, But its neither returning to the Opportunity object after case creation nor in the Case object Opportunity lookup , its showing the related Opp ID. Can you plz suggest on my below URL how to achieve it?. Thanks

I want to bring the New Case creation button in the opp object. i used as per below,
Its working OK, while creating a new case, But its neither returning to the Opportunity object after case creation nor in the Case object Opportunity lookup , its showing the related Opp ID. Can you plz suggest on my below URL how to achieve it?. Thanks
https://cs6.salesforce.com/500/e?retURL=%2F{!Opportunity.Id}&save_new_url={!Opportunity.Name}
Please try this.
Let me explain about this .:
- Split _lkid and you can get the name of opportunity.
Please let me know if this helpThanks
Shivdeep
All Answers
Please try this , its working for me ..
Please let me know if this help, and choose the best answer.
Thanks
Shivdeep
Thanks. I used this, but its not returning to Opp page, also in the opp lookup in Case object the related opp ID should be visible.
custom field ( API : Opportunity__c, 00NN0000002HLQh),
I tried the below, its returning to the opp page, but while creating the new case, its not saving in the opp look up field. plz suggest.
Please try this.
Let me explain about this .:
- Split _lkid and you can get the name of opportunity.
Please let me know if this helpThanks
Shivdeep