Resolved! I am trying to populated value from parent record to child record but while doing so I am getting value as undefined in child record. How Can I fix that?
This is the script that I am using to populate Vendor name from parent to child record that I am creating from related list. function onLoad() { //Type appropriate comment here, and begin script below var r = g_form.getReference('parent', ca...