{"id":85,"date":"2019-08-24T10:19:34","date_gmt":"2019-08-24T10:19:34","guid":{"rendered":"https:\/\/www.techcrm.in\/blogs\/?p=85"},"modified":"2020-09-08T14:55:48","modified_gmt":"2020-09-08T09:25:48","slug":"remove-check-box-and-edit-link-from-list-view","status":"publish","type":"post","link":"https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/","title":{"rendered":"Remove Check box and Edit link from List View"},"content":{"rendered":"\n<p>Many times users find it necessary to remove the check box and\/or edit links from the list view of any module. <\/p>\n\n\n\n<p>SugarCRM doesn&#8217;t provide a setting to achieve this from admin panel. <\/p>\n\n\n\n<p>There are few simple steps to follow and you are sorted. <\/p>\n\n\n\n<p>First thing, you should have access to file base, if you have it, go ahead, world is all yours. <\/p>\n\n\n\n<p>Steps are as below,<\/p>\n\n\n\n<p><strong>Step 1 :&nbsp;<\/strong>Check if you have a file named view.list.php under custom\/modules\/&lt;desired_module&gt;\/views folder. <\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>If you&nbsp;<strong>do not&nbsp;<\/strong>have, like me, follow..<\/li><li>If you have, skip this and go to&nbsp;<strong>Step 3<\/strong>.<\/li><\/ul>\n\n\n\n<p><strong>Step 2 :<\/strong> Check if you have a file named view.list.php under modules\/&lt;desired_module&gt;\/views folder. <\/p>\n\n\n\n<p> If you have, copy that file and paste under custom\/modules\/&lt;desired_module&gt;\/views folder and  go to&nbsp;<strong>Step 3<\/strong>.<\/p>\n\n\n\n<p>If you&nbsp;<strong>do not&nbsp;<\/strong>have,  create a file named view.list.php under custom\/modules\/&lt;desired_module&gt;\/views folder and write following code.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;?php \nrequire_once('include\/MVC\/View\/views\/view.list.php'); \nclass &lt;desired_module>ViewList extends ViewList \n{  \n     function display()\n     {\n         parent::display(); \n     }\n}\n?><\/code><\/pre>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><strong>Note :<\/strong><\/p><cite> Here, &lt;desired_module&gt; means the module name you see in the URL, for example, Contacts, Leads, etc. <\/cite><\/blockquote>\n\n\n\n<p><strong>Step 3 :<\/strong>&nbsp;Now add following lines in function display(). <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>$this->lv->multiSelect = false; \/\/This removes Check Box       \n$this->lv->quickViewLinks = false; \/\/This removes Edit Link<\/code><\/pre>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><strong>Note :<\/strong><\/p><cite> If your copied file does not have function display, you will have to add that from above step 2.<\/cite><\/blockquote>\n\n\n\n<p><strong>Step 4 :<\/strong>This should be it, just refresh the list view and you should be able to see the effect instantly, no Quick Repair and Rebuild required. <\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"280\" height=\"157\" src=\"https:\/\/www.techcrm.in\/blogs\/wp-content\/uploads\/2019\/08\/blog-2-before-1.png\" alt=\"\" class=\"wp-image-92\"\/><figcaption> Before Customization <\/figcaption><\/figure><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img loading=\"lazy\" decoding=\"async\" width=\"278\" height=\"167\" src=\"https:\/\/www.techcrm.in\/blogs\/wp-content\/uploads\/2019\/08\/blog-2-after-1.png\" alt=\"\" class=\"wp-image-95\"\/><figcaption> After Customization <\/figcaption><\/figure><\/div>\n\n\n\n<p>\n\nHope you find this blog post helpful.<\/p>\n\n\n\n<p>Feel free to add comments and queries, that helps us to improve the quality of posts.<\/p>\n\n\n\n<p>You can contact us at&nbsp;<a rel=\"noreferrer noopener\" href=\"mailto:contact@urdhva-tech.com\" target=\"_blank\">info@techcrm.in<\/a><\/p>\n\n\n\n<p>Thank you.\n\n<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Many times users find it necessary to remove the check box and\/or edit links from the list view of any module. SugarCRM doesn&#8217;t provide a setting to achieve this from admin panel. There are few simple steps to follow and you are sorted. First thing, you should have access to file base, if you have [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10,9],"tags":[15,12,13],"class_list":["post-85","post","type-post","status-publish","format-standard","hentry","category-sugarcrm","category-suitecrm","tag-listview","tag-sugarcrm","tag-suitecrm"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.3 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Remove Check box and Edit link from List View - TechCRM<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Remove Check box and Edit link from List View - TechCRM\" \/>\n<meta property=\"og:description\" content=\"Many times users find it necessary to remove the check box and\/or edit links from the list view of any module. SugarCRM doesn&#8217;t provide a setting to achieve this from admin panel. There are few simple steps to follow and you are sorted. First thing, you should have access to file base, if you have [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/\" \/>\n<meta property=\"og:site_name\" content=\"TechCRM\" \/>\n<meta property=\"article:published_time\" content=\"2019-08-24T10:19:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-09-08T09:25:48+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.techcrm.in\/blogs\/wp-content\/uploads\/2019\/08\/blog-2-before-1.png\" \/>\n<meta name=\"author\" content=\"Navin Rakhonde\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Navin Rakhonde\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/\",\"url\":\"https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/\",\"name\":\"Remove Check box and Edit link from List View - TechCRM\",\"isPartOf\":{\"@id\":\"https:\/\/www.techcrm.in\/blogs\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.techcrm.in\/blogs\/wp-content\/uploads\/2019\/08\/blog-2-before-1.png\",\"datePublished\":\"2019-08-24T10:19:34+00:00\",\"dateModified\":\"2020-09-08T09:25:48+00:00\",\"author\":{\"@id\":\"https:\/\/www.techcrm.in\/blogs\/#\/schema\/person\/992dfe427bb53dcdfd72dd80e3ef9dbc\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/#primaryimage\",\"url\":\"https:\/\/www.techcrm.in\/blogs\/wp-content\/uploads\/2019\/08\/blog-2-before-1.png\",\"contentUrl\":\"https:\/\/www.techcrm.in\/blogs\/wp-content\/uploads\/2019\/08\/blog-2-before-1.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.techcrm.in\/blogs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SugarCRM\",\"item\":\"https:\/\/www.techcrm.in\/blogs\/category\/sugarcrm\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Remove Check box and Edit link from List View\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.techcrm.in\/blogs\/#website\",\"url\":\"https:\/\/www.techcrm.in\/blogs\/\",\"name\":\"TechCRM\",\"description\":\"Blog\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.techcrm.in\/blogs\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.techcrm.in\/blogs\/#\/schema\/person\/992dfe427bb53dcdfd72dd80e3ef9dbc\",\"name\":\"Navin Rakhonde\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.techcrm.in\/blogs\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9cc8fd1b948255055b85e5d41dabfc6e704f806d180a1e21cb8fb378e2f5c022?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9cc8fd1b948255055b85e5d41dabfc6e704f806d180a1e21cb8fb378e2f5c022?s=96&d=mm&r=g\",\"caption\":\"Navin Rakhonde\"},\"sameAs\":[\"https:\/\/www.techcrm.in\/\"],\"url\":\"https:\/\/www.techcrm.in\/blogs\/author\/navin\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Remove Check box and Edit link from List View - TechCRM","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/","og_locale":"en_US","og_type":"article","og_title":"Remove Check box and Edit link from List View - TechCRM","og_description":"Many times users find it necessary to remove the check box and\/or edit links from the list view of any module. SugarCRM doesn&#8217;t provide a setting to achieve this from admin panel. There are few simple steps to follow and you are sorted. First thing, you should have access to file base, if you have [&hellip;]","og_url":"https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/","og_site_name":"TechCRM","article_published_time":"2019-08-24T10:19:34+00:00","article_modified_time":"2020-09-08T09:25:48+00:00","og_image":[{"url":"https:\/\/www.techcrm.in\/blogs\/wp-content\/uploads\/2019\/08\/blog-2-before-1.png"}],"author":"Navin Rakhonde","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Navin Rakhonde","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/","url":"https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/","name":"Remove Check box and Edit link from List View - TechCRM","isPartOf":{"@id":"https:\/\/www.techcrm.in\/blogs\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/#primaryimage"},"image":{"@id":"https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/#primaryimage"},"thumbnailUrl":"https:\/\/www.techcrm.in\/blogs\/wp-content\/uploads\/2019\/08\/blog-2-before-1.png","datePublished":"2019-08-24T10:19:34+00:00","dateModified":"2020-09-08T09:25:48+00:00","author":{"@id":"https:\/\/www.techcrm.in\/blogs\/#\/schema\/person\/992dfe427bb53dcdfd72dd80e3ef9dbc"},"breadcrumb":{"@id":"https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/#primaryimage","url":"https:\/\/www.techcrm.in\/blogs\/wp-content\/uploads\/2019\/08\/blog-2-before-1.png","contentUrl":"https:\/\/www.techcrm.in\/blogs\/wp-content\/uploads\/2019\/08\/blog-2-before-1.png"},{"@type":"BreadcrumbList","@id":"https:\/\/www.techcrm.in\/blogs\/remove-check-box-and-edit-link-from-list-view\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.techcrm.in\/blogs\/"},{"@type":"ListItem","position":2,"name":"SugarCRM","item":"https:\/\/www.techcrm.in\/blogs\/category\/sugarcrm\/"},{"@type":"ListItem","position":3,"name":"Remove Check box and Edit link from List View"}]},{"@type":"WebSite","@id":"https:\/\/www.techcrm.in\/blogs\/#website","url":"https:\/\/www.techcrm.in\/blogs\/","name":"TechCRM","description":"Blog","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.techcrm.in\/blogs\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.techcrm.in\/blogs\/#\/schema\/person\/992dfe427bb53dcdfd72dd80e3ef9dbc","name":"Navin Rakhonde","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.techcrm.in\/blogs\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/9cc8fd1b948255055b85e5d41dabfc6e704f806d180a1e21cb8fb378e2f5c022?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9cc8fd1b948255055b85e5d41dabfc6e704f806d180a1e21cb8fb378e2f5c022?s=96&d=mm&r=g","caption":"Navin Rakhonde"},"sameAs":["https:\/\/www.techcrm.in\/"],"url":"https:\/\/www.techcrm.in\/blogs\/author\/navin\/"}]}},"_links":{"self":[{"href":"https:\/\/www.techcrm.in\/blogs\/wp-json\/wp\/v2\/posts\/85","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.techcrm.in\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.techcrm.in\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.techcrm.in\/blogs\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.techcrm.in\/blogs\/wp-json\/wp\/v2\/comments?post=85"}],"version-history":[{"count":7,"href":"https:\/\/www.techcrm.in\/blogs\/wp-json\/wp\/v2\/posts\/85\/revisions"}],"predecessor-version":[{"id":255,"href":"https:\/\/www.techcrm.in\/blogs\/wp-json\/wp\/v2\/posts\/85\/revisions\/255"}],"wp:attachment":[{"href":"https:\/\/www.techcrm.in\/blogs\/wp-json\/wp\/v2\/media?parent=85"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.techcrm.in\/blogs\/wp-json\/wp\/v2\/categories?post=85"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.techcrm.in\/blogs\/wp-json\/wp\/v2\/tags?post=85"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}