-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Email Address Handling #22
Comments
Can you post a sample you are sending? Here is a sample post that seems to be going through just fine. In the config_override: |
Hi there, Thank you for getting back to me. I have changed my code now so i don't have a sample handy. For me, i have tried the email1 field like you did as well as using an email array similar to example in https://support.sugarcrm.com/Documentation/Sugar_Developer/Sugar_Developer_Guide_9.2/Cookbook/Web_Services/REST_API/PHP/How_to_Manipulate_Records_CRUD/#Request_Payload I ended up changing the code to bulkimport them ass EmailAddresses and then use the relationship to link them. By the way, it is very interesting that you are using the id as the external key. Does that mean we do not have to create another foreign key? |
Hello. That id was just for ease so I didn't have to create a field to test with. Generally, that wouldn't be the case but there is certainly nothing preventing from using that as the external key. If you had an external application creating UUIDs that would work just fine. I'd investigate if there is some other process interfering with the email population. I have used this quite a bit and not run into that. Are you running into the same issue if you just use the regular create endpoint? |
Hello. I did not have the same problem using the normal endpoint but it is much slower. |
Hi there,
Try to import Leads with email address and encounter an issue. The lead records and the email address records are both created. However, they are not linked to each other.
Try using email1 field as well as an email array but both options do not work. Am I missing something?
Thanks in advance.
The text was updated successfully, but these errors were encountered: