Results 1 to 3 of 3

Thread: lastname change Importable Required

  1. #1
    peppolax is offline Sugar Community Member
    Join Date
    Jan 2010
    Posts
    56

    Default lastname change Importable Required

    hi,
    when i import a csv files in contact, lastname is required and if it is empty,i have error in import.
    In admin/studio/contact/field this is not possible change.

    Help me.

    Thanks

  2. #2
    peppolax is offline Sugar Community Member
    Join Date
    Jan 2010
    Posts
    56

    Default Re: lastname change Importable Required

    I have resolved..
    i have custom imprt/views/viw.step4.php

    thanks.

  3. #3
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: lastname change Importable Required

    Last name is a required field on system, so to accomplish this feature you need to:
    1. Create an extended vardefs for Contacts: custom/Extension/modules/Contacts/Ext/Vardefs/vardefs.ext.php;
    2. Add into this file the following lines:


    PHP Code:
    <?php
    $dictionary
    ['Contact']['fields']['last_name']['required'] = false;
    $dictionary['Contact']['fields']['last_name']['importable'] = true;
    ?>
    Then go to Admin -> Repair -> Quick Repair and Rebuild.

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Change predefined field not required
    By tczarnecki in forum General Discussion
    Replies: 6
    Last Post: 2010-09-08, 06:54 PM
  2. New basic module, name importable required
    By lpaumier in forum Developer Help
    Replies: 0
    Last Post: 2009-11-28, 12:04 AM
  3. Cant Change Required Field
    By cagatay in forum Help
    Replies: 2
    Last Post: 2008-03-31, 02:37 PM
  4. Change Lastname reqd. field in prospects
    By bevan33 in forum Help
    Replies: 3
    Last Post: 2005-12-08, 02:17 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
  •