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
anillllanillll 

Populate Lookup based on other lookup

i have two Objects Product_Master__c and Order_Product__c having look up relation,how can i get the updation of  Product_Master__c  look up fields in Order_Product__c   when i select Product master record in Order Product all the look up fields in Order Product should be updated

avijchakavijchak

write an action fuction on change and populate the value or you can do javascript remoting as well