Results 1 to 3 of 3

Thread: Custom Checkbox Field shown up as 1 or 0 in Accounts View Module

  1. #1
    blackdover is offline Member
    Join Date
    Sep 2008
    Posts
    5

    Exclamation Custom Checkbox Field shown up as 1 or 0 in Accounts View Module

    Hi all,
    i've created a custom checkbox field in Bugs module.

    Then i decide to show it up in the list view inside the Bug Panel and it's correctly shown.

    I then decided to add that field also in the Account subpanel list view and it's shown up as 1 or 0!


    Any clue?

    My env. is Wamp latest build and Sugar CRM CE latest build.


    Thanks.

  2. #2
    blackdover is offline Member
    Join Date
    Sep 2008
    Posts
    5

    Default Re: Custom Checkbox Field shown up as 1 or 0 in Accounts View Module

    no help? Please...

  3. #3
    funkydata is offline Junior Member
    Join Date
    Jan 2010
    Posts
    1

    Default Re: Custom Checkbox Field shown up as 1 or 0 in Accounts View Module

    I did it this way:

    Code:
    'closed_c' => array (
      'widget_class'  => 'FieldBool',
      'width' => '4%',
      'vname' => 'LBL_CLOSED'
    ),

    Hope this helps.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Need help with search field in custom module dashlet
    By bstonehill in forum Developer Help
    Replies: 0
    Last Post: 2008-07-03, 02:15 PM
  2. Is it a bug? Change the type of a custom field
    By ToniFatec in forum Developer Help
    Replies: 0
    Last Post: 2008-05-06, 03:17 PM
  3. upgraded to 4.5.1e, received "Metadata for table tracker does not exist"
    By sfgeorge in forum Installation and Upgrade Help
    Replies: 0
    Last Post: 2007-09-03, 02:24 PM
  4. Replies: 0
    Last Post: 2006-07-22, 06:53 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
  •