Administrative Reference
Salesforce.com Integration
Web Meeting Mashup is installed as a Custom Tabs. No Custom Objects are required. When you "Get It Now" from the AppExchange, two Custom Tabs will be added to your account. The first tab, About Web Meeting Mashup, is just a website link with HTML reference information. The second tab, Web Meeting Mashup, is an embedded DreamFactory application used to schedule, start, join, list, invite and manage WebEx meetings.
Custom Links for Web Meeting Mashup are also installed during the "Get It Now" process. You can add these link to the Account, Opportunity, Contact and Lead page payouts and click to launch Web Meeting Mashup from there. When you "Get It Now" from the AppExchange, four Custom Links are added to your account: Web Meeting Mashup Manager in Account, Opportunity, Contact and Lead. Simply add these links to the appropriate page layouts in your Org. Alternatively, you can just use the link information documented below, and create the links yourself.
Here is an example URL for the Account Custom Link:
https://www.dreamfactory.com/webex/webex_meeting.html?
sessionid={!API.Session_ID}&
serverurl={!API.Partner_Server_URL_70}&
username={!User.Username}&
fullname={!User.Name}&
linkid={!Account.Id}&
userid={!User.Id}
The only trick is that the linkid paramater should be set equal to {!Account.Id} for an Account page layout, {!Opportunity.Id} for an Opportunity page layout, {!Contact.Id} for a Contact page layout, or {!Lead.Id} for a Lead page layout.
Just copy and paste the URL above into an Account Custom Link, add the new link to an Account page layout, and you are ready to go! For your convenience, we have assembled the URL for the Opportunities page layout below:
https://www.dreamfactory.com/webex/webex_meeting.html?
sessionid={!API.Session_ID}&
serverurl={!API.Partner_Server_URL_70}&
username={!User.Username}&
fullname={!User.Name}&
linkid={!Opportunity.Id}&
userid={!User.Id}
And for the Contacts page layout:
https://www.dreamfactory.com/webex/webex_meeting.html?
sessionid={!API.Session_ID}&
serverurl={!API.Partner_Server_URL_70}&
username={!User.Username}&
fullname={!User.Name}&
linkid={!Contact.Id}&
userid={!User.Id}
And for the Lead page layout:
https://www.dreamfactory.com/webex/webex_meeting.html?
sessionid={!API.Session_ID}&
serverurl={!API.Partner_Server_URL_70}&
username={!User.Username}&
fullname={!User.Name}&
linkid={!Lead.Id}&
userid={!User.Id}
