I have tried creating a custom button on opportunities to open our Merchant Center to show deal performance.I created it as a detail page link to display in existing window with sidebar and content source as URL. The link is:
https://merchant.livingsocial.com/merchant/impersonation/new?deal_id={!Opportunity.Deal_I_D__c}
but for some reason when the button is clicked the section just shows a white page.
Any ideas where i am going wrong???
7 个回答
Can you change the button specifications like this -
- Behaviour: Execute JavaScript
- Content Source: OnClick JavaScript
- JS:
window.open( "https://merchant.livingsocial.com/merchant/impersonation/new?deal_id={!Opportunity.Deal_I_D__c}", "blank");