Results 1 to 2 of 2

Thread: parent_type

  1. #1
    cff_moiseszaragoza is offline Sugar Community Member
    Join Date
    Jan 2011
    Posts
    109

    Default parent_type

    I want to force the parent type in the phones mod to be lead

    Where would i be able to do that?
    Last edited by cff_moiseszaragoza; 2011-09-26 at 03:07 PM.

  2. #2
    cff_moiseszaragoza is offline Sugar Community Member
    Join Date
    Jan 2011
    Posts
    109

    Default Re: parent_type

    \modules\phone_Phones\metadata\listviewdefs.php


    I was able to find
    PHP Code:
    'PARENT_NAME' => array(
            
    'width'   => '20'
            
    'label'   => 'LBL_LIST_RELATED_TO',
            
    'dynamic_module' => 'PARENT_TYPE',
            
    'id' => 'PARENT_ID',
            
    'link' => true
            
    'default' => true,
            
    'sortable' => false,
            
    'ACLTag' => 'PARENT',
            
    'related_fields' => array('parent_id''parent_type')
            ),
      
    'PREFERRED_USE_DOM' => 
    is this where i should be making this update?

    The problem is that i am geting NULLS when i create a phone Number

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 3
    Last Post: 2010-03-11, 11:42 AM
  2. Notes: parent_type
    By sophmedia in forum Help
    Replies: 4
    Last Post: 2006-11-27, 03:30 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
  •