Results 1 to 5 of 5

Thread: easy access to id values

  1. #1
    jasonsot is offline Sugar Community Member
    Join Date
    Jan 2007
    Posts
    70

    Default easy access to id values

    is there somewhere that all the values for ids are stored? ex: assigned_user_id, campaign_id, etc?

  2. #2
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: easy access to id values

    Don't believe so.
    Regards,

    Angel Magaņa
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

  3. #3
    kbrill's Avatar
    kbrill is offline SugarCRM PS Engineer
    Join Date
    Jul 2004
    Location
    St Louis, MO
    Posts
    3,183

    Default Re: easy access to id values

    You can just export the modules in question and ge the ID from there.
    Kenneth Brill - Help Forum Moderator

    I do not respond to 'Private Messages'. Please email me directly instead

    When asking for help, PLEASE give us your Server Information and Version Numbers as asked for on the 'Post New Message' screen as well as any JavaScript errors shown at the bottom of the browser window.
    Help us Help You

  4. #4
    jasonsot is offline Sugar Community Member
    Join Date
    Jan 2007
    Posts
    70

    Default Re: easy access to id values

    yeah, i know... but i have about 20 users, 10 campaigns, and 5 teams. I cant generate one report to export that will contain all of them without exporting 1000s of records.

    I was hoping there might be a file those are stored in. aw well... ya win some... lol

    thanks!!!

    Jason

  5. #5
    Angel's Avatar
    Angel is offline Sugar Community Member
    Join Date
    Jul 2005
    Location
    Los Angeles
    Posts
    4,813

    Default Re: easy access to id values

    You could also try something like this:

    Code:
    select id from contacts
    union all
    select id from accounts
    union all
    select id from calls
    and so on for all the tables...

    That one query would return all the ID values for all the given tables.
    Regards,

    Angel Magaņa
    Co-Author: Implementing SugarCRM 5.x (Packt Publishing -- Sept. 2010)
    Blog: http://cheleguanaco.blogspot.com.
    Twitter: @cheleguanaco.

    ________
    | Projects: |_____________________________________
    |
    | CandyWrapper (.NET Wrapper for SugarCRM SOAP API). Source now available on GitHub!
    | GoldMine to SugarCRM Express Conversion. Latest: 1.0.1.7 (Nov. 3, 2009)
    | CRM SkyDialer (Skype Integration). Latest: 1.0.2 (Feb. 17, 2010)
    | Round Robin Leads Assignment
    | Phone Number Formatter
    | CaseTwit (Twitter Integration)
    ______________________________________________

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Help Wanted: MS Access conversion?
    By stephenmchugh in forum Classifieds
    Replies: 2
    Last Post: 2011-04-10, 07:27 AM
  2. 2 Companies & Multiple Access Levels
    By bulsworth in forum Help
    Replies: 10
    Last Post: 2007-01-18, 10:34 PM
  3. Replies: 0
    Last Post: 2006-04-10, 06:31 PM
  4. Replies: 0
    Last Post: 2006-02-23, 06:46 PM
  5. 4.0.1 Installation Problem
    By clawton in forum Help
    Replies: 14
    Last Post: 2006-02-13, 04:17 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
  •