• ERupprath
  • NEWBIE
  • 25 Points
  • Member since 2007

  • Chatter
    Feed
  • 1
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies

I have a custom link on my Accounts page that I would like included on an Accounts with Contacts report.

 

Since adding Custom Links is not an option on reports I have tried to add formula text field, but with no success.

 

Below is the functioning link that I want on reports.

 

http://www.clinicaltrials.gov/ct2/results?term=&recr=&type=&cond=&intr=&spons={!Account.Name}&id=&state1=&cntry1=&state2=&cntry2=&state3=&cntry3=&locn=&rcv_s=&rcv_e=&lup_s=&lup_e=

 

Here is what I have tried as a Formula text field, which goes to the website but only searches for 'Account Name' rather than data.When I try and put in the { } these are removed when saving the formula.

 

HYPERLINK("http://www.clinicaltrials.gov/ct2/results?term=&recr=&type=&cond=&intr=&spons=Account.Name&id=&state1=&cntry1=&state2=&cntry2=&state3=&cntry3=&locn=&rcv_s=&rcv_e=&lup_s=&lup_e=", "URL lookup")

Can anyone provide a code for a custom delete button below that work on the contact list view?  I want regular users to be able to delete multiple contacts more efficiently than clicking delete on each one individually.  The "add to campaign" works however I cannot find it in the setup for an example.

Also, code for a merge contact button on the contact list view page would also be helpful.
 

I have a custom link on my Accounts page that I would like included on an Accounts with Contacts report.

 

Since adding Custom Links is not an option on reports I have tried to add formula text field, but with no success.

 

Below is the functioning link that I want on reports.

 

http://www.clinicaltrials.gov/ct2/results?term=&recr=&type=&cond=&intr=&spons={!Account.Name}&id=&state1=&cntry1=&state2=&cntry2=&state3=&cntry3=&locn=&rcv_s=&rcv_e=&lup_s=&lup_e=

 

Here is what I have tried as a Formula text field, which goes to the website but only searches for 'Account Name' rather than data.When I try and put in the { } these are removed when saving the formula.

 

HYPERLINK("http://www.clinicaltrials.gov/ct2/results?term=&recr=&type=&cond=&intr=&spons=Account.Name&id=&state1=&cntry1=&state2=&cntry2=&state3=&cntry3=&locn=&rcv_s=&rcv_e=&lup_s=&lup_e=", "URL lookup")

I've been using the Excel connector for quite a bit now, but now i need to connect to another database and i'm getting this error and is not letting me connect. I still can connect to my original database.
 
Error -> Error Generated by Request::API is not enabled for this Organization or Partner ExceptionCode : 5069
 
Can anyone tell me how to fix this or pint me in the right direction to solve this problem.
 
thanks in advance for your help.