To Display parent field value in child field
Requirement: 1.There are two tables , parent table(sn_customerservice_case),child table (sn_customerservice_task) 2.Both have assigned_to field 3.When case is assigned to some one, it should also reflect the same in ,child table (assigned_to) How can...