Form view data is not populating on list view.

Abhilasha_123
Tera Contributor

Hi Team,

 

For eg. cmdb table there is one field called "Location" is depended on the "name" field. Where the location data is populating on the form from user profile. So, on the form view, we are able to see the data for location filed but on the list view is not populating. So, could you please help me with the issue. 

 

Thank you!!

 

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron
Tera Patron

@Abhilasha_123 Are you populating data on the form using onLoad or onChange client script, if yes then such methods are not available on the list view and you will not be able to populate the data via script on the list view. 

View solution in original post

1 REPLY 1

Sandeep Rajput
Tera Patron
Tera Patron

@Abhilasha_123 Are you populating data on the form using onLoad or onChange client script, if yes then such methods are not available on the list view and you will not be able to populate the data via script on the list view.