
In the saved Search result field add Formula(Text ) and in the formula session add the below html in custom label session and “Notes”.

‘<html>
<head> <style> .printbutton { background-image: linear-gradient(#fafafa, #e5e5e5); border: 1px solid #b2b2b2; border-radius: 3px; color: #333333; margin-bottom: 8px; padding: 3px 9px 4px 9px; vertical-align: middle; text-align: center; text-decoration: none; display: inline-block; font-size: 14px; font-weight: 600; font-family: Open Sans, Helvetica, sans-serif; cursor: pointer; transition-duration: 0.1s; -webkit-transition-duration: 0.1s; /* Safari */ }
.printbutton:hover { background-image: linear-gradient(#e5e5e5, #e5e5e5); }
.printbutton:active { background-image: linear-gradient(#b2b2b2, #b2b2b2); box-shadow: 0px 0px 2px 2px #5fa3f5, 0px 0px 4px 2px #c9e0fc; } </style></head>
<body> <a href=”/app/crm/common/note.nl?l=T&refresh=usernotes&perm=LIST_VENDOR&entity=’ || {entity.id} ||'” class=”printbutton” target=”_blank”>Add Note</a>’