Custom field value is not populating in List View but populating in Form view

Hiranmayee Moha
Tera Expert

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

 

HiranmayeeMoha_0-1710781109982.png

 

 

HiranmayeeMoha_1-1710781221463.png

 

 

9 REPLIES 9

Hi @swathisarang98 ,

 

I populated through GlideAjax.

 

Thanks

 

 

@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

Hi @swathisarang98 

I tried with your suggestion but no luck. 

 

Thanks for your help.

@Hiranmayee Moha , did you try saving the form or g_form.save() ?

 

Thanks 

Swathi

Hi Swathi,

Added code g_form.save(); 

 

Thanks

Hiranmayee