How to access event.pickedRowsData in cx-sales
Summary:
Content (please ensure you mask any confidential information):
Hi Team,
I added FieldValueChanged event on picker and it is giving value for that field in pickedRowsData which is coming as object. But I am not able to access the Id and RecordName from that object.
To access row object I added event.rows.CostAmount like this and it is working. but for pickedRowsData I am not able access the field. Is there any way we can handle this scenario?
I tried with with below approach
event.pickedRowsData.RecordName
event.pickedRowsData.PriceEntry_c.RecordName
event.pickedRowsData.PriceEntry_c.EntryProductName_Id_c.RecordName
Tagged:
0