• mrobins123
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 6
    Replies
Hi!
 
Does anyone out there happen to know what the max number of Roles you can have within SalesForce.com? I really appreciate any and all feedback.
 
-Mark
Hi,

I have  a selection of mail merge templates, several of which can be accessed from, say, quotes. I have created a Detail Page button which takes me to the Mail Merge page but depending which button the user presses, I would like at the very least for the mail merge page to select the document based on the button pressed or even automating that page so it goes straight to the mail merge page. I can't seem to finf the list of fields for the link to mail merges that would let me do the former of these

Code:
https://emea.salesforce.com/mail/mmchoose.jsp—id={!SFDC_520_Quote__c.Id}&1={!SFDC_520_Quote__c.Opportunity__c}&retURL=%2F{!SFDC_520_Quote__c.Id}

 What I'm looking for at the very least is to be able to add in something that would refer to the specific template I'm wanting but nothing I've done seems to work. For instance, I've tried adding in  &3="templateId" as it is the third field on the mail merge field but to no avail.

Can anybody help please?

Many thanks

Hi all,
 
Anyone can tell me the solution on how to pre-populate the contact name in task-mail merge page. The example is from opportunity related list"activty history" users can do mail merge but contact input is blank. My target is to create new button and put URL in it which can pre populate the contact stuff. But unfortunately I failed.
 
Actually I set p3_lkold and p3_lkold, but both did not work.
 
 
Many thanks
 
 
Hi all

I've created a Visualforce page that utilizes the Google Maps API to both create and display and map and do some geocoding.  The page works, but I get the pop-up error at the beginning that says:

"The Google Maps API key used on this web site was registered for a different web site. You can generate a new key for this web site at http://code.google.com/apis/maps/."

I'm making the request from https://na2.salesforce.com and am using the key ABQIAAAA9wWHEGNCfZW2F9-qCEHgohQ72da4xWLg1N8Ce02Xdu0VxpZsuRQSY7XJzvVLWb1SH9-ZtUeYmXh5_Q.  This is the key Google gives me for https://na2.salesforce.com.  I've also tried it with the key for http://na2.salesforce.com.

This is what my script tag looks like:

<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAA9wWHEGNCfZW2F9-qCEHgohQ72da4xWLg1N8Ce02Xdu0VxpZsuRQSY7XJzvVLWb1SH9-ZtUeYmXh5_Q" type="text/javascript"></script>

Again, the page works.  I just get the error when it loads.

Any ideas?

Thanks!!

Michael