C
Chandrasekhar Gontla
Guest
Hi Abir, If I understand it correctly, you want to get related record field values when you selected a related record from lookup field in either new record or edit record page. If that is the case, you could try client side APIs to achieve that. > Please add the below script to either new or edit record page > Add the function call to getRelatedValues() to 'OnChange' event of lookup field Note: You will find that in Object Definition -> Fields -> Lookup field -> Events page > Now, whenever you select record from lookup field, an alert will be shown in which it displays record name of the related record. Please correct me if I am wrong Thanks and Regards, Chandu.
Continue reading...
Continue reading...