Results 1 to 5 of 5

Thread: Home phone required

  1. #1
    mgamboa is offline Sugar Community Member
    Join Date
    Dec 2005
    Posts
    21

    Default Home phone required

    How i can make in my leads the home phone could be required for default i know in the field is phone_home is the name of field but i can found where i can put the properties of required for this because in studio this field is default and i can't modify

  2. #2
    AlexAv's Avatar
    AlexAv is offline Sugar Community Member
    Join Date
    Oct 2009
    Location
    Ukraine
    Posts
    922

    Default Re: Home phone required

    Hello,

    You should to edit a ../module/Leads/metadata/editviewdefs.php

    Change this

    PHP Code:
    ...
    array (
          
    NULL,
          
    'phone_home',
        ),
    ... 
    To this
    PHP Code:
    ...
     array (
         
    NULL,
          array(
    'name'=>'phone_home',
                
    'displayParams'=>array('required'=>true),
          ),
        ),
    ... 
    Letrium ltd. - Only high quality service
    http://letrium.com

  3. #3
    mgamboa is offline Sugar Community Member
    Join Date
    Dec 2005
    Posts
    21

    Default Re: Home phone required

    Hi Alex thanks for you help i make the change in the file of editview but doesn't work is something more i need to make

  4. #4
    AlexAv's Avatar
    AlexAv is offline Sugar Community Member
    Join Date
    Oct 2009
    Location
    Ukraine
    Posts
    922

    Default Re: Home phone required

    Hi,

    After this change you need to rename folder.

    ../cache/module/Leads to ../cache/module/Leads1
    Letrium ltd. - Only high quality service
    http://letrium.com

  5. #5
    mgamboa is offline Sugar Community Member
    Join Date
    Dec 2005
    Posts
    21

    Default Re: Home phone required

    Works Great

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Phone icon in after phone field
    By roshan.kaushish in forum Help
    Replies: 0
    Last Post: 2009-05-18, 01:59 PM
  2. Making required filed not required?
    By miavfw in forum General Discussion
    Replies: 8
    Last Post: 2008-04-11, 09:17 PM
  3. Replies: 3
    Last Post: 2007-02-28, 02:45 PM
  4. Replies: 1
    Last Post: 2006-04-04, 04:04 AM
  5. Replies: 2
    Last Post: 2005-09-09, 04:22 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •