Results 1 to 3 of 3

Thread: Field sizes? Max?

  1. #1
    Niva is offline Junior Member
    Join Date
    Jun 2009
    Location
    Belgium
    Posts
    2

    Default Field sizes? Max?

    Hi there,

    Does any know where I can find the max field sizes?


    Many thanks

    Niva

  2. #2
    kinshibuya's Avatar
    kinshibuya is offline A Sugar Hero
    Join Date
    Jul 2008
    Location
    brasil
    Posts
    521

    Default Re: Field sizes? Max?

    Hi have you checked studio i believe there is that information there.
    Priscila Kin Yamamoto Joranhezon
    Phone: +55 61 32010000
    priscila.joranhezon@nct.com.br
    NCT Informática Ltda

  3. #3
    eescribano's Avatar
    eescribano is offline Senior Member
    Join Date
    Mar 2009
    Location
    Netherlands
    Posts
    85

    Default Re: Field sizes? Max?

    In the vardefs.php file inside the module you are interested in. The property len is the max size, at least for varchar types.

    But if you want to modify that value is best to do it in custom/Extension/modules/{your_module}/Ext/Vardefs/{name_you_want}.php

    You create this path and the file if it is not created yet and there you write something like this:

    $dictionary['Account']['fields']['{name_field}']['len'] = '{new_value_for_len}';
    Elisabeth Escribano
    Webdeveloper

    MADCAP verademing in ict

    e.escribano@madcap.nl

    Schapedrift 89
    3371 JJ Hardinxveld-Giessendam
    Netherlands
    Tel 088 99 088 99
    Fax 088 99 088 98

    www.madcap.nl

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 20
    Last Post: 2010-09-27, 09:56 AM
  2. Replies: 4
    Last Post: 2009-02-23, 12:45 PM
  3. Select/ENUM sizes
    By SugarDev.net in forum Developer Help
    Replies: 2
    Last Post: 2008-07-07, 11:50 AM
  4. Replies: 3
    Last Post: 2007-08-23, 04:46 PM
  5. Create Case dialog sizes
    By ddougan in forum Help
    Replies: 0
    Last Post: 2005-10-18, 05:49 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
  •