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
svenigallasvenigalla 

Adding New Link in Lookup Dialog

Hi
 
I am a newbie in APex development, so I may not even be posting in the right group, so please bear with me..
 
I have a Master/Detail object pair. I created a tab for the detail record. In the New form of this detail record, when I click on the search icon next to the Master record identifying field, I get a look up screen with a search form and a view under that.
 
If I do not have a suitable Master record, I would like to create one by clicking the "New" button next to the "go" button. How do I get the "new" button in the lookup form?
 
Thanks..
 
BTW, are ther any good books I can read for developing on AppExchange?
 
Thanks again.
RickyGRickyG
You cannot get a pushbutton into the Search Results page.  Your user will just have to click on the tab for the Master record, add the record, and return to the Detail record.

You probably want to start with Creating On-Demand Applications, available here.  Of course, there are many other sources of information, including the ADN site, these discussion boards, and the on-line help.

Hope this helps.
Keith_SmithKeith_Smith

Rick/Others...

 

Is there a way to do this now perhaps with VF?  Thanks.

 

KS