You need to sign in to do that
Don't have an account?
anillll
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
write an action fuction on change and populate the value or you can do javascript remoting as well