Hide Comment Section at Customer Doctype

Hi all, good day. Is there a way I can hide the comments in Customer Doctype? Thanks

Do you want to filter the timeline, so that comments are not visible and/or do you want to disable the comment-field itself?

Hi Patrick, yes I want to filter the timeline. Old comments should not be visible :slightly_smiling_face:

I want to hide the “Add Comment” section which appears at the bottom part of each doctype. Is it possible?

frm.page.wrapper.find(“.comment-box”).css({‘display’:‘none’});

For the time being it is a good hack. But I was searching for any settings/configuration so that we can show/hide it.