Results 1 to 5 of 5

Thread: How to find a record based on removeme indentifier?

  1. #1
    stasila is offline Sugar Community Member
    Join Date
    Dec 2005
    Posts
    22

    Smile How to find a record based on removeme indentifier?

    Hi Forum,

    Quick question how can I find a record based on that information? removeme.php?identifier=14ab2940-6a85-ab0d-c240-45c217d24357

  2. #2
    leenwebb is offline Sugar Community Member
    Join Date
    Nov 2006
    Location
    New Hampshire
    Posts
    77

    Default Re: How to find a record based on removeme indentifier?

    If possible, the easiest thing would be to do a direct database query in a MySQL interface. Then you can look at the rest of the record to find out first/last name, etc.

    Good Luck!

  3. #3
    stasila is offline Sugar Community Member
    Join Date
    Dec 2005
    Posts
    22

    Default Re: How to find a record based on removeme indentifier?

    Hi There,

    Can you give me a quick example? I'm not very familiar with sql query
    Thank in advance.

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

    Default Re: How to find a record based on removeme indentifier?

    I am not sure I understand what you are wanting to do, but if I did, I believe what you are trying to do is find the contact that corresponds to identifier value.

    If you have a MySQL admin tool, e.g. phpMyAdmin, you should be able to locate the record using the following query:

    SELECT * FROM contacts WHERE id = '14ab2940-6a85-ab0d-c240-45c217d24357'
    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)
    ______________________________________________

  5. #5
    stasila is offline Sugar Community Member
    Join Date
    Dec 2005
    Posts
    22

    Default Re: How to find a record based on removeme indentifier?

    Hi Angel,

    Thanks for reply, Running that query doesn't return any information.

    All information i have about a client is this opted out link with identifier id http://somehost/removeme.php?identif...0-45c217d24357
    If i run a query from leads/contacts/prospects it's returning no result. So I'm guessing opted out identifier is different compare to id record in leads. For example if you send a campaign to your self and look on opted out identifier it will be different from your id in leads/contacs.

    Thanks

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 0
    Last Post: 2006-11-20, 05:05 PM
  2. Replies: 0
    Last Post: 2006-05-26, 06:00 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
  •