function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
anu08anu08 

Auto complete 2 Look up Fields

I have Custom Object called SampleOrderForm which has 2 lookup Fields 1.Opportunity 2. Account.

When I Click new SampleorderForm Object in one of Opportunity View page , auto map look up fields values into SampleOrderForm Object 

suppose Account is Airtel and Opportunity is 249 ,auto comlete values into SampleOrderForm Object When I Create new SampleOrderForm in Opportunity  249 .

 

Thanks

vasu

flomadflomad

Hi Vasu,

 

as far as I know you can only do this if you recreate the "new" button. That you can do in the sObject. So you create your own "new" button and add your additional code and replace the original one with your recreated one.

 

It's a pity that there is no other way to do this but this should work. Hope I could help a bit.

 

If you need more input or ideas how to do this, don't hesitate to mail me florianhoehn@hotmail.de

 

regards, Florian 

Message Edited by flomad on 03-17-2010 02:12 AM