{"id":167,"date":"2019-08-25T08:47:28","date_gmt":"2019-08-25T08:47:28","guid":{"rendered":"https:\/\/www.techcrm.in\/blogs\/?p=167"},"modified":"2020-09-08T14:55:34","modified_gmt":"2020-09-08T09:25:34","slug":"readonly-field-conditionally","status":"publish","type":"post","link":"https:\/\/www.techcrm.in\/blogs\/readonly-field-conditionally\/","title":{"rendered":"Make an Edit View field Read Only based on User Role"},"content":{"rendered":"\n<p>Make Work Phone read-only of a Contact for certain role users! <\/p>\n\n\n\n<p>Steps are as below,<\/p>\n\n\n\n<p><strong>Step 1:<\/strong> As it is SugarCRM&#8217;s module, copy modules\/Contacts\/views\/view.edit.php to custom\/modules\/Contacts\/views\/view.edit.php or edit if it already exists at custom\/modules\/Contacts\/views\/view.edit.php <\/p>\n\n\n\n<p>In function display() add following piece. <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>function display(){ \/\/ add this if function display doesn't exist  \n                global $current_user;\n                \/\/ check if current user is in specific role\n                \/\/ code taken from thread\n                $IS_AM = in_array(\"&lt;ROLE NAME>\", ACLRole::getUserRoleNames($current_user->id));\n                if($IS_AM)\n                    $this->ev->ss->assign('readOnly', 'readonly = \"readonly\"');\n                else\n                    $this->ev->ss->assign('readOnly', '');\n                parent::display(); \/\/ add this if function display doesn't exist \n} \/\/ add this if function display doesn't exist<\/code><\/pre>\n\n\n\n<p><strong>Step 2:<\/strong> Open custom\/modules\/Contacts\/metadata\/editviewdefs.php, if doesn&#8217;t exist, go to Studio &gt; Contacts &gt; Layouts &gt; Edit View and press Save and Deploy.<\/p>\n\n\n\n<p>Give custom code to the field, phone_work, <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>'customCode' => '&lt;input type=\"text\" class=\"phone\" tabindex=\"0\" title=\"\" value=\"{$fields.phone_work.value}\" maxlength=\"100\" size=\"30\" id=\"phone_work\" name=\"phone_work\" {$readOnly}>',<\/code><\/pre>\n\n\n\n<p>\n\nRepeat step 2, for Quick Create.<\/p>\n\n\n\n<p>Do Quick Repair and rebuild! See it working smoothly, every time!!! <\/p>\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 you wish this to happen only while editing a record, add a condition to if($IS_AM &amp;&amp; !empty($this-&gt;bean-&gt;id)) <\/cite><\/blockquote>\n\n\n\n<p>Hope 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.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Make Work Phone read-only of a Contact for certain role users! Steps are as below, Step 1: As it is SugarCRM&#8217;s module, copy modules\/Contacts\/views\/view.edit.php to custom\/modules\/Contacts\/views\/view.edit.php or edit if it already exists at custom\/modules\/Contacts\/views\/view.edit.php In function display() add following piece. Step 2: Open custom\/modules\/Contacts\/metadata\/editviewdefs.php, if doesn&#8217;t exist, go to Studio &gt; Contacts &gt; Layouts &gt; [&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":[37,12,13],"class_list":["post-167","post","type-post","status-publish","format-standard","hentry","category-sugarcrm","category-suitecrm","tag-readonly","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>Make an Edit View field Read Only based on User Role - 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\/readonly-field-conditionally\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Make an Edit View field Read Only based on User Role - TechCRM\" \/>\n<meta property=\"og:description\" content=\"Make Work Phone read-only of a Contact for certain role users! Steps are as below, Step 1: As it is SugarCRM&#8217;s module, copy modules\/Contacts\/views\/view.edit.php to custom\/modules\/Contacts\/views\/view.edit.php or edit if it already exists at custom\/modules\/Contacts\/views\/view.edit.php In function display() add following piece. Step 2: Open custom\/modules\/Contacts\/metadata\/editviewdefs.php, if doesn&#8217;t exist, go to Studio &gt; Contacts &gt; Layouts &gt; [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.techcrm.in\/blogs\/readonly-field-conditionally\/\" \/>\n<meta property=\"og:site_name\" content=\"TechCRM\" \/>\n<meta property=\"article:published_time\" content=\"2019-08-25T08:47:28+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-09-08T09:25:34+00:00\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.techcrm.in\/blogs\/readonly-field-conditionally\/\",\"url\":\"https:\/\/www.techcrm.in\/blogs\/readonly-field-conditionally\/\",\"name\":\"Make an Edit View field Read Only based on User Role - TechCRM\",\"isPartOf\":{\"@id\":\"https:\/\/www.techcrm.in\/blogs\/#website\"},\"datePublished\":\"2019-08-25T08:47:28+00:00\",\"dateModified\":\"2020-09-08T09:25:34+00:00\",\"author\":{\"@id\":\"https:\/\/www.techcrm.in\/blogs\/#\/schema\/person\/992dfe427bb53dcdfd72dd80e3ef9dbc\"},\"breadcrumb\":{\"@id\":\"https:\/\/www.techcrm.in\/blogs\/readonly-field-conditionally\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.techcrm.in\/blogs\/readonly-field-conditionally\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.techcrm.in\/blogs\/readonly-field-conditionally\/#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\":\"Make an Edit View field Read Only based on User Role\"}]},{\"@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":"Make an Edit View field Read Only based on User Role - 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\/readonly-field-conditionally\/","og_locale":"en_US","og_type":"article","og_title":"Make an Edit View field Read Only based on User Role - TechCRM","og_description":"Make Work Phone read-only of a Contact for certain role users! Steps are as below, Step 1: As it is SugarCRM&#8217;s module, copy modules\/Contacts\/views\/view.edit.php to custom\/modules\/Contacts\/views\/view.edit.php or edit if it already exists at custom\/modules\/Contacts\/views\/view.edit.php In function display() add following piece. Step 2: Open custom\/modules\/Contacts\/metadata\/editviewdefs.php, if doesn&#8217;t exist, go to Studio &gt; Contacts &gt; Layouts &gt; [&hellip;]","og_url":"https:\/\/www.techcrm.in\/blogs\/readonly-field-conditionally\/","og_site_name":"TechCRM","article_published_time":"2019-08-25T08:47:28+00:00","article_modified_time":"2020-09-08T09:25:34+00:00","author":"Navin Rakhonde","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Navin Rakhonde","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.techcrm.in\/blogs\/readonly-field-conditionally\/","url":"https:\/\/www.techcrm.in\/blogs\/readonly-field-conditionally\/","name":"Make an Edit View field Read Only based on User Role - TechCRM","isPartOf":{"@id":"https:\/\/www.techcrm.in\/blogs\/#website"},"datePublished":"2019-08-25T08:47:28+00:00","dateModified":"2020-09-08T09:25:34+00:00","author":{"@id":"https:\/\/www.techcrm.in\/blogs\/#\/schema\/person\/992dfe427bb53dcdfd72dd80e3ef9dbc"},"breadcrumb":{"@id":"https:\/\/www.techcrm.in\/blogs\/readonly-field-conditionally\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.techcrm.in\/blogs\/readonly-field-conditionally\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.techcrm.in\/blogs\/readonly-field-conditionally\/#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":"Make an Edit View field Read Only based on User Role"}]},{"@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\/167","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=167"}],"version-history":[{"count":2,"href":"https:\/\/www.techcrm.in\/blogs\/wp-json\/wp\/v2\/posts\/167\/revisions"}],"predecessor-version":[{"id":230,"href":"https:\/\/www.techcrm.in\/blogs\/wp-json\/wp\/v2\/posts\/167\/revisions\/230"}],"wp:attachment":[{"href":"https:\/\/www.techcrm.in\/blogs\/wp-json\/wp\/v2\/media?parent=167"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.techcrm.in\/blogs\/wp-json\/wp\/v2\/categories?post=167"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.techcrm.in\/blogs\/wp-json\/wp\/v2\/tags?post=167"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}