• Leonardo Girgenti
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 2
    Replies
All,
I have the button working 95% .....it creates a child opportunity from opportunity record.
Need help on the passing a specific picklist value from the  "Opportunity Type" field. It should alway be "Cost Extention" on the button. I am nearly there but for some reason it wont choose the picklist value.
I tried ", '. % etc.......
I think it is to do with the fact there is a space on the picklist or that it is a standard field (id is opp5....)
See url:
/006/e?CF00Nj00000090RAi={!Opportunity.Name}&
accid={!Account.Id}&CF00Nj000000A11J6={!Opportunity.Sponsoring_Funder__c}&
00Nj0000008zwUV={!Opportunity.Pact_Company__c}&
00Nj000000903bi={!Opportunity.Prime_or_Sub__c}&
CF00Nj00000090Px4={!Opportunity.Country__c}&
00Nj000000903bP={!Opportunity.Award_Type__c}&
00Nj0000008zsHX={!Opportunity.Implementation_Start_Date__c}&
00Nj0000008zsHh={!Opportunity.Implementation_End_Date__c}&
opp14=Cost Extention -- + {!Opportunity.Description}&
opp5=Cost%32Extention&
retURL={!Opportunity.Id}&RecordType=012j0000000pe0O&ent=Opportunity
Dear all, I need some help with this button.
I have a custom object called Due Dilicence.
I have a button in the Opportunity to create a new Due Diligence.
I want to prepopulate few picklist fields with the button.
I don't seem to be able to force the picklist option as the button is clicked....
The last 3 lines do not work. 

Button URL:
https://unicef.my.salesforce.com/a07/e?CF00N24000000tStF={!User.Name} 
&CF00N24000000soGZ={!Account.Name} 
&CF00N24000000soWA={!Opportunity.Name} 
&CF00N24000000tVYg= Opportunity/Urgent
&CF00N24000002CcEC=opp14 
&CF00N24000000tVrY=Potential/Firm Opportunity
All,
I have the button working 95% .....it creates a child opportunity from opportunity record.
Need help on the passing a specific picklist value from the  "Opportunity Type" field. It should alway be "Cost Extention" on the button. I am nearly there but for some reason it wont choose the picklist value.
I tried ", '. % etc.......
I think it is to do with the fact there is a space on the picklist or that it is a standard field (id is opp5....)
See url:
/006/e?CF00Nj00000090RAi={!Opportunity.Name}&
accid={!Account.Id}&CF00Nj000000A11J6={!Opportunity.Sponsoring_Funder__c}&
00Nj0000008zwUV={!Opportunity.Pact_Company__c}&
00Nj000000903bi={!Opportunity.Prime_or_Sub__c}&
CF00Nj00000090Px4={!Opportunity.Country__c}&
00Nj000000903bP={!Opportunity.Award_Type__c}&
00Nj0000008zsHX={!Opportunity.Implementation_Start_Date__c}&
00Nj0000008zsHh={!Opportunity.Implementation_End_Date__c}&
opp14=Cost Extention -- + {!Opportunity.Description}&
opp5=Cost%32Extention&
retURL={!Opportunity.Id}&RecordType=012j0000000pe0O&ent=Opportunity