
I have created a lookup relationship from Opportunity to Opportunty it self to have a "Mother" opportunity which have 1 or many opportunities linked (kind of package).
Then, i added the related list "Package" on the Opportunity but because it's impossible to rename a standard button, i created a custom button "New Package" (javascript on click as content source)
But i don't know how to enter parameters (which code) in the custom button to create a new package linked automatically to the mother opportunity (parameter with opportunity ID).
Any idea? Because for sure, i'm not really good in programming :)
Thanks a lot
3 Antworten
Admin User, URL hacking is the way to go....for the button you place a URL and pass variables into it to elements on the SFDC page layout. When the page loads it will read the element arguments and place the variables passed into them on the fields.
+1 to Shivanath's example. Additionally if you need more examples and instances of people asking similar questions, you can google salesforce URL hack and many results will come up.
www.google.com/search?q=salesforce+url+hack