Hi, I would like to extract the count for detail records in a master-detail relationship. The count number can be seen in the master list page. I tried grepping for it from the file and saw this: $record["Pay_Now_Detail_childnumber"]=$data["Pay_Now_Detail_cnt"]; I tried to use the $data["Pay_Now_Detail_cnt"]; but it returns blank. How do I grab details count ? Thanks!