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
hsthierryhsthierry 

filling value based from a lookup value

hello, 

 

i have a lookup for ship-to address.

 

Is there any way to reproduce the same behaviour than the one on 'Contact' on Quote"?

 

( the behaviour for contact, is as soon as its selected, the value for email, fax is then filled automatically).

 

I could use a VF page and trigger a javascript to reproduce the same effect...but is there another method?

 

Thanks

VIMAL SRIVASTAVA.ax1855VIMAL SRIVASTAVA.ax1855

Hello there,

you can use workflow rules to auto populate the values from lookup (parent object)

 

Hope this helps!
Regards,
VIMAL SRIVASTAVA

hsthierryhsthierry

Yes, I could use workflow or trigger.

 

But user wanted same functionality as when you choose a contact on a quote, which autopopulates field (through javascript).

 

Been trying to propose workflow/trigger solution while also looking for if it was possible to reproduce the same functinality as the contact lookup.

 

Thanks.