• Ryan Young 1
  • NEWBIE
  • 10 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 5
    Replies
Hello!

I have this custom button with the formula below. I created a new lookup field and I am strugging with what syntax would clear the value in a field on cloning. Any thoughts appreciated! It is the field in BOLD Underline below:

/{!Opportunity.Id}/e?clone=1&retURL=/{!Opportunity.Id}&cloneli=0& 
RecordType=012700000005kCm& 
opp9={!Opportunity.Next_Verbal_Date__c}& 
opp14=& 
00N700000030OKK='Yes'& 
opp5=Renewal& 
00N70000002z0Hs=& 
00N70000003UGGQ=&
00N70000001ljSV=& 
00N70000002QVGj=& 
00N70000002OjLc=& 
00N70000001ljSk=& 
00N70000002yVwx=& 
00N70000002yfB0=& 
00N70000002z9Kb=& 
00N70000002zHs7=& 
00N70000002zHsC=& 
00N70000002z9Kg=& 
00N70000002zB3c=& 
00N70000002zB3m=& 
00N70000002zSm6=& 
00N70000002QVH8=& 
00N70000002zAUh=& 
00N70000002Oqjf=& 
00N70000002OkAL=& 
00N700000030h0K=& 
00N70000002QVH3=& 
00N70000002yDM3=& 
00N700000030g0n=& 
00N70000002yDLy=& 
CF00N70000003Tr3b={!Opportunity.Name}& 

00N70000002Ok6Y=WebMD%20Health%20Services& 
00N70000001lipU={!Opportunity.Renewal_Date__c }& 
opp6=Current%20Client& 
opp11=Stage%201%20-%20Identify%20Target&
I am hoping to compare 3 checkboxes and if all are false return text. This is what I have so far. Any thoughts?
IF(
AND(
Account_DNC__c = False
 && 
DoNotCall = False
 &&
Inactive_Contact__c = False , "Call"))
Hello!

I have this custom button with the formula below. I created a new lookup field and I am strugging with what syntax would clear the value in a field on cloning. Any thoughts appreciated! It is the field in BOLD Underline below:

/{!Opportunity.Id}/e?clone=1&retURL=/{!Opportunity.Id}&cloneli=0& 
RecordType=012700000005kCm& 
opp9={!Opportunity.Next_Verbal_Date__c}& 
opp14=& 
00N700000030OKK='Yes'& 
opp5=Renewal& 
00N70000002z0Hs=& 
00N70000003UGGQ=&
00N70000001ljSV=& 
00N70000002QVGj=& 
00N70000002OjLc=& 
00N70000001ljSk=& 
00N70000002yVwx=& 
00N70000002yfB0=& 
00N70000002z9Kb=& 
00N70000002zHs7=& 
00N70000002zHsC=& 
00N70000002z9Kg=& 
00N70000002zB3c=& 
00N70000002zB3m=& 
00N70000002zSm6=& 
00N70000002QVH8=& 
00N70000002zAUh=& 
00N70000002Oqjf=& 
00N70000002OkAL=& 
00N700000030h0K=& 
00N70000002QVH3=& 
00N70000002yDM3=& 
00N700000030g0n=& 
00N70000002yDLy=& 
CF00N70000003Tr3b={!Opportunity.Name}& 

00N70000002Ok6Y=WebMD%20Health%20Services& 
00N70000001lipU={!Opportunity.Renewal_Date__c }& 
opp6=Current%20Client& 
opp11=Stage%201%20-%20Identify%20Target&
I am hoping to compare 3 checkboxes and if all are false return text. This is what I have so far. Any thoughts?
IF(
AND(
Account_DNC__c = False
 && 
DoNotCall = False
 &&
Inactive_Contact__c = False , "Call"))
Hi

I have two objects that are linked with a look up (not master detail). I wish to get the total of a specific number field on the detail list and put that sum in a field on the Parent object. How to do this?

TIA,
  • February 03, 2015
  • Like
  • 0

Hello,

 

Could someone give me the code necessary to create a button that goes onto the contact object that allows me to add the contact I am viewing to a campaign?

 

Thanks in advance.