Results 1 to 3 of 3

Thread: CRM Quotes doesn't seem to Auto-Populate

  1. #1
    ssp108 is offline Junior Member
    Join Date
    Feb 2010
    Posts
    3

    Default CRM Quotes doesn't seem to Auto-Populate

    Problem Details: When the user goes into Quotes and clicks Add Row >> Select, she comes to the Product Catolog Search. Under Category she types: %Main.
    The information does not auto-populate the record when clicking the link. Yet it seems to populate when the user clicks on other searches results. The user is running Firefox, but says the same happens in IE.

    System Info:
    OS: 64 Bit Windows 7 Professional
    Browser: Mozilla/ 5.0
    Processor: Intel ® Core ™ 2 Duo CPU T7500 @ 2.20 GHz
    Memory: 2 GB RAM

  2. #2
    salesagility's Avatar
    salesagility is offline Sugar Community Member
    Join Date
    Aug 2006
    Location
    UK
    Posts
    2,379

    Default Re: CRM Quotes doesn't seem to Auto-Populate

    Is this using Open Sales in Community Edition or the pro/ent versions?

  3. #3
    crmbalah is offline A Prolific Poster
    Join Date
    Mar 2009
    Location
    chennai
    Posts
    418

    Default Re: CRM Quotes doesn't seem to Auto-Populate

    HI
    Check you field name in and field id,
    they are write the related code in Quote.js file like this


    Code:
    var popupRequestData = {
    		"call_back_function" : "setProductReturn",
    		"form_name" : "EditView",
    		"field_to_name_array" : {
    			"id" : "category_id" + ln,
    			"name" : "category_name" + ln
    		}
    	};
    if it is match proper way it will work.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Auto populate
    By Iggby in forum Help
    Replies: 5
    Last Post: 2012-02-07, 05:47 AM
  2. CRM Quotes don't seem to Auto-Populate
    By ssp108 in forum General Discussion
    Replies: 2
    Last Post: 2010-03-08, 05:27 PM
  3. Auto Populate?
    By MadDog_uwm in forum Help
    Replies: 8
    Last Post: 2010-02-12, 04:15 PM
  4. How to auto-populate a subpanel.
    By Rust in forum Developer Help
    Replies: 1
    Last Post: 2009-04-21, 01:40 PM
  5. Auto-populate in 5.1
    By bellis in forum General Discussion
    Replies: 1
    Last Post: 2008-09-02, 11:04 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
  •