How to restrict view of attached file role wise in left side panel

Hi @Nivedha,

Please check the post.

Also apply the user condition like:

if (frappe.session.user == "user1@test-mail.com") {
// your code
}

I think, only have the above option.

Thank You!