I am using the below fetch XML
<filter type="and"> <condition attribute="emailaddress" operator="eq" value="jon@gmail.com" /> </filter>
So is there a way to ignore casing?
I am using the below fetch XML
<filter type="and"> <condition attribute="emailaddress" operator="eq" value="jon@gmail.com" /> </filter>
So is there a way to ignore casing?
Hi Vicky,
By default the casing is ignored i.e. both the below filter criteria will return you the same result-
<filter type="and">
<condition attribute="emailaddress" operator="eq" value="jon@gmail.com" />
</filter>
<filter type="and">
<condition attribute="emailaddress" operator="eq" value="JON@gmail.com" />
</filter>
Hope this helps.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156