Results 1 to 4 of 4

Thread: About Fields

  1. #1
    adoborules is offline Senior Member
    Join Date
    Feb 2011
    Posts
    29

    Red face About Fields

    Good day Sir/Mam

    On the orange box i want to copy that field and put in to the red box

    Do you have any idea? on this problem?

    ----ScreenShots-----

    --------------------------------------------------------------------------------------------
    if you dont understand my post feel free to comment so that i can change in to a understandable post.



    god bless

  2. #2
    eitrix's Avatar
    eitrix is offline Sugar Community Member
    Join Date
    Aug 2010
    Location
    Serbia
    Posts
    396

    Default Re: About Fields

    In editviewdefs where the orange field is try with following addition to that field

    PHP Code:
    'displayParams' => 
                   array (
                  
    'field_to_name_array' => 
                      array (
            
    'copy_from_this_field_from_related_module' -> 'copy_to_field_on_form_field_name',
            
    'copy_from_this_field_from_related_module' -> 'copy_to_field_on_form_field_name',
                            ),
                         ), 
    this will copy value from selected record field to a value of field on the form. Give it a try
    CRM Software Engineer
    Eontek - www.eontek.rs

  3. #3
    pratima_1985 is offline Member
    Join Date
    Dec 2010
    Posts
    10

    Default Re: About Fields

    Hi eitrix,

    I have tried your code for autopopulating fields according to relate fields .But it is not working for drop down.

    Here is my code

    'displayParams' =>
    array (
    'field_to_name_array' =>
    array (
    'id' => 'account_id',
    'name' => 'account_name',
    'location_c' => 'demo_office_c',
    'business_type_c' => 'company_type_c',
    ),
    ),

    Please check whether I am missing something here.


    Thanks..

  4. #4
    adoborules is offline Senior Member
    Join Date
    Feb 2011
    Posts
    29

    Default Re: About Fields

    Hi

    can you give me particular file (example= "config.php") so that i can try to apply your codes in our system


    thanks for your reply

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 2
    Last Post: 2010-04-08, 12:05 PM
  2. Replies: 2
    Last Post: 2010-02-09, 05:32 PM
  3. Replies: 0
    Last Post: 2010-02-06, 08:32 AM
  4. Replies: 0
    Last Post: 2010-02-06, 08:21 AM
  5. Replies: 0
    Last Post: 2008-11-13, 11:45 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
  •