Hi Forum,
Quick question how can I find a record based on that information? removeme.php?identifier=14ab2940-6a85-ab0d-c240-45c217d24357
Hi Forum,
Quick question how can I find a record based on that information? removeme.php?identifier=14ab2940-6a85-ab0d-c240-45c217d24357
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!
Hi There,
Can you give me a quick example? I'm not very familiar with sql query
Thank in advance.
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)
______________________________________________
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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks