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
rtr.sudhir_kumar@hotmail.comrtr.sudhir_kumar@hotmail.com 

How to implement dependent lookups ?

On the Service_Request Layout , the lookup field "Quote" is the controlling field. If a Quote  is selected, I can see the Products related to the selected Quote.
That means, if I re-select the Quote, I can see the Products related to the new selected Quote and can choose one of them.

 

How can I implement this logic ?

SamuelDeRyckeSamuelDeRycke

Not entirely sure I understand your question right, but if you're asking how to implement that on a page, I think this may help you out.

 

http://www.salesforce.com/us/developer/docs/workbook_vf/workbook_vf.pdf > have a look at tutorial 11 on page 36.