Gail Kasnett
05/20/2020, 8:08 AMjen
05/20/2020, 9:13 PMjen
05/20/2020, 9:13 PMfunction fieldChanged(context) {
// Check that the field that changed was the item.
if(context.sublistId == 'item' && context.fieldId == 'item') {
// Retrieve the Customer.
var customer = context.currentRecord.getValue({fieldId: 'entity'});
// Do your popup.
}
}Gail Kasnett
05/21/2020, 7:33 AM