Results 1 to 8 of 8

Thread: Export/Import does not take care of custom dropdown field

  1. #1
    prajeesh is offline Senior Member
    Join Date
    Jun 2009
    Posts
    64

    Default Export/Import does not take care of custom dropdown field

    Hi

    I added a new custom drop down field into Accounts module. I exported the customizations and then imported it into another sugarcrm instance. But I found that the drop down list for the new custom field is not imported successfully. When I checked the custom\application\Ext\Language\en_us.lang.ext.php I noticed the array $GLOBALS['app_list_strings'] contains the custom drop down list which I had created. Can anyone explains why this is not reflected in the dropdown editor.

    Thank you in advance for the help.

    Prajeesh

  2. #2
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Export/Import does not take care of custom dropdown field

    Check custom/include/language/...
    After importing you should run a quick repair
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  3. #3
    prajeesh is offline Senior Member
    Join Date
    Jun 2009
    Posts
    64

    Default Re: Export/Import does not take care of custom dropdown field

    Hi roblaus,

    Thank you for the replay. I checked custom/include/language/... . It is not reflected there . Also I did Quick Repair. Nothing works....

  4. #4
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Export/Import does not take care of custom dropdown field

    Yes, I remember. Had the same issue some time ago. I didn't file a bug though because I probably was too lazy. Take a copy of your old language fille in custom/include and put it in your new directory. Recreate js language files.
    It's a bit dirty but it seems to work.
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  5. #5
    prajeesh is offline Senior Member
    Join Date
    Jun 2009
    Posts
    64

    Default Re: Export/Import does not take care of custom dropdown field

    Hi

    Can you explain me to which directory i need to copy the old language file in custom/include.

    Thanking you for the efforts,
    Prajeesh

  6. #6
    roblaus's Avatar
    roblaus is offline Sugar Community Member
    Join Date
    Dec 2006
    Location
    Vienna / Austria
    Posts
    2,850

    Default Re: Export/Import does not take care of custom dropdown field

    custom/include/language/xx_xx.lang.php
    check if there is already one, if yes you may simply add the contents (but make a copy first, just in case)
    __________________________
    Robert Laussegger
    http://www.iscongroup.net

    Bei Fragen: support@iscon.at
    Die deutschen Sprachdateien für SugarCRM und das deutsche Handbuch gibt es hier: http://goo.gl/kPsAz
    Ab sofort auch mit 6.4.2

  7. #7
    memphisbagman is offline Member
    Join Date
    Aug 2009
    Posts
    7

    Default Re: Export/Import does not take care of custom dropdown field

    Quote Originally Posted by prajeesh View Post
    Hi

    I added a new custom drop down field into Accounts module. I exported the customizations and then imported it into another sugarcrm instance. But I found that the drop down list for the new custom field is not imported successfully. When I checked the custom\application\Ext\Language\en_us.lang.ext.php I noticed the array $GLOBALS['app_list_strings'] contains the custom drop down list which I had created. Can anyone explains why this is not reflected in the dropdown editor.
    I've been dealing with this as well.

    Find every file under your "custom" directory with that $GLOBALS['app_list_strings'] string and replace it with $app_list_strings. Once done, go to "Admin >> Repair >> Rebuild Extensions" and your lists should show up.

    It is a bug (#29707) and this was how I was advised to work around it.

    Mark

  8. #8
    palthestud is offline Member
    Join Date
    Oct 2009
    Posts
    6

    Lightbulb Re: Export/Import does not take care of custom dropdown field

    Quote Originally Posted by memphisbagman View Post
    I've been dealing with this as well.

    Find every file under your "custom" directory with that $GLOBALS['app_list_strings'] string and replace it with $app_list_strings. Once done, go to "Admin >> Repair >> Rebuild Extensions" and your lists should show up.

    It is a bug (#29707) and this was how I was advised to work around it.

    Mark
    Thanks, I was struggling with this, this issue should be worked around. This what I realised was missing.
    I uploaded the files on the server but the include folder under custom was missing so manually uploaded it again, Rebuild Extensions and nows its there. This is bit tricky and can be frustrating at times. phew..

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Custom field labels in data export?
    By jpop in forum Help
    Replies: 2
    Last Post: 2010-08-25, 09:51 AM
  2. Export Custom Field Attributes
    By Brentthomas in forum Help
    Replies: 0
    Last Post: 2009-04-24, 12:49 AM
  3. How do I export custom dropdown?
    By jim.thornton in forum Developer Help
    Replies: 5
    Last Post: 2009-03-03, 11:21 AM
  4. Replies: 0
    Last Post: 2006-11-29, 06:59 PM
  5. Replies: 1
    Last Post: 2006-08-03, 10:06 AM

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
  •