Results 1 to 4 of 4

Thread: Create Report of Accounts with No Quotes - Sugar Pro v5.0

  1. #1
    els565 is offline Junior Member
    Join Date
    Oct 2009
    Posts
    2

    Default Create Report of Accounts with No Quotes - Sugar Pro v5.0

    I have a large database of accounts and I'd like to find the ones that have no quote attached to them.

    I've been able to export info and find them in Excel but I need that list in Sugar. I need to change the ownership of every account without a quote and I don't want to go one-by-one.

    I'm using the Sugar Pro 5.0 custom reporting feature and I can't figure this one out.

    Any ideas?

  2. #2
    sugarcane is offline Sugar Community Member
    Join Date
    Apr 2005
    Location
    Chicago, IL
    Posts
    1,207

    Default Re: Create Report of Accounts with No Quotes - Sugar Pro v5.0

    Hello els565,

    I have a large database of accounts and I'd like to find the ones that have no quote attached to them.
    you could technically create an Account based report which has an optional relationship to the Quotes module. This report would then list all accounts, regardless of whether or not they have a Quote attached. You could then sort by the Quote Subject field to view all the accounts with no Quote. However, this will not resolve your issue of mass updating the Assign to field for the Accounts with no Quotes.

    If you upgrade to 5.1, there is an import and update feature, which would allow you to update the fields for accounts on your csv (based on the ID field). However, this is based on the ID field, which is not available in the reporting module.

    The best way to do this would be to run a script on your database, which will update the assigned user field for all accounts that have no quote. You could do something like this:

    Update accounts
    Set accounts.assigned_user_id = "[the ID of the user you want to assign the accounts to]"
    where
    accounts.id not in
    (select quotes_accounts.account_id from quotes_accounts where quotes_accounts.deleted=0)
    Intelestream has a great deal of experience hosting and customizing the SugarCRM application. Our company is made up by former employees of SugarCRM, and together we have over 50 years of experience working with the application. To learn more about us, please visit our website at www.intelestream.net or contact us directly at 800-391-4055 or by email at info@intelestream.net

  3. #3
    els565 is offline Junior Member
    Join Date
    Oct 2009
    Posts
    2

    Default Re: Create Report of Accounts with No Quotes - Sugar Pro v5.0

    Thanks so much for your reply!

    This worked!

  4. #4
    christianknoll's Avatar
    christianknoll is offline Sugar Community Member
    Join Date
    Nov 2008
    Location
    Vienna
    Posts
    939

    Default Re: Create Report of Accounts with No Quotes - Sugar Pro v5.0

    The report on Accounts without Quotes is Standard Feature in our KINAMU reporter (http://www.sugarforge.org/projects/kinamureporter/). the Mass Update feature is on the todo list since one of our customers already asked for it.

    christian.

    http://www.kinamu.com

    Quote Originally Posted by els565 View Post
    I have a large database of accounts and I'd like to find the ones that have no quote attached to them.

    I've been able to export info and find them in Excel but I need that list in Sugar. I need to change the ownership of every account without a quote and I don't want to go one-by-one.

    I'm using the Sugar Pro 5.0 custom reporting feature and I can't figure this one out.

    Any ideas?

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. SOAP API - how do I fetch 'accounts' and 'quotes'?
    By superwormy in forum Developer Help
    Replies: 1
    Last Post: 2009-02-16, 08:36 PM
  2. Zucker report parameter (containing quotes)
    By ngutierrez in forum Help
    Replies: 0
    Last Post: 2008-07-21, 02:07 PM
  3. Replies: 4
    Last Post: 2008-07-12, 02:23 AM
  4. Create Opportunities from Quotes?
    By dbridenbaugh in forum Feature Requests
    Replies: 3
    Last Post: 2008-01-15, 05:27 PM
  5. Account Quotes - Listing all accounts
    By rustinp77 in forum Help
    Replies: 1
    Last Post: 2007-05-09, 01:13 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
  •