Custom field value is not populating in List View but populating in Form view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 10:00 AM
Hi All,
For a kb article, the custom field is populating data in Form view, but not in List view.
Kindly suggest some solutions.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-18-2024 10:58 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 01:41 AM
@Hiranmayee Moha , once it populate are you saving it ? in the form ? because only if you are saving it then it will be visible in list view. Auto populate doesn't work in list view so you have to save it. or in your client script once you auto populate or set field value add one more line like g_form.save() so that form will auto save and once you go back to list you will be able to view the field with value.
Please mark this comment as Correct Answer/Helpful if it helped you.
Regards,
Swathi Sarang
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 05:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-19-2024 10:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 05:55 AM
Hi Swathi,
Added code g_form.save();
Thanks
Hiranmayee