function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jerome ScolaJerome Scola 

Invalid email address exception

When I sync data with email address format like   abc@abc.asia  ,the response is invalid email address.

I think the newer top domain name 'asia' was blocked by your email validation logic. Can you upgrade your email validation logic ?
Best Answer chosen by Jerome Scola
Mudasir WaniMudasir Wani
Hi Jerome,

Are you trying to upload data in an object ?
If yes then you need to check the validation rule on that object.


Donot forget to select best answer to make our efforts visible in the developer forum.

Please mark this as solution by selecting it as best answer if this solves your problem, So that if anyone has this issue this post can help
 

All Answers

Mudasir WaniMudasir Wani
Hi Jerome,

Are you trying to upload data in an object ?
If yes then you need to check the validation rule on that object.


Donot forget to select best answer to make our efforts visible in the developer forum.

Please mark this as solution by selecting it as best answer if this solves your problem, So that if anyone has this issue this post can help
 
This was selected as the best answer
Jerome ScolaJerome Scola
Yes,we upload data in contact object, we didn't add any custom validation rules.